https://github.com/hashnuke/heroku-buildpack-elixir-test
Sample app to test and play with the Heroku Elixir Buildpack
https://github.com/hashnuke/heroku-buildpack-elixir-test
Last synced: 7 months ago
JSON representation
Sample app to test and play with the Heroku Elixir Buildpack
- Host: GitHub
- URL: https://github.com/hashnuke/heroku-buildpack-elixir-test
- Owner: HashNuke
- Created: 2015-10-23T07:30:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T07:54:02.000Z (over 10 years ago)
- Last Synced: 2025-03-29T11:34:38.086Z (12 months ago)
- Language: Elixir
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HerokuBuildpackTest
Sample app to test with the [Heroku Elixir Buildpack](http://github.com/HashNuke/heroku-buildpack-elixir)
## Usage
To create an app run the following commands:
```
$ git clone https://github.com/HashNuke/heroku-buildpack-elixir-test.git
$ cd heroku-buildpack-elixir-test
$ heroku create --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git"
$ git push heroku master
```
----
If you are HashNuke, then there's already a Heroku app at http://heroku-buildpack-elixir-test.herokuapp.com
Add the following to your repo to use it.
```
git remote add heroku https://git.heroku.com/heroku-buildpack-elixir-test.git
```