Skip to content
Snippets Groups Projects
README-en.md 700 B
Newer Older
Baptiste GAUDRON's avatar
Baptiste GAUDRON committed
# <img src="https://raw.githubusercontent.com/52North/sos/develop/spring/views/src/main/webapp/static/images/52n-logo-220x80.png" width=150 align=center>  Sensor Observation Service 

## Installation

* Clone the project :
```
git clone https://gitlab.in2p3.fr/reeftemps/sos_deploy.git
```

* Create a `.env` file in the project directory and define: 
    * `POSTGRES_DB_USERNAME` database user name  
    * `POSTGRES_DB_PASSWORD` password
    
*  Set the URLs of the different services in the file `sitecpsows_data/webapps/ROOT/js/parametres.js` 

* Create a directory`sitepsosos_data/webapps/ROOT`with database configurations :

  ::add details::

* Run the container  :
``` 
docker-compose up
```