Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julien731/scotch-box-heroku
The Scotch Box Vagrant Box for Heroku
https://github.com/julien731/scotch-box-heroku
Last synced: about 1 month ago
JSON representation
The Scotch Box Vagrant Box for Heroku
- Host: GitHub
- URL: https://github.com/julien731/scotch-box-heroku
- Owner: julien731
- Created: 2020-05-29T06:29:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:46:00.000Z (4 months ago)
- Last Synced: 2024-12-03T17:33:35.171Z (about 1 month ago)
- Language: Hack
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scotch Box for Heroku
This repository is a very simple starter kit for PHP development hosted on Heroku.
It is based on [Scotch Box](https://box.scotch.io/) 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:
- [Vagrant](https://www.vagrantup.com/) for the Vagrant box (Scotch Box)
- A virtual machine manager like [VirtualBox](https://www.virtualbox.org/)
- The [Heroku Toolbelt](https://toolbelt.heroku.com/) for Heroku deployments## 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)
2. Run `vagrant up`
3. 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](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)