|
==== How to install gelato CMS =====
<br>
<br>1) Download and unzip the gelato package, if you haven't already.
<br>2) Place the gelato files in the desired location on your web server.
<br>3) 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>4) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'
<br>5) REMOVE the install.php and update.php files.
<br>
<br>That's it! gelato should now be installed.
<br>
<br>==== How to update to v1.0 from v0.95 version =====
<br>
<br>1) Download and unzip the gelato package, if you haven't already.
<br>2) Create a backup of your config.php file.
<br>3) Replace all the old files with those from the new 1.0.
<br>4) Rename the config-sample.php file to config.php (DO NOT use your old config.php file).
<br>5) Open config.php in your favorite text editor and fill in your database details (using the information on your old config.php).
<br>4) Execute the update.php file.
<br>7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'.
<br>8) REMOVE the install.php and update.php files.
<br>
<br>That's it! gelato should now be updated.
<br>
<br>==== Update files for version previous to v1.0 are available on the download section =====
<br>
<br>==== How to install gelato CMS (Manually) =====
<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' and the folder 'uploads/CACHE'
<br>8) REMOVE the install.php and update.php files.
<br>
<br>That's it! gelato should now be installed.
<br> Demo user: admin
<br> Demo pass: demo
|