Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 653 Bytes

File metadata and controls

24 lines (19 loc) · 653 Bytes

Clark Development Env

  • Clark development databases, message brokers and others stuff.

Docker

$ docker-machine create --driver virtualbox default
$ docker-machine start default
$ eval $(docker-machine env default)
$ docker-compose up -d
$ docker-compose up

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

GitHub @rafaeljesus  ·  Twitter @rafaeljesus