These can be installed like so:
sudo easy_install django django-pagination south pyparsing beautifulsoup
cd /path/to/parent/
git clone git://github.com/justjkk/visaineri.git
cd visaineri
git submodules update --init
cd /path/to/visaineri/
cp localsettings.py.sample localsettings.py
- Edit localsettings.py with database and debug information
python manage.py validate
should return 0 errorspython manage.py syncdb --migrate
python manage.py runserver
- Point your browser here.
- Test the site's functionality.
- Log into admin page and explore the admin interface.