mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
15 lines
532 B
Markdown
15 lines
532 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
|
|
|
|
### 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
|