blob: 8212a1f9e31958e239c124e367531b1d9bc1a1a4 (
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
25
26
27
28
29
|
You are almost done!
0. Setup the db.
1. Restart Apache
2. Login on http://YOURHOST 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. (Stolen from
http://www.mamboserver.com/MOS_FAQs/Installing_Mambo_Open_Source/Installing_Mambo_Open_Source/
, which you should also read)
CONFIGURE MOS
You can now launch your browser and point it to your MOS site e.g.
http://www.mysite.com -> Main Site
http://www.mysite.com/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 Mambo!
|