|
@@ -4,11 +4,24 @@
|
4
|
4
|
2) Place the gelato files in the desired location on your web server.
|
5
|
5
|
3) Run the gelato installation script by accessing install.php in your favorite web browser.
|
6
|
6
|
* If you installed gelato in the root directory, you should visit: http://example.com/install.php
|
7
|
|
- * If you installed gelato in its own subdirectory called tumblelog, for example, you should visit: http://example.com/tumblelog/install.php
|
|
7
|
+ * If you installed gelato in its own subdirectory called tumblelog, for example, you should visit: http://example.com/tumblelog/install.php
|
8
|
8
|
4) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'
|
9
|
9
|
|
10
|
|
-That's it! gelato should now be installed.
|
|
10
|
+That's it! gelato should now be installed.
|
|
11
|
+
|
|
12
|
+==== How to update to v0.95 RC1 from v0.90 version =====
|
|
13
|
+
|
|
14
|
+1) Download and unzip the gelato package, if you haven't already.
|
|
15
|
+2) Create a backup of your config.php file.
|
|
16
|
+3) Replace all the old files with those from the new 0.95 RC1.
|
|
17
|
+4) Rename the config-sample.php file to config.php.
|
|
18
|
+5) Open config.php in your favorite text editor and fill in your database details (using the information on your old config.php).
|
|
19
|
+4) Execute the update.php file.
|
|
20
|
+7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'.
|
|
21
|
+
|
|
22
|
+That's it! gelato should now be updated.
|
11
|
23
|
|
|
24
|
+==== Update files for version previous to v0.90 are available on the download section =====
|
12
|
25
|
|
13
|
26
|
==== How to install gelato CMS (Manually) =====
|
14
|
27
|
|
|
@@ -24,18 +37,4 @@ That's it! gelato should now be installed.
|
24
|
37
|
|
25
|
38
|
That's it! gelato should now be installed.
|
26
|
39
|
Demo user: admin
|
27
|
|
- Demo pass: demo
|
28
|
|
-
|
29
|
|
-==== How to update to v0.95 RC1 from v0.90 version =====
|
30
|
|
-
|
31
|
|
-1) Download and unzip the gelato package, if you haven't already.
|
32
|
|
-2) Create a backup of your config.php file.
|
33
|
|
-3) Replace all the old files with those from the new 0.95 RC1 EXCEPT for the file config.php
|
34
|
|
- 3.1) If you do replace it by error, use the backup you create during step two.
|
35
|
|
-4) Execute the update.php file.
|
36
|
|
-7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'
|
37
|
|
-
|
38
|
|
-That's it! gelato should now be updated.
|
39
|
|
-
|
40
|
|
-
|
41
|
|
-==== Update files for version previous to v0.90 are available on the download section =====
|
|
40
|
+ Demo pass: demo
|