A tumblelog CMS built on AJAX, PHP and MySQL.
 
 
 
 
 
Go to file
Victor De la Rocha b10b903c52 bug fixes 2009-01-08 07:36:27 +00:00
admin bug fixes 2009-01-08 07:36:27 +00:00
classes * Changes on class themes. 2008-11-29 08:21:13 +00:00
db Plugin control panel 2008-11-03 04:08:48 +00:00
images Archive images 2009-01-07 19:39:49 +00:00
languages Translations for 0.95 (still missing French and Polish) 2007-11-25 19:34:43 +00:00
plugins Porting plugin engine to PHP4 2008-11-07 01:51:28 +00:00
themes * Changes on class themes. 2008-11-29 08:21:13 +00:00
uploads Security fix, issue 51 - checking for entry 2007-09-16 21:13:29 +00:00
.htaccess added /api/read to the .htaccess 2008-12-11 21:15:00 +00:00
api.php bug fixed 2008-12-11 22:07:18 +00:00
archive.php Archive 2009-01-07 20:14:25 +00:00
config-sample.php * Repaired installation script. 2008-10-24 00:18:24 +00:00
entry.php PHP 4 compatible plugin engine 2008-11-08 03:11:11 +00:00
gettext.bat some modifications 2008-10-30 20:09:35 +00:00
index.php * Changes on class themes. 2008-11-29 08:21:13 +00:00
install.php 2008-11-06 03:05:48 +00:00
login.php Added login.htm 2008-12-10 00:59:24 +00:00
notice.txt Updated to sitemap protocol 0.9 2008-11-08 07:18:35 +00:00
readme.txt Updated the documentation, added the new option panel item to install.class.php, added the GTM-2 option to install.php and removed v0.95 code from update.php 2008-10-24 19:31:52 +00:00
rss.php Updated to sitemap protocol 0.9 2008-11-08 07:18:35 +00:00
sitemap.php Updated to sitemap protocol 0.9 2008-11-08 07:18:35 +00:00
sitemap.xsl Updated to sitemap protocol 0.9 2008-11-08 07:18:35 +00:00
update.php Minor fixes 2008-11-03 23:15:10 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

==== How to install gelato CMS =====

1) Download and unzip the gelato package, if you haven't already.
2) Place the gelato files in the desired location on your web server.
3) Run the gelato installation script by accessing install.php in your favorite web browser.
	* If you installed gelato in the root directory, you should visit: http://example.com/install.php
    * If you installed gelato in its own subdirectory called tumblelog, for example, you should visit: http://example.com/tumblelog/install.php 
4) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'
5) REMOVE the install.php and update.php files.

That's it! gelato should now be installed.

==== How to update to v1.0 from v0.95 version =====

1) Download and unzip the gelato package, if you haven't already.
2) Create a backup of your config.php file.
3) Replace all the old files with those from the new 1.0.
4) Rename the config-sample.php file to config.php (DO NOT use your old config.php file).
5) Open config.php in your favorite text editor and fill in your database details (using the information on your old config.php).
4) Execute the update.php file.
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads'  and the folder 'uploads/CACHE'.
8) REMOVE the install.php and update.php files.

That's it! gelato should now be updated.

==== Update files for version previous to v1.0 are available on the download section =====

==== How to install gelato CMS (Manually) =====

1) Download and unzip the gelato package, if you haven't already.
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.
3) Execute the script /db/gelato_db.sql into your database.
4) Rename the config-sample.php file to config.php.
5) Open config.php in your favorite text editor and fill in your database details.
	Note: The test data on the script /db/gelato_db.sql use the table prefix 'gel_'
6) Place the gelato files in the desired location on your web server.
	Note: The test data on the script /db/gelato_db.sql point the installation to http://localhost/gelato
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'
8) REMOVE the install.php and update.php files.

That's it! gelato should now be installed.
	Demo user: admin
	Demo pass: demo