Skip to content
Snippets Groups Projects
Commit db75a552 authored by Filipe Laíns's avatar Filipe Laíns :rainbow: Committed by Lukas Fleischer
Browse files

doc: simplify database setup instructions in TESTING

parent e62d4727
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,11 @@ INSTALL.
4) Prepare the testing database:
$ cd /path/to/aurweb/
$ AUR_CONFIG=conf/config python -m aurweb.initdb
$ cd /path/to/aurweb/schema
$ ./gendummydata.py out.sql
$ sqlite3 path/to/aurweb.sqlite3 < out.sql
$ schema/gendummydata.py data.sql
$ sqlite3 aurweb.sqlite3 < data.sql
5) Run the test server:
......
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