This is a tool to manage features and requirements based on projects releases.
- git clone ssh://git@gitlab.com/itsaprojectmanager/IPM.git
- cd IPM
- cp .env.example .env
- composer install
- Change example database settings to own database settings in .env file
- php artisan key:generate (If key is not already generated)
- php artisan migrate (migrates database)
- php artisan db:seed (seed the database with dummy data)
IPM must be run at the one of the following VHOSTS or the Google Oauth will not work with your instance.