You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: Installation.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@ This tutorial shows how to install the chat overflow framework. By now, working
2
2
3
3
### Pro
4
4
5
-
1. Clone the main repository. Then clone the api into folder `codeoverflow/api` and public plugins repository into `codeoverflow/plugins-public`.
5
+
1. Clone the main repository. Then clone the api into folder `codeoverflow/api`, the gui into folder `codeoverflow/gui` and public plugins repository into `codeoverflow/plugins-public`.
6
6
2. Setup the main repository as imported scala project, e.g. using IntelliJ. Make sure to refresh all sbt content and load the custom run configurations.
7
7
3. You're done. Happy coding!
8
8
9
9
### Not so Pro
10
10
11
-
1. Download and install [git](https://git-scm.com/) (obviously). Make sure that you can run it using the console.
12
-
2. Clone the main repository using `git clone https://github.com/codeoverflow-org/chatoverflow.git`.
13
-
3. Navigate to the created chatoverflow-folder, e.g. using `cd chatoverflow`.
14
-
4. Clone the [api repository](https://github.com/codeoverflow-org/chatoverflow-api) into a folder named "api". using `git clone https://github.com/codeoverflow-org/chatoverflow-api.git api`.
11
+
0. Download and install [git](https://git-scm.com/) (obviously). Make sure that you can run it using the console.
12
+
1. Clone the main repository using `git clone https://github.com/codeoverflow-org/chatoverflow.git`.
13
+
2. Navigate to the created chatoverflow-folder, e.g. using `cd chatoverflow`.
14
+
3. Clone the [api repository](https://github.com/codeoverflow-org/chatoverflow-api) into a folder named "api". using `git clone https://github.com/codeoverflow-org/chatoverflow-api.git api`.
15
+
4. Clone the [gui repository](https://github.com/codeoverflow-org/chatoverflow-gui) into a folder named "gui". using `git clone https://github.com/codeoverflow-org/chatoverflow-gui.git gui`.
15
16
5. Clone the [public plugins repository](https://github.com/codeoverflow-org/chatoverflow-plugins) into a folder named "plugins-public" using `git clone https://github.com/codeoverflow-org/chatoverflow-plugins.git plugins-public`.
16
17
17
18
Site note: You can name the folders whatever you want. But if you do so, update the names in the main [build-file](https://github.com/codeoverflow-org/chatoverflow/blob/42b9469fe489fe5efeb4aa70f278e3558fccab7d/build.sbt#L64).
@@ -47,4 +48,4 @@ This tutorial shows how to install the chat overflow framework. By now, working
47
48
* the src folder contains the chat overflow framework code.
0 commit comments