source: trunk/READ_ME.txt @ 1304

Revision 1304, 2.5 KB checked in by nick_ramsay, 3 years ago (diff)

[Trunk] Hotaru 1.1.2, with more to follow soon.

Line 
1HOTARU CMS
2Version: 1.1.2
3Released: Mar 8th 2010
4
5INSTALLATION
6------------
7
8Please visit http://hotarucms.org/showthread.php?t=14 for the most up-to-date version of these instructions.
9
10Instructions last updated: Mar 8th 2010
11
12Requirements
13
14Hotaru CMS has been developed with PHP 5.2.6, MySQL 5.0.51a and phpMyAdmin 2.11.6. If you find it works on older versions of PHP, MySQL and phpMyAdmin, please let us know so we can update these requirements accordingly.
15
16Upgrading
17
18   1. Backup your database.
19   2. Download the latest version of Hotaru CMS.
20   3. Turn off all your plugins.
21   4. Overwrite ALL the old files. If you've made any customizations, read this first: http://hotarucms.org/showthread.php?t=46
22   5. Go to /install/upgrade.php
23   6. Turn your plugins back on
24   7. Reactivate your widgets
25   8. When finished, delete the install folder.
26
27First-time Installation
28
29   1. Download the latest version of Hotaru CMS.
30   2. Create a database called "hotaru" in phpMyAdmin (or equivalent).
31   3. Rename /hotaru_settings_default.php to /hotaru_settings.php.
32   4. Open /hotaru_settings.php and edit the top section with your database details and path to Hotaru, e.g. http://www.myhotarusite.com/
33   5. Upload the contents of the "hotaru" folder to your server.
34   6. Files should have permissions set to 644 and folders should be set to 755, except...
35   7. Set /cache and its sub-folders to 777
36   8. Go to /install/install.php and step through the six steps, following the instructions in each.
37   9. When finished, delete the install folder.
38
39Setting up your site
40
41   1. Log into Admin and go to Admin -> Settings
42   2. Change the settings as appropriate, but leave DB_CACHE as false for now.
43   3. Download plugins from the Plugin Downloads forum, unzip and upload them to the /content/plugins/ directory.
44   4. Go to Admin -> Plugin Management and install the plugins one by one.
45   5. Edit settings for each plugin listed in the sidebar under Plugin Settings.
46   6. Click the site title/banner to view your changes.
47   7. When finished, return to Admin -> Settings and set DB_CACHE to true.
48
49
50Friendly URLS
51
52If you want to use friendly urls, rename htaccess_default to .htaccess, and edit it according to the instructions within the htaccess file. Then go to Admin -> Settings and change the "friendly urls" setting to true.
53
54Troubleshooting
55
56If you're having trouble installing Hotaru, please post your questions with as much detail as possible in the forums at http://hotarucms.org. Thanks.
Note: See TracBrowser for help on using the repository browser.