README.md
26 lines
| 1017 B
| text/x-minidsrc
|
MarkdownLexer
r299 | # Integrated Radar System (SIR) | |||
The Integrated Radar System (SIR) is a web application that allows the configuration of the radar devices as required by the experiment, | ||||
This app allows the creation of Campaigns, Experiment and Device Configurations. | ||||
|
r345 | For the python3.0 update please check the requeriments vrsion for each package. It depends on the python 3.7 or 3.8 version. Special attention with the bokeh version. | ||
r299 | For more information visit: http://jro-dev.igp.gob.pe:3000/projects/sistema-integrado-de-radar/wiki | |||
## Installation | ||||
We recommend use docker/docker-compose for test/production but you can install the aplication as a normal django app. | ||||
### 1. Download | ||||
Download the application *radarsys* to your workspace | ||||
$ cd /path/to/your/workspace | ||||
$ git clone http://jro-dev.igp.gob.pe/rhodecode/radarsys && cd radarsys | ||||
|
r378 | ### 2. Build application & the migrations are already done in a .sh | ||
r301 | $ cd /path/to/radarsys | |||
r299 | $ docker-compose build | |||
|
r378 | |||
### 3. Run containers | ||||
r299 | ||||
r301 | $ docker-compose up -d | |||