Installation - My-Little-Forum/mylittleforum GitHub Wiki
To install my little forum you need a web server or web hosting account (Linux/Apache recommended) with minimal PHP 5.4 (since version 2.4.7) and MySQL >= 4.1. Follow these steps to install the forum:
- Unzip the script package
- Upload the complete folder
forum
to your server - Depending on your server configuration the write permission of the subdirectory
templates_c
(CHMOD 770, 775 or 777) and the fileconfig/db_settings.php
(CHMOD 666) might need to be changed in order that they are writable by the script - Run the installation script by accessing
example.com/forum/install/
in your web browser and follow the instructions - Remove the installation files from the web server when the installation is completed.