|
|
@@ -6,18 +6,28 @@
|
|
6
|
6
|
* If you installed gelato in the root directory, you should visit: http://example.com/install.php
|
|
7
|
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
|
+5) REMOVE the install.php and update.php files.
|
|
9
|
10
|
|
|
10
|
11
|
That's it! gelato should now be installed.
|
|
11
|
12
|
|
|
12
|
|
-==== How to update to v0.95 RC1 from v0.90 version =====
|
|
|
13
|
+==== How to update to v0.95 from v0.90 version =====
|
|
13
|
14
|
|
|
14
|
15
|
1) Download and unzip the gelato package, if you haven't already.
|
|
15
|
16
|
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
|
+3) Replace all the old files with those from the new 0.95.
|
|
17
|
18
|
4) Rename the config-sample.php file to config.php.
|
|
18
|
19
|
5) Open config.php in your favorite text editor and fill in your database details (using the information on your old config.php).
|
|
19
|
20
|
4) Execute the update.php file.
|
|
20
|
21
|
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'.
|
|
|
22
|
+8) REMOVE the install.php and update.php files.
|
|
|
23
|
+
|
|
|
24
|
+That's it! gelato should now be updated.
|
|
|
25
|
+
|
|
|
26
|
+==== How to update to v0.95 from v0.95 RC1 version =====
|
|
|
27
|
+
|
|
|
28
|
+1) Download and unzip the gelato package, if you haven't already.
|
|
|
29
|
+2) Replace all the old files with those from the new 0.95.
|
|
|
30
|
+3) REMOVE the install.php and update.php files.
|
|
21
|
31
|
|
|
22
|
32
|
That's it! gelato should now be updated.
|
|
23
|
33
|
|
|
|
@@ -34,6 +44,7 @@ That's it! gelato should now be updated.
|
|
34
|
44
|
6) Place the gelato files in the desired location on your web server.
|
|
35
|
45
|
Note: The test data on the script /db/gelato_db.sql point the installation to http://localhost/gelato
|
|
36
|
46
|
7) Set CHMOD / permission ( Chmod 777 ) to the folder 'uploads' and the folder 'uploads/CACHE'
|
|
|
47
|
+8) REMOVE the install.php and update.php files.
|
|
37
|
48
|
|
|
38
|
49
|
That's it! gelato should now be installed.
|
|
39
|
50
|
Demo user: admin
|