mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Changed web/README.txt to refer to offical git repo
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
830c8c6f55
commit
5546779ad0
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
Setup on ArchLinux:
|
||||
===================
|
||||
1) Install Apache, MySQL, PHP, and Subversion
|
||||
# pacman -Sy apache mysql php subversion
|
||||
1) Install Apache, MySQL, PHP, and git
|
||||
# pacman -Sy apache mysql php git
|
||||
|
||||
2) Set a local 'hostname' of 'aur'
|
||||
- Edit /etc/hosts and append 'aur' to loopback address
|
||||
|
@ -31,9 +31,9 @@ Setup on ArchLinux:
|
|||
- Edit /etc/php.ini and uncomment the mysql extension line:
|
||||
extension=mysql.so
|
||||
|
||||
5) Check out the AUR project (using the MYUSER from above)
|
||||
5) Clone the AUR project (using the MYUSER from above)
|
||||
$ cd
|
||||
$ svn co https://xentac.net/svn/aur/trunk aur
|
||||
$ git clone http://projects.archlinux.org/git/aur.git
|
||||
|
||||
6) Configure MySQL
|
||||
- Connect to the mysql client
|
||||
|
|
Loading…
Add table
Reference in a new issue