We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06da2fc commit e56079cCopy full SHA for e56079c
README.md
@@ -60,35 +60,6 @@ Ideas / Todo
60
* Use Java Service Wraper (optional)
61
* http://yajsw.sourceforge.net/
62
63
-Tests
64
------
65
-
66
-By now, there are only manual tests, which basically deploy a test application to different vagrant boxes using the
67
-deploy role.
68
69
-### Setup
70
71
-**Boot vagrant boxes**
72
73
-```bash
74
-cd tests/centos_6
75
-vagrant up
76
-```
77
78
-**Provide example play app for download:**
79
80
-cd tests/testapp/play-java-seed
81
-sbt dist
82
-cd target/universal
83
-python -m SimpleHTTPServer
84
85
-**Run test Playbook**
86
87
88
-cd tests/playbook
89
-ansible-playbook -i hosts deploy.yml
90
91
92
### Tested with
93
* Ansible 2.3 / 2.4
94
* Virtualbox 0.5 / 5.1 / 5.2
0 commit comments