Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
487fee6e
Commit
487fee6e
authored
Dec 29, 2007
by
eliott
Browse files
Updated readme
parent
6ee7a936
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
487fee6e
...
...
@@ -4,11 +4,19 @@
# Authors
See AUTHORS file.
# Installation
## Dependencies
# Dependencies
- python
- mysql-python
- Django
>
= 0.9
5
- Django = 0.9
6
# 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment