diff --git a/INSTALL b/INSTALL index e8bf797d5f8a5385944468e3a015464f3480b12e..cbb9f44ef66c2762beedd383e6fc42c25d8426de 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/support/schema/aur-schema.sql b/schema/aur-schema.sql similarity index 100% rename from support/schema/aur-schema.sql rename to schema/aur-schema.sql diff --git a/support/schema/gendummydata.py b/schema/gendummydata.py similarity index 100% rename from support/schema/gendummydata.py rename to schema/gendummydata.py diff --git a/support/schema/reloadtestdb.sh b/schema/reloadtestdb.sh similarity index 89% rename from support/schema/reloadtestdb.sh rename to schema/reloadtestdb.sh index f6a8ae2f4f9d1ae39d3cf9dfc4ae91bdf707f7f4..ecaaaa8672c6eb266f8331d1a399920e7339a946 100755 --- a/support/schema/reloadtestdb.sh +++ b/schema/reloadtestdb.sh @@ -11,7 +11,7 @@ echo "Using database $DB_NAME, user $DB_USER, host $DB_HOST" mydir=$(pwd) if [ $(basename $mydir) != "schema" ]; then - echo "you must be in the aur/support/schema directory to run this script" + echo "you must be in the aur/schema directory to run this script" exit 1 fi