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
MultiViews
disabledAllowOverride
permittingFileInfo
for the deployment directory
With that out of the way...
- Clone the repository into the deployment directory.
- Run
bower install
from within the directory to grab frontend dependencies. - Edit
backend/.htaccess
and update theRewriteBase
to reflect the relative URL at which thebackend
directory is accessible. For example, if thebackend
directory is accessible athttp://example.com/some/path/backend
, setRewriteBase
to/some/path/backend
(no trailing slash).
Assuming your environment meets the requirements (no pesky Multiviews!), Subport should be ready to rumble.