|
==== How to install gelato CMS developers preview =====
<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
|