mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
doc: fix AUR_CONFIG in TESTING
Signed-off-by: Filipe Laíns <lains@archlinux.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
83d228d9e8
commit
4e4f5855f1
1 changed files with 2 additions and 2 deletions
4
TESTING
4
TESTING
|
@ -29,7 +29,7 @@ INSTALL.
|
|||
4) Prepare the testing database:
|
||||
|
||||
$ cd /path/to/aurweb/
|
||||
$ python -m aurweb.initdb
|
||||
$ AUR_CONFIG=conf/config python -m aurweb.initdb
|
||||
|
||||
$ cd /path/to/aurweb/schema
|
||||
$ ./gendummydata.py out.sql
|
||||
|
@ -37,4 +37,4 @@ INSTALL.
|
|||
|
||||
5) Run the test server:
|
||||
|
||||
$ AUR_CONFIG='/path/to/aurweb/conf/config' python -m aurweb.spawn
|
||||
$ AUR_CONFIG=conf/config python -m aurweb.spawn
|
||||
|
|
Loading…
Add table
Reference in a new issue