Project

General

Profile

Instalación API Rest CGS

This web app permits setup and admin the AD6584 Clock Reference card, in order to generate stable and precise clock references for radar use.

Repositorio

En un embebido descargar la aplicación:

user$ svn checkout --username=<username> http://jro-dev.igp.gob.pe/svn/jro_hard/hard_dev/projects/Clock_Frequency_Reference/JRO%20Documentation/webapp/ webapp

Requisitos:

  • Python
  • pyenv
  • bottle (Python)

Instalar Python versión 3.4.2 :

user$ install python 3.4 `pyenv install 3.4.2`
user$ install bottle `pip install bottle`

NOTA: si el embebido es un Rasberry PI, ejecutar el siquiente comando (User pi permisions):

user$ sudo usermod -G i2c pi

Ejecutar Servidor Web:

user$ cd webapp
user$ ./start.sh