Mobile CMS is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.
Updates and future extensions / widgets are free.
Open the file /mobile_site/config.php for some basic configuration.
For some features, like password reset, the system uses e-mail. Change the sender e-mail and name at the following lines in config.php.
/* EMAIL */
define('MAIL_FROM', 'info@yourdomain.com');
define('MAIL_FROM_NAME', 'Website name');
Below the e-mail constants you will find the encryption key constant. Change this with some random text and numbers. Somewhere between 10 and 32 characters you should be safe.
/*
----------------------------------------------------------------------
ENCRYPTION KEY
Key for two-way encryption. Don't change this if the system is in production, there might be
encrypted strings stored that can't be decrypted without the original key.
This is not used for passwords.
----------------------------------------------------------------------
*/
define("APP_KEY","j9dQjJF5jehS734jFGmBo7fG4");
On some (probably CGI/FastCGI enabled) servers you might get a 500 error when trying to visit the admin section. If so, please open mobile_site/admin/.htaccess and replace:
RewriteEngine on
With:
RewriteEngine on RewriteBase /admin/
Do the same with mobile_site/.htaccess, only then use RewriteBase / instead of RewriteBase /admin/
Upload all files from the directory mobile_site/ to your webserver.
Point your browser to the location where you uploaded the files and you will see something like this:

Set the correct writing permissions on the specified directories and reload the page. You will see something like this:

Fill in the form and press Install. You will be redirected to the CMS login.
To redirect mobile visitors to your mobile website you can use the script mobile_site/detect.mobile.js. Of course you can also just put a link on your website to the mobile site, but if you want to automatically redirect mobile visitors, just click the 'Get the code!' button on the dashboard.
Keep in mind this is just one solution. If you have enough programming skills there are other ways to redirect mobile users.
For example:
With a template you can define the layout and colors of the mobile site. You can modify the existing template mobile_site/templates/default/ or create a new by copying the default directory.
A template consists of the following files:
To change the colors with the jQuery Mobile themeroller, do the following:
http://www.cirkuit.net/projects/tinymce/cirkuitSkin/
http://www.famfamfam.com/lab/icons/
http://www.webdesignshock.com/google-plus-interface-icons/
http://code.google.com/p/google-code-prettify/
http://jquery.com (John Resig)
http://zachleat.com (Ported to PHP >= 5.1 by Zach Leatherman)
http://malsup.com/jquery/block/
http://malsup.com/jquery/form/
http://beneverard.github.com/jqPagination
http://www.sebastianoarmelibattana.com
http://code.google.com/a/apache-extras.org/p/phpmailer/
http://www.openwall.com/phpass/
http://twitter.github.com/bootstrap/