Skip to content

Instantly share code, notes, and snippets.

@nakosung
Created April 12, 2014 03:39
Show Gist options
  • Save nakosung/10517609 to your computer and use it in GitHub Desktop.
Save nakosung/10517609 to your computer and use it in GitHub Desktop.
# install docker
sudo yum install -y docker; sudo service docker start
# install git
sudo yum install -y git
# remote git repo
(mkdir -p worktree/.git; cd worktree/.git; git init --bare;)
# install nvm
curl https://raw.github.com/creationix/nvm/master/install.sh | sh
# install node
nvm install 0.10.26
# install coffee-script
npm i coffee-script -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment