mirror of
https://github.com/trailofbits/algo.git
synced 2025-10-14 22:45:19 +02:00
15 lines
572 B
Markdown
15 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
|