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
Copy file name to clipboardExpand all lines: README.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,18 @@ Master project : Online development environment
12
12
* If you want to set up our project from scratch using our vagrant click [here](#vagrant-installation-guide)
13
13
* If you want to set up our project without vagrant click [here](#vagrantless-installation-guide)
14
14
# Release installation guide
15
-
* You need <ahref="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">Java 8+</a> , <ahref="https://nodejs.org/en/">NodeJS 9+</a> and <ahref="https://www.postgresql.org/download/">PostgresSQL</a>.
16
-
* Create a user `code` with password `chill` in postgresSQL
17
-
* Create a database `codechill` and grant permission on this database to your user.
18
-
* You can install Code&Chill <ahref="https://github.com/CodeChillAlluna/code-chill/releases">here</a>.
19
-
* Go to your spring repository : `cd ./spring`
20
-
* Run the command : `java -jar spring-0.1.0.jar`
21
-
* And then : `npm install serve`
22
-
* To run the server : `serve -s client`
23
-
* You can go to <ahref="http://localhost:5000/">http://localhost:5000/</a> on your browser to access to your terminal.
15
+
You can run our releases in our vagrant or install it on your own machine.
16
+
You can download our releases <ahref="https://github.com/CodeChillAlluna/code-chill/releases">here</a>
<metaname="description" content="Have you ever wanted to code something in your couch ? Code&Chill is now here for you. Don't forget this: a good developper is a lazy one" />
29
30
<!--
30
31
Notice the use of %PUBLIC_URL% in the tags above.
31
32
It will be replaced with the URL of the `public` folder during the build.
@@ -35,7 +36,7 @@
35
36
work correctly both with client-side routing and a non-root public URL.
36
37
Learn how to configure a non-root public URL by running `npm run build`.
0 commit comments