##// 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

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. 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. 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

2. Build application & the migrations are already done in a .sh

$ cd /path/to/radarsys
$ docker-compose build

3. Run containers

$ docker-compose up -d