diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-06 19:09:15 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-06 19:11:25 +0100 |
commit | b7b586a8c405e6e5967c5febcab67caab581ca0c (patch) | |
tree | fcdaf036a036b7e554b07734d7ce32918b67c192 /INSTALL | |
parent | d0c927c940435bad3da922f727713e1b06b6c936 (diff) | |
download | aurweb-b7b586a8c405e6e5967c5febcab67caab581ca0c.tar.xz |
Move support/schema/ to schema/
There aren't any other subdirectories in support/. Reduce the nesting
depth by moving schema/ to the top-level source directory.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,12 +66,12 @@ Setup on Arch Linux: mysql> quit - Load the schema file - $ mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql + $ mysql -uaur -p AUR < ~/aur/schema/aur-schema.sql (give password 'aur' at the prompt) - Optionally load some test data for development purposes. # pacman -S words fortune-mod - $ cd ~/aur/support/schema/ + $ cd ~/aur/schema/ $ python gendummydata.py dummy-data.sql $ bzip2 dummy-data.sql $ bzcat dummy-data.sql.bz2 | mysql -uaur -p AUR |