Hotaru CMS has been tested using PHP 5.2.5 ~ 5.3.2 and MySQL 5.0~.
First-time Installation
- Download the latest version of Hotaru CMS.
- Create a database called "hotaru" in cPanel->mySQLdatabases, phpMyAdmin or equivalent.
- Upload the contents of the "hotaru" folder to your server.
- Files should have permissions set to 644 and folders should be set to 755, except...
- Set /cache and its sub-folders to 777
- Open example.com/install/index.php in your browser and step through the five steps, following the instructions in each.
- When finished, delete the install folder.
If the installation script has difficulty writing to your server it may prompt you to manually create a hotaru_settings.php file. If so you need to:
- Rename /hotaru_settings_default.php to /hotaru_settings.php.
- Open /hotaru_settings.php and edit the top section with your database details and path to Hotaru, e.g.http://example.com/
Note: This may not be necessary for most installations.
Setting up your site
- Log into Admin* and go to Admin -> Settings
- Change the settings as appropriate, but leave DB_CACHE as false for now.
- Download plugins from the Plugin Downloads forum, unzip and upload them to the /content/plugins/ directory.
- Go to Admin -> Plugin Management and install the plugins one by one. See Installing Your First Plugins.
- Edit settings for each plugin listed in the sidebar under Plugin Settings.
- Click the site title/banner to view your changes*.
- When finished, return to Admin -> Settings and set DB_CACHE to true.
- You may need to do a hard refresh (CTRL + F5) and/or clear the language cache from Admin -> Maintenance.
Friendly URLS
If you want to use friendly urls, rename htaccess_default to .htaccess, and edit it according to the instructions within thehtaccess file. Then go to Admin -> Settings and change the "friendly urls" setting to true.