Skip to content

ChileanVirtualObservatory/www.chivo.cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chivo-web

Website for ChiVO

Notes to install django:

1. Create the virtual environtment

First of all, create the virtual environtment. The following command should work (Of curse you have to have installed virtualenv in python):

virtualenv chivowebenv

And then activate it:

source chivoenv/bin/activate

2. Install all the python-modules required

Just execute this (inside the viertual-env):

pip install -r requirements.txt