@@ -17,11 +17,9 @@ This application, although the initiative of the Grenoble PGHM, should have a na
> In this repo, the master branch contains the **lastest stable** version of the code. The real lastest version of the code (but **not necessarily stable**) is in the dev branch.
## Installation
### Requirements
## Requirements
#### Back-end
### Back-end
* PosgreSQL
* Postgis
...
...
@@ -29,83 +27,24 @@ This application, although the initiative of the Grenoble PGHM, should have a na
* Pip
* Virtualenv
#### Front-end
### Front-end
* NodeJs
* Angular/Cli
> To install Angular Cli, type this command `npm install -g @angular/cli`
For installing the project and starting the API and the application, please go to the [wiki](https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/19-20/8/app-pghm/-/wikis/home)
### Troubleshooting
## Troubleshooting
#### Version issue of libgeos
### Version issue of libgeos
If there is an error that is raised due to a version problem we advise you to read this [snippet](https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/19-20/8/app-pghm/snippets/167)
#### pg_config is missing
### pg_config is missing
If during installation you get an error saying that pg_config is missing, just install the `postgresql-devel` package. Source [Stackoverflow](https://stackoverflow.com/questions/11618898/pg-config-executable-not-found)