CORE-POS backend management and reporting suite
Prequisites:
- A webserver. Apache 2+ is recommended.
- PHP 5.5 or greater
- An SQL server. MySQL 5+ is recommended.
Install depedencies:
- Copy composer.json.dist to composer.json
- Run "composer install"
- Include "fannie" folder somewhere on the webserver.
- Rename fannie/config.php.dist to fannie/config.php. If the config.php.dist file is missing, just create a new config.php with opening and closing php tags.
- Browse to fannie/install/
- Follow instructions for making config.php writable by the webserver if needed.
- Enter database connection credentials and click save to initialize the database.