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
2582fd62
Commit
2582fd62
authored
Jan 05, 2008
by
eliott
Browse files
Updated readme with some more data
parent
ec3c9631
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
2582fd62
...
...
@@ -6,15 +6,25 @@
# Dependencies
- python
- mysql-python
- mysql-python
or python-pysqlite
- Django = 0.96
# Installation
For a simple testing installation:
1. Install dependencies.
pacman -S django python-pysqlite sqlite3
or
pacman -S django mysql mysql-python
2. Configure database
For simple testing, sqlite is a good option.
If using mysql, create a database, and a user with permission to
that database.
3. Populate database with test data
Run ./scripts/testing/load_data.bash
4. Use the following commands to start a service instance
export PYTHONPATH=`pwd`:${PYTHONPATH}
export DJANGO_SETTINGS_MODULE=archweb_dev.settings
...
...
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