summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 95cac4c..f3b585a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Setup on Arch Linux
===================
-1) Clone the AUR project:
+1) Clone the aurweb project:
$ cd /srv/http/
$ git clone git://git.archlinux.org/aurweb.git
@@ -33,9 +33,9 @@ Setup on Arch Linux
3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration
(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 </srv/http/aurweb/schema/aur-schema.sql
5) Install Python modules and dependencies:
@@ -44,7 +44,7 @@ Setup on Arch Linux
6) Create a new user:
- # useradd -U -d /srv/http/aurweb -c 'AUR user' aur
+ # useradd -U -d /srv/http/aurweb -c 'aurweb user' aur
7) Initialize the Git repository:
@@ -57,7 +57,7 @@ Setup on Arch Linux
# ln -s /usr/local/bin/aurweb-git-update hooks/update
# chown -R aur .
-8) Configure sshd(8) for the AUR. Add the following lines at the end of your
+8) Configure sshd(8) for aurweb. Add the following lines at the end of your
sshd_config(5) and restart the sshd. Note that OpenSSH 6.9 or newer is
needed!