Skip to content

Commit

Permalink
Remove a Docker run step and add Docker test note
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Jul 16, 2020
1 parent b2e508b commit fad2b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ optional arguments:

1. `git clone https://github.com/obsidianforensics/unfurl`
1. `cd unfurl`
1. Modify `unfurl.ini` with desired host and port, and `docker-compose.yaml` to match port defined in `unfurl.ini`.
1. `docker-compose up -d`

## Testing
Expand All @@ -83,5 +82,8 @@ optional arguments:
1. While not required, it is strongly encouraged to add tests that cover any new features in a PR.
1. To manually run all tests (units and integration): ``python -m unittest discover -s unfurl/tests``

If using Docker as above, run:
``docker exec unfurl python -m unittest discover -s unfurl/tests``

## Legal Bit
This is not an officially supported Google product.

0 comments on commit fad2b57

Please sign in to comment.