- Git
- Python 2.7
Given you have privileges to access the codebase on GitHub, execute the following command on a shell prompt:
$ git clone [email protected]:BriefyHQ/briefy.plone.git
Access the directory containing briefy.plone codebase:
$ cd briefy.plone
Create a virtual environment:
$ virtualenv .
Installing dependencies:
$ ./bin/pip install -r requirements.txt
Running buildout:
$ ./bin/buildout -c buildout.cfg
Run all tests:
$ make test
Report bugs at https://github.com/BriefyHQ/briefy.plone/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your local setup that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.