##// END OF EJS Templates
Update readme
Juan C. Espinoza -
r399:68a6c0c348cb sir2
parent child
Show More
@@ -1,30 +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 $ git clone http://jro-dev.igp.gob.pe/rhodecode/radarsys && cd radarsys
17 $ git clone http://intranet.igp.gob.pe:8082/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 24 ### 3. Modify IP Broker
25 25
26 26 Access to .env and modify "MQTT_SERVER" with the IP of the broker. You can install Mosquitto for this.
27 27
28 28 ### 4. Run containers
29 29
30 30 $ docker-compose up -d
General Comments 0
You need to be logged in to leave comments. Login now