Skip to content

Instantly share code, notes, and snippets.

@iondune
Created November 5, 2014 04:33
Show Gist options
  • Select an option

  • Save iondune/41f8b022e1ea43b511ff to your computer and use it in GitHub Desktop.

Select an option

Save iondune/41f8b022e1ea43b511ff to your computer and use it in GitHub Desktop.
Development and Build Environment instructions for Capstone - Windows9

Setup Instructions

These instructions are for Ubuntu 14.04 but should work comparably in most UNIX environments.

Deployment

To deploy to the Heroku dyno, open up your .git/config file and add the following three lines:

[remote "heroku"]
        url = [email protected]:bidr.git
        fetch = +refs/heads/*:refs/remotes/heroku/*

Then you can push to the production server using:

git push heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment