Volunteer management platform to help organizations volunteer more effectively
- PHP 7.1+
- Composer
- MySQL/MariaDB
- Redis
- wkhtmltopdf
Composer manages all PHP dependencies:
composer install
A secrets.php file needs to be created in the config
directory. See secrets.php.example for an example setup. Never commit secrets.php to version control, for security.
The database migrations can be ran with:
php infuse migrate
The front-end assets can be compiled with grunt:
grunt
Please feel free to contribute by participating in the issues or by submitting a pull request. :-)
The included tests can be ran with:
phpunit
Copyright (c) 2015 Jared King
InspireVive is licensed under the GNU GPL v3 license in the LICENSE
file. The InspireVive brand and logo are copyrights of InspireVive.