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:

  1. Unzip the script package
  2. Upload the complete folder forum to your server
  3. Depending on your server configuration the write permission of the subdirectory templates_c (CHMOD 770, 775 or 777) and the file config/db_settings.php (CHMOD 666) might need to be changed in order that they are writable by the script
  4. Run the installation script by accessing example.com/forum/install/ in your web browser and follow the instructions
  5. Remove the installation files from the web server when the installation is completed.