An open source solution for managing projects with GitHub integration.
This application includes a Vagrantfile to automate configuring development environments
This application requires the following two application packages to be installed on the host system in order to use the preconfigured development environment.
git clone https://github.com/OpenDevGroup/OpenDevManagement.git
cd OpenDevManagement/
vagrant up
Running the vagrant up
command for the first time will take quite a while.
During this process, your machine will (amongst other things):
After which, the application will be available at http://localhost:3005
Post initial installation, the vagrant up
command will bring the project up much faster.
For more information, check the Vagrantfile in the root directory.