Skip to content

Instantly share code, notes, and snippets.

@pikesley
Last active September 1, 2016 16:17
Show Gist options
  • Save pikesley/1789cab7b10f0d8765d4 to your computer and use it in GitHub Desktop.
Save pikesley/1789cab7b10f0d8765d4 to your computer and use it in GitHub Desktop.
Skellington post-install help
  • Install jQuery and jasmine-jQuery (yes, this is a bit of a hack)
    curl https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js -o spec/javascripts/helpers/jquery.min.js
    curl https://raw.github.com/velesin/jasmine-jquery/master/lib/jasmine-jquery.js -o spec/javascripts/helpers/load-after-jquery-jasmine-jquery.js
  • Set up continuous integration in Travis:
    gem install travis
    travis init
    git add .travis.yml
  • Configure a Heroku app:
    gem install heroku
    heroku apps:create YOUR-APP-NAME-HERE --region=eu
  • Get Travis to continuously deploy to Heroku:
    travis setup heroku
  • Include a Google Analytics tag

  • Add some badges to your README

    gem install badgerbadgerbadger
    badger > README.md
    git add README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment