Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 561 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 561 Bytes

PILT (Panoramic Interactive Live Tracker)

The main objective of the PILT is display different use cases of the LG to the

How to install

###1. Install packages:

apt-get install git python-pip sshpass
sudo pip install virtualenvwrapper

###2. Get the latest git version and go inside:

git clone https://github.com/LiquidGalaxyLAB/PILT

###3. Create environment and install dependencies:

mkvirtualenv pilt

pip install -r requeriments.txt

###4. Run server

python manage.py <server_ip> runserver 0.0.0.0:8000 --noreload