##// END OF EJS Templates
Se cambió de jquery-slim.min a jquery.min, se añadió un entrypoint para automatizar el loaddata y collectstatic previo durante la construcción del contenedor, se cambia el nombre del servicio principal de web a radarsys
Se cambió de jquery-slim.min a jquery.min, se añadió un entrypoint para automatizar el loaddata y collectstatic previo durante la construcción del contenedor, se cambia el nombre del servicio principal de web a radarsys

File last commit:

r378:03a3af7b59a9
r378:03a3af7b59a9
Show More
README.md
26 lines | 1017 B | text/x-minidsrc | MarkdownLexer
SIR with docker-compose working
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.
gonzalesluisfrancisco
App JARS funcional
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.
SIR with docker-compose working
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
Renato-TUF
Se cambió de jquery-slim.min a jquery.min, se añadió un entrypoint para automatizar el loaddata y collectstatic previo durante la construcción del contenedor, se cambia el nombre del servicio principal de web a radarsys
r378 ### 2. Build application & the migrations are already done in a .sh
Update README
r301 $ cd /path/to/radarsys
SIR with docker-compose working
r299 $ docker-compose build
Renato-TUF
Se cambió de jquery-slim.min a jquery.min, se añadió un entrypoint para automatizar el loaddata y collectstatic previo durante la construcción del contenedor, se cambia el nombre del servicio principal de web a radarsys
r378
### 3. Run containers
SIR with docker-compose working
r299
Update README
r301 $ docker-compose up -d