Merge branch 'dummy-data-instructions'

This commit is contained in:
Kevin Morris 2022-08-13 16:31:47 -07:00
commit b3d09a4b77
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

10
TESTING
View file

@ -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
----------