Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OmgImAlexis/355ab8407b9015e4d722 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/355ab8407b9015e4d722 to your computer and use it in GitHub Desktop.
Install and setup drywall
#!/bin/bash
sudo yum install git -y
git clone https://github.com/jedireza/drywall.git && cd ./drywall
npm install inherits -g
npm install grunt-cli -g
npm install bower -g
npm install && bower install --allow-root
mv ./config.example.js ./config.js
grunt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment