blob: e3a6ef1b308979c04b3165847930d534d1a8913d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
You are almost done!
0. Setup the db
1. Restart Apache
2. Login on http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
and finish the installation. IMPORTANT: the web
installer will complain that configuration.php is not writeable. When you
are done, create configuration.php in ${MY_INSTALLDIR} and copy the generated
configuration into it. Then execute the following:
# cd ${MY_INSTALLDIR}
# chown apache:apache configuration.php
# chmod u+w configuration.php
3. You can now launch your browser and point it to your Joomla site e.g.
http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin
You can log into Admin using the username 'admin' along with the
password that was generated or you chose during the web based install.
Enjoy Joomla!
|