This is a little project I initially coded in a few days for a task. To get my hands dirty with PHP and Slim Framework, this setting was explored. Comments appreciated.
There are tons of glitches, and this is not maintained so beware!.
- Remove the hardcoded MySQL schema (obviously) and normalize the database properly
- Refactor everything properly
- Make a simple installation
- User password configuration / reminder
- Instructions for installing it
This assumes you have installed Vagrant, a provider like Virtualbox and:
vagrant plugin install vagrant-omnibusvagrant plugin install vagrant-berkshelf- Chef DK
-
Clone the repository
-
vagrant up -
vagrant ssh -
mysql -u forms -pforms forms < forms.sql5 (optional): -
Go to http://127.0.0.1:9079 on host and that should be it
-
Lookup config.php
Default user / password for the web interface:
root / root