Menu

Tree [438a5e] master /
 History

HTTPS access


File Date Author Commit
 demo 2012-09-12 Arielle B Cruz Arielle B Cruz [6c7322] Began making a Demo, more changes to come soonish.
 sawali3 2012-09-20 Arielle B Cruz Arielle B Cruz [438a5e] Added a new function to lib.helpers
 .gitignore 2012-09-12 Arielle B Cruz Arielle B Cruz [d78734] Backward-Compatibility Fix
 MANIFEST.in 2012-06-08 Arielle B Cruz Arielle B Cruz [f44f0a] Just Setting Up (version 0.3)
 README.txt 2012-09-12 Arielle B Cruz Arielle B Cruz [6c7322] Began making a Demo, more changes to come soonish.
 demo.ini 2012-09-12 Arielle B Cruz Arielle B Cruz [6c7322] Began making a Demo, more changes to come soonish.
 ez_setup.py 2012-06-08 Arielle B Cruz Arielle B Cruz [f44f0a] Just Setting Up (version 0.3)
 setup.cfg 2012-06-08 Arielle B Cruz Arielle B Cruz [f44f0a] Just Setting Up (version 0.3)
 setup.py 2012-06-11 Arielle B Cruz Arielle B Cruz [803974] Version 0.3.1-dev

Read Me

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.