mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
left out load db instructions
This commit is contained in:
parent
38eda65735
commit
63b92980c2
1 changed files with 6 additions and 1 deletions
|
@ -32,10 +32,15 @@ Setup on ArchLinux:
|
|||
|
||||
- Issue the following commands to the mysql client
|
||||
mysql> create database AUR;
|
||||
mysql> grant all privileges on AUR.* to aur@localhost identified by 'aur';
|
||||
mysql> grant all privileges on AUR.* to aur@localhost
|
||||
> identified by 'aur';
|
||||
mysql> flush privileges;
|
||||
mysql> quit
|
||||
|
||||
- Load the schema file
|
||||
# mysql -uaur -p AUR < aur/support/schema/aur-schema.sql
|
||||
(give password 'aur' at the prompt)
|
||||
|
||||
6) Check out the AUR project (using the MYUSER from above)
|
||||
$ cd
|
||||
$ svn co https://xentac.net/svn/aur/trunk aur
|
||||
|
|
Loading…
Add table
Reference in a new issue