descriptionNathan's archweb_dev tree
homepage URLhttp://www.archlinux.org
ownernathanj@insightbb.com
last changeThu, 10 Jan 2008 21:00:50 +0000 (10 13:00 -0800)
content tags
add:
README
# License
 See LICENSE file.

# Authors
 See AUTHORS file.

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

# Installation
For a simple testing installation:

 1. Install dependencies.
   pacman -S django python-pysqlite sqlite3

 2. Fetch and extract test database
   For simple testing, sqlite is a good option. We have provided an 
   example test database.
   wget http://dev.archlinux.org/~eliott/archweb_sqlite.db.gz -O - | zcat > archweb.db

 3. Copy local_settings.py.example to local_settings.py and modify
   Make sure to uncomment the sqlite section.

 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

 5. The test database has a few test accounts in it.
   To login, use the following credentails.
   User: admin
   Pass: pass

   You can then reset the password on any of the test users by
   going into the django admin interface and doing so.
shortlog
2008-01-10 eliottCarriage return.archweb_devmaster
2008-01-10 eliottFixed localsettings.py.example
2008-01-10 rootupdated developers page. inactive devs are not shown
2008-01-10 eliottSome tweaks for the dev navigation
2008-01-10 eliottCherry pick of Thayer's archweb_pub retheme work
2008-01-09 eliottFixed typo.
2008-01-09 eliottUpdates to readme
2008-01-06 eliottUpdated authors file
2008-01-06 eliottRemoved DATA_DIR setting var
2008-01-06 eliottupdated ignore
2008-01-06 eliottsubtle changes to settings files
2008-01-06 eliottChanged a few var names
2008-01-06 eliottupdated readme
2008-01-06 eliottUpdated docs
2008-01-06 eliottChanges
2008-01-05 eliottUpdated readme with some more data
...
heads
16 years ago signoff
16 years ago master
16 years ago archweb_dev