A tumblelog CMS built on AJAX, PHP and MySQL.

readme.txt 1.7KB

    ==== How to install gelato CMS ===== <br> <br>1) Download and unzip the gelato package, if you haven't already. <br>2) Create a database for gelato on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. <br>3) Rename the config-sample.php file to config.php. <br>4) Open config.php in your favorite text editor and fill in your database details. <br>5) Place the gelato files in the desired location on your web server. <br>6) Run the gelato installation script by accessing install.php in your favorite web browser. <br> * If you installed gelato in the root directory, you should visit: http://example.com/install.php <br> * If you installed gelato in its own subdirectory called tumblelog, for example, you should visit: http://example.com/tumblelog/install.php <br>7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' <br> <br>That's it! gelato should now be installed. <br> <br> <br>==== How to install gelato CMS (Manual) ===== <br> <br>1) Download and unzip the gelato package, if you haven't already. <br>2) Create a database for gelato on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. <br>3) Execute the script /db/gelato_db.sql into your database. <br>4) Rename the config-sample.php file to config.php. <br>5) Open config.php in your favorite text editor and fill in your database details. <br> Note: The test data on the script /db/gelato_db.sql use the table prefix 'gel_' <br>6) Place the gelato files in the desired location on your web server. <br> Note: The test data on the script /db/gelato_db.sql point the installation to http://localhost/gelato <br>7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' <br> <br>That's it! gelato should now be installed. <br> Demo user: admin <br> Demo pass: demo