Skip to content

Commit

Permalink
Docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Neff committed Jul 2, 2018
1 parent 06da2fc commit e56079c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,6 @@ Ideas / Todo
* Use Java Service Wraper (optional)
* http://yajsw.sourceforge.net/
Tests
-----
By now, there are only manual tests, which basically deploy a test application to different vagrant boxes using the
deploy role.
### Setup
**Boot vagrant boxes**
```bash
cd tests/centos_6
vagrant up
```

**Provide example play app for download:**
```bash
cd tests/testapp/play-java-seed
sbt dist
cd target/universal
python -m SimpleHTTPServer
```
**Run test Playbook**

```bash
cd tests/playbook
ansible-playbook -i hosts deploy.yml
```

### Tested with
* Ansible 2.3 / 2.4
* Virtualbox 0.5 / 5.1 / 5.2
Expand Down

0 comments on commit e56079c

Please sign in to comment.