commit 848b73fa3aa4875ec508d79a1aba61920da40dbd Author: Arturo Filastò art@fuffa.org Date: Sat May 4 16:45:00 2013 +0200
Add a note on how to test oonib with vagrant --- README.md | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md index 06d5013..bd50347 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,13 @@ The following supervisord config will use the virtual environment in autostart=true user=oonib directory=/home/oonib/ + +# Testing with vagrant + +To test the deployment of oonib you may use [vagrant](http://www.vagrantup.com). + +Once installed you will be able to install oonib in the virtual machine via: + +``` +vagrant up +```