Skip to content
Snippets Groups Projects
Commit b87c8a4b authored by Nathan Jones's avatar Nathan Jones Committed by louipc louipc
Browse files

Document how to generate the test data.

parent f285da5d
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
web/lib/config.inc
*.DS_Store
web/html/xml/*.xml
support/schema/dummy-data.sql.bz2
......@@ -73,7 +73,11 @@ Setup on Arch Linux:
(give password 'aur' at the prompt)
- Optionally load some test data for development purposes.
# bzcat ~/aur/support/schema/dummy-data.sql.bz2 | mysql -uaur -p AUR
# pacman -S words mysql-python
# cd ~/aur/support/schema/
# python gendummydata.py dummy-data.sql
# bzip2 dummy-data.sql
# bzcat dummy-data.sql.bz2 | mysql -uaur -p AUR
(give password 'aur' at the prompt)
7) Copy the config.inc.proto file to config.inc. Modify as needed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment