##// END OF EJS Templates
README.md modificado
Renato Huallpa -
r398:cbf252ec690c
parent child
Show More
@@ -1,26 +1,30
1 # Integrated Radar System (SIR)
1 # Integrated Radar System (SIR)
2
2
3 The Integrated Radar System (SIR) is a web application that allows the configuration of the radar devices as required by the experiment,
3 The Integrated Radar System (SIR) is a web application that allows the configuration of the radar devices as required by the experiment,
4 This app allows the creation of Campaigns, Experiment and Device Configurations.
4 This app allows the creation of Campaigns, Experiment and Device Configurations.
5 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.
5 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.
6 For more information visit: http://jro-dev.igp.gob.pe:3000/projects/sistema-integrado-de-radar/wiki
6 For more information visit: http://jro-dev.igp.gob.pe:3000/projects/sistema-integrado-de-radar/wiki
7
7
8 ## Installation
8 ## Installation
9
9
10 We recommend use docker/docker-compose for test/production but you can install the aplication as a normal django app.
10 We recommend use docker/docker-compose for test/production but you can install the aplication as a normal django app.
11
11
12 ### 1. Download
12 ### 1. Download
13
13
14 Download the application *radarsys* to your workspace
14 Download the application *radarsys* to your workspace
15
15
16 $ cd /path/to/your/workspace
16 $ cd /path/to/your/workspace
17 $ git clone http://jro-dev.igp.gob.pe/rhodecode/radarsys && cd radarsys
17 $ git clone http://jro-dev.igp.gob.pe/rhodecode/radarsys && cd radarsys
18
18
19 ### 2. Build application & the migrations are already done in a .sh
19 ### 2. Build application & the migrations are already done in a .sh
20
20
21 $ cd /path/to/radarsys
21 $ cd /path/to/radarsys
22 $ docker-compose build
22 $ docker-compose build
23
23
24 ### 3. Run containers
24 ### 3. Modify IP Broker
25
26 Access to .env and modify "MQTT_SERVER" with the IP of the broker. You can install Mosquitto for this.
27
28 ### 4. Run containers
25
29
26 $ docker-compose up -d
30 $ docker-compose up -d
General Comments 0
You need to be logged in to leave comments. Login now