mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
INSTALL: Refer to the AUR backend as aurweb
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
eb4ba5cfdb
commit
ecfa54e492
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
@ -1,7 +1,7 @@
|
||||||
Setup on Arch Linux
|
Setup on Arch Linux
|
||||||
===================
|
===================
|
||||||
|
|
||||||
1) Clone the AUR project:
|
1) Clone the aurweb project:
|
||||||
|
|
||||||
$ cd /srv/http/
|
$ cd /srv/http/
|
||||||
$ git clone git://git.archlinux.org/aurweb.git
|
$ git clone git://git.archlinux.org/aurweb.git
|
||||||
|
@ -33,7 +33,7 @@ Setup on Arch Linux
|
||||||
3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration
|
3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration
|
||||||
(pay attention to disable_http_login, enable_maintenance and aur_location).
|
(pay attention to disable_http_login, enable_maintenance and aur_location).
|
||||||
|
|
||||||
4) Create a new MySQL database and a user and import the AUR SQL schema:
|
4) Create a new MySQL database and a user and import the aurweb SQL schema:
|
||||||
|
|
||||||
$ mysql -uaur -p AUR </srv/http/aurweb/schema/aur-schema.sql
|
$ mysql -uaur -p AUR </srv/http/aurweb/schema/aur-schema.sql
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue