acjordan2 / AlpacaBoards

Message Board and Content Management System
https://boards.drewgle.net
17 stars 4 forks source link

Alpaca Messaging Board

REQUIREMENTS

Install Directions

  1. Put contents of www in your webroot
  2. Navigate to the install directory with your browser and run the installer
  3. Edit Sphinx varibles to match your environment in www/includes/Config.ini.php and sphinx/sphinx.conf
  4. Start the sphinx search daemon by navigating to the sphinx directory and running "php start_sphinx.php". Creating a better way to do this is on my "to-do" list.

Notes:

* Make sure to turn off magic quotes in your php.ini as it causes unexpected behavior. 
* This has only been tested on linux.