Created
October 4, 2013 08:04
-
-
Save dgertych-monterail/6822537 to your computer and use it in GitHub Desktop.
Bexen Setup script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo mkdir -p /opt/boxen | |
| sudo chown ${USER}:staff /opt/boxen | |
| git clone https://github.com/chytreg/our-boxen.git /opt/boxen/repo | |
| cd /opt/boxen/repo | |
| script/boxen --debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment