|
==== 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'
<br>
<br>That's it! gelato should now be installed.
<br>
<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'
<br>
<br>That's it! gelato should now be installed.
<br> Demo user: admin
<br> Demo pass: demo
<br>
<br>==== How to update to v0.90 from v0.85 any previous 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 0.90 EXCEPT for the file config.php
<br> 3.1) If you do replace it by error, use the backup you create during step two.
<br>4) Execute the update.php file.
<br>7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads'
<br>
<br>That's it! gelato should now be updated.
<br>
<br>==== Update files for version previous to v0.85 are available on the download section =====
|