mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
16 lines
572 B
Markdown
16 lines
572 B
Markdown
### Troubleshooting
|
|
|
|
* Check that you installed all the dependencies with pip and have Ansible 2.1+
|
|
* If installing to a local server, use a fresh install of Ubuntu 16.04
|
|
|
|
### Filing New Issues
|
|
|
|
* Please review the [FAQ](https://github.com/trailofbits/algo#faq)
|
|
* Please include the full output from your terminal window if appropriate
|
|
* We only support macOS 10.11 and newer
|
|
|
|
### Pull Requests
|
|
|
|
* Run [ansible-lint](https://github.com/willthames/ansible-lint) on any new ansible scripts
|
|
* Run [shellcheck](https://github.com/koalaman/shellcheck) on any new shell scripts
|