Place this directory within the applications
folder of a Web2Py installation.
Web2Py can’t cope with a hyphen in an application name, so you will need to clone it to a directory without one, such as shortboxes
for instance. To do that run git clone 'git@github.com:Baffour/iapt-spring.git' 'shortboxes'
in your Web2Py applications directory.
The master
branch is protected by GitHub branch protection so it cannot be force pushed to: Changes should be made either as incremental commits or merged through a pull request. Feature branches have no such protection.