Getting Started
- Alter your Apache .htaccess file to the proper RewriteBase directory. The default is your web servers root directory. If you do not have mod_rewrite enabled you will need to change the $config['index_page'] from blank to 'index.php' in your fuel/application/config/config.php file
- Install the database by first creating the database in MySQL and then running the fuel_schema.sql file found at the fuel/install/fuel_schema.sql of the downloaded FUEL folder (If you want to use the FUEL admin). Then, change the database configuration found in fuel/application/config/database.php
- Make the following folders writable:
- /home/pinwino/public_html/rokugan/game/fuel/codeigniter/cache/
- /home/pinwino/public_html/rokugan/game/fuel/codeigniter/cache/dwoo/
- /home/pinwino/public_html/rokugan/game/fuel/codeigniter/cache/dwoo/compiled
- /home/pinwino/public_html/rokugan/game/assets/images
- WARNING: Make sure the data_backup folder and crons folder is inaccessible to the web. The .htaccess file that comes with FUEL, blocks the fuel/data_backup and fuel/cron folders by default
- To access the FUEL admin, go to:
http://rokugan.hieratica.net/game/index.php/fuel
uid: admin
pwd: admin
That’s it!