mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
updated web/README.txt
This commit is contained in:
parent
2c75852027
commit
d80c932d6e
1 changed files with 9 additions and 5 deletions
|
@ -26,7 +26,11 @@ Setup on ArchLinux:
|
||||||
- Edit /etc/php.ini and uncomment the mysql extension line:
|
- Edit /etc/php.ini and uncomment the mysql extension line:
|
||||||
extension=mysql.so
|
extension=mysql.so
|
||||||
|
|
||||||
5) Configure MySQL
|
5) Check out the AUR project (using the MYUSER from above)
|
||||||
|
$ cd
|
||||||
|
$ svn co https://xentac.net/svn/aur/trunk aur
|
||||||
|
|
||||||
|
6) Configure MySQL
|
||||||
- Connect to the mysql client
|
- Connect to the mysql client
|
||||||
# mysql -uroot
|
# mysql -uroot
|
||||||
|
|
||||||
|
@ -38,12 +42,12 @@ Setup on ArchLinux:
|
||||||
mysql> quit
|
mysql> quit
|
||||||
|
|
||||||
- Load the schema file
|
- Load the schema file
|
||||||
# mysql -uaur -p AUR < aur/support/schema/aur-schema.sql
|
# mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql
|
||||||
(give password 'aur' at the prompt)
|
(give password 'aur' at the prompt)
|
||||||
|
|
||||||
6) Check out the AUR project (using the MYUSER from above)
|
- Optionally load some test data for development purposes.
|
||||||
$ cd
|
# bzcat ~/aur/support/schema/dummy-data.sql.bz2 | mysql -uaur -p AUR
|
||||||
$ svn co https://xentac.net/svn/aur/trunk aur
|
(give password 'aur' at the prompt)
|
||||||
|
|
||||||
7) Point your browser to http://aur
|
7) Point your browser to http://aur
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue