SaWALi Web Application Library Code
The SaWALi is a website management tool written in Python.
Status: Beta
Brought to you by:
abcruz2310
Setup for Testing
=================
(Recommended) Use VirtualEnv.
Install Pylons, Buzhug, Python-OpenID in your virtual environment::
easy_install pylons
easy_install buzhug
easy_install python-openid
Setup SaWALi3 for development (in this directory)::
python setup.py develop
Start serving SaWALi through PasteServer::
paster serve --reload demo.ini
Then you are ready to go, open a browser and point it to::
http://localhost:5000
To log in to the Users Area, point your browser to::
http://localhost:5000/Users
Username: sawali.administrator
Password: administrator.password