A combo submission/reporting module for Garrit.
Subport is built on a PHP backend and provides a JavaScript-based frontend. To get rolling, the deployment environment will need:
- Bower
- Apache 2.(2|4) with...
mod_rewrite- PHP 5.6
MultiViewsdisabledAllowOverridepermittingFileInfofor the deployment directory
With that out of the way...
- Clone the repository into the deployment directory.
- Run
bower installfrom within the directory to grab frontend dependencies. - Edit
backend/.htaccessand update theRewriteBaseto reflect the relative URL at which thebackenddirectory is accessible. For example, if thebackenddirectory is accessible athttp://example.com/some/path/backend, setRewriteBaseto/some/path/backend(no trailing slash).
Assuming your environment meets the requirements (no pesky Multiviews!), Subport should be ready to rumble.