Skip to content

Commit 5a8b768

Browse files
authored
doc: add postgresSQL instructions
1 parent 452b417 commit 5a8b768

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Master project : Online development environment
1212
* If you want to set up our project from scratch using our vagrant click [here](#vagrant-installation-guide)
1313
* If you want to set up our project without vagrant click [here](#vagrantless-installation-guide)
1414
# Release installation guide
15-
* You need <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">Java 8+</a> and <a href="https://nodejs.org/en/">NodeJS 9+</a>.
15+
* You need <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">Java 8+</a> , <a href="https://nodejs.org/en/">NodeJS 9+</a> and <a href="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.
1618
* You can install Code&Chill <a href="https://github.com/CodeChillAlluna/code-chill/releases">here</a>.
1719
* Go to your spring repository : `cd ./spring`
1820
* Run the command : `java -jar spring-0.1.0.jar`
@@ -47,7 +49,7 @@ Choose either of the solutions:
4749
# Vagrantless installation guide
4850
## Environment installation
4951
### 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`
5153
### Download
5254
Choose either of the solutions:
5355
- 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
7981
1. `cd src/client` : will place you in the source dictionnary.
8082
2. `sudo yarn install` : will install if they are missing and update the dependencies of the project.
8183
3. `yarn start`: will check your code validity and launch the node server.
84+

0 commit comments

Comments
 (0)