Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T07:54:02.000Z (about 9 years ago)
- Last Synced: 2024-10-04T21:34:36.132Z (about 1 month ago)
- Language: Elixir
- Size: 129 KB
- Stars: 3
- Watchers: 3
- 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
```