Testing
Go to file
2007-12-29 15:07:50 -08:00
data Initial import for public release... 2007-11-03 03:45:10 -04:00
devel Fixed reference to old common 2007-12-29 15:07:50 -08:00
lib initial stab at an authentication middleware 2007-12-26 11:20:24 -08:00
media Added admin-media files. 2007-12-29 14:52:45 -08:00
news renamed imports 2007-12-22 16:21:21 -05:00
packages renamed imports 2007-12-22 16:21:21 -05:00
public Moved common to public 2007-12-29 15:07:19 -08:00
scripts removed helper script 2007-12-29 14:53:21 -08:00
templates Update for dev url 2007-12-22 17:55:28 -05:00
todolists renamed imports 2007-12-22 16:21:21 -05:00
wiki renamed imports 2007-12-22 16:21:21 -05:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
.gitignore Initial import for public release... 2007-11-03 03:45:10 -04:00
AUTHORS Initial import for public release... 2007-11-03 03:45:10 -04:00
feeds.py renamed imports 2007-12-22 16:21:21 -05:00
HACKING Added hacking doc. 2007-11-06 21:02:33 -05:00
LICENSE Initial import for public release... 2007-11-03 03:45:10 -04:00
local_settings.py.example removed need to specify deploypath manually 2007-12-23 00:35:10 -05:00
manage.py Initial import for public release... 2007-11-03 03:45:10 -04:00
README Updated readme 2007-12-29 14:49:45 -08:00
settings.py Moved common to public 2007-12-29 15:07:19 -08:00
urls.py Added DEBUG ability to serve static files with runserver. 2007-12-29 14:52:17 -08:00
utils.py renamed imports 2007-12-22 16:21:21 -05:00

# License
 See LICENSE file.

# Authors
 See AUTHORS file.

# Dependencies
 - python
 - mysql-python
 - Django = 0.96

# Installation
For a simple testing installation:

 1. Install dependencies.
 2. Configure database
 3. Populate database with test data
 4. Use the following commands to start a service instance
   export PYTHONPATH=`pwd`:${PYTHONPATH} 
   export DJANGO_SETTINGS_MODULE=archweb_dev.settings 
   python manage.py runserver