mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
web/README: Warn about potential to spam via testing.
This commit is contained in:
parent
7b19866f2d
commit
a28c8fd279
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ Setup on Arch Linux:
|
|||
# bzcat dummy-data.sql.bz2 | mysql -uaur -p AUR
|
||||
(give password 'aur' at the prompt)
|
||||
|
||||
If your test data consists of real people and real email addresses consider
|
||||
inserting bogus addressess to avoid sending unwanted spam from testing. You
|
||||
can insert garbage addresses with:
|
||||
mysql> UPDATE Users SET Email = RAND() * RAND();
|
||||
|
||||
7) Copy the config.inc.proto file to config.inc. Modify as needed.
|
||||
# cd ~/aur/web/lib/
|
||||
# cp config.inc.proto config.inc
|
||||
|
|
Loading…
Add table
Reference in a new issue