Guest User

Untitled

a guest
Nov 18th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Get the devilbox
  2. $ git clone https://github.com/cytopia/devilbox
  3. $ cd devilbox
  4.  
  5. # Create docker-compose environment file
  6. $ cp env-example .env
  7.  
  8. # Edit your configuration
  9. $ vim .env
  10.  
  11. # Start all containers
  12. $ docker-compose up
Add Comment
Please, Sign In to add comment