Requirments: A Webserver (Apache) with PHP, MySql and Pearl configurated.
Step 1
Download the source
Unzip it to your desired directory on your Webserver
Step 2
Create a MySql Database, use /install/xomol.sql Dump File.
Step 3
Make the necesary changes on
includes/configure.php
Step 4
Chmod 755 to all directories and subdirectories
Chmod 644 to all files
note: if you have access to your server via shell you can use the following commands:
find . -type d -exec chmod 755 {} ;
find . -type f -exec chmod 644 {} ;
Step 5
Almost done, let's just configure the site.
Point your browser to your xomol directory example http://localhost/xomol or http://www.mysite.com
Now you can Login with using the following login infos:
user: root@mysite.com
password: OpenSource
Step 6
Almost done, Make all the necesary changes on your admin panel.
* for security razons, you should change imediatly your the default email (root@xomol.net) and password (OpenSource) for a newone.
That's it! Enjoy the extreem performance of Xomol CMS |