Skip to content

Instantly share code, notes, and snippets.

@drawcard
Last active June 13, 2016 08:31
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save drawcard/14300552d52380de1ef8 to your computer and use it in GitHub Desktop.
Save drawcard/14300552d52380de1ef8 to your computer and use it in GitHub Desktop.
The stuff that matters.

Here's a list of setup stuff you need to do after firing up that fresh new Ubuntu Vagrant VM...


NOTE to everyone, this gist is just something written for my situation and some of the stuff may be irrelevant, useless, or might break stuff for you!

First time server setup & security

Get things ready for Sage development

Additional Configuration

Terminal prompt improvements

Optional things that can help out

Wordpress & Sage Theme Setup

Automated script FTW: https://github.com/drawcard/new-wp-setup

Intial build & commit

gulp build 
# Check the front end website for any display issues
git add .
git commit -m "First commit"

Set up a new script

bower install [fullpage.js] --save # Script example name: fullpage.js 
gulp build
# Refresh site in browser window and in Chrome Inspector > Sources check to see JS / CSS has loaded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment