Skip to content

Commit

Permalink
Merge pull request #16 from contiv/demo
Browse files Browse the repository at this point in the history
Makefile: add a `demo`, `start`, and `stop` targets that use a standard configuration specifically for demo purposes
  • Loading branch information
mapuri committed Nov 13, 2015
2 parents 461ef54 + 1566c01 commit 506ceb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
demo: stop start
stop:
CONTIV_NODES=$${CONTIV_NODES:-3} CONTIV_SRV_INIT=1 vagrant destroy -f
start:
CONTIV_NODES=$${CONTIV_NODES:-3} CONTIV_SRV_INIT=1 vagrant up

0 comments on commit 506ceb1

Please sign in to comment.