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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ 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> and <ahref="https://nodejs.org/en/">NodeJS 9+</a>.
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.
16
18
* You can install Code&Chill <ahref="https://github.com/CodeChillAlluna/code-chill/releases">here</a>.
17
19
* Go to your spring repository : `cd ./spring`
18
20
* Run the command : `java -jar spring-0.1.0.jar`
@@ -47,7 +49,7 @@ Choose either of the solutions:
47
49
# Vagrantless installation guide
48
50
## Environment installation
49
51
### Requirements
50
-
You will find all our project dependancies in `install/install.sh``
52
+
You will find all our project dependancies in `install/install.sh`
51
53
### Download
52
54
Choose either of the solutions:
53
55
- Cloning the repository : `git clone https://github.com/CodeChillAlluna/code-chill.git`
@@ -79,3 +81,4 @@ To run react in development mode, you will have to use the following command lin
79
81
1.`cd src/client` : will place you in the source dictionnary.
80
82
2.`sudo yarn install` : will install if they are missing and update the dependencies of the project.
81
83
3.`yarn start`: will check your code validity and launch the node server.
0 commit comments