/Scotch-Box-Heroku

The Scotch Box Vagrant Box for Heroku

Primary LanguageHack

Scotch Box for Heroku

This repository is a very simple starter kit for PHP development hosted on Heroku.

It is based on Scotch Box and it has been modified to be "Heroku-ready." What this amounts to is a development environment that can be deployed to Heroku in literally 2 minutes.

Prerequisites

In order to get everything to work you need to have the following tools installed:

Getting Started

  1. Clone this repository (git clone https://github.com/julien731/Scotch-Box-Heroku.git)
  2. Create your own Git repository and push the code to it (you'll need that for the Heroku deployment)
  3. Run vagrant up
  4. Start creating your application in the public directory

Deployment

To deploy your application to Heroku:

  1. Create a Heroku app: heroku create
  2. Deploy your application: git push heroku master

Deploy to Heroku