mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'dummy-data-instructions'
This commit is contained in:
commit
b3d09a4b77
1 changed files with 10 additions and 0 deletions
10
TESTING
10
TESTING
|
@ -31,6 +31,16 @@ docker-compose
|
|||
Python: https://localhost:8444/
|
||||
PHP: https://localhost:8443/
|
||||
|
||||
5) [Optionally] populate the database with dummy data:
|
||||
|
||||
$ docker-compose up mariadb
|
||||
$ docker-compose exec mariadb /bin/sh
|
||||
# pacman -S --noconfirm words fortune-mod
|
||||
# poetry run schema/gendummydata.py dummy_data.sql
|
||||
# mysql -uaur -paur aurweb < dummy_data.sql
|
||||
|
||||
Inspect `dummy_data.sql` for test credentials. Passwords match usernames.
|
||||
|
||||
Bare Metal
|
||||
----------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue