Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit a7c828b

Browse files
author
DragonCoder01
committed
Merge branch 'master' of https://github.com/codeoverflow-org/chatoverflow-wiki into english_fix
2 parents 3dbd380 + dc7ee12 commit a7c828b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

development/Deploy-ChatOverflow.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Deprecated, will be updated soonTM
2-
31
To deploy Chat Overflow and create runnable jar files, follow these steps:
42

5-
1. Execute `sbt dependencyList` to get a dependency list of the current framework version on the console
6-
2. Copy the output into the `dependencyList.txt`-file. Only copy the lines with dependency information (see commited example)
7-
3. Execute the run configuration `[Deploy] Generate Bootstrap Launcher and deploy`. This updates the `dependencies.xml`-file in the bootstrap-project, bundles everything and copies it to the `deploy`-folder. Magic.
8-
4. Navigate to the `deploy`-folder and run the bootstrap launcher with `java -jar ChatOverflow.jar`. After downloading all libraries, a standalone version of Chat Overflow should be started.
3+
1. Execute the IntelliJ run configuration `[Deploy] Generate Bootstrap Launcher and deploy` or run the make target with `make bootstrap_deploy`. This updates the `dependencies.xml`-file in the bootstrap-project with the current dependencies, bundles everything and copies it along with start scripts, the license and a readme to the `deploy`-folder. Magic.
4+
2. Navigate to the `deploy`-folder and run the bootstrap launcher with `java -jar ChatOverflow.jar`. After downloading all libraries, a standalone version of Chat Overflow should be started.
95

10-
A release of chat overflow is simply the deploy folder, without configs or libraries. Don't forget to update Chat Overflow Framework and API Version before a public release.
6+
A release of chat overflow is simply a zip archive of the deploy folder, without configs or libraries. Don't forget to update Chat Overflow Framework and API Version before a public release.

0 commit comments

Comments
 (0)