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