mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
updated heroku instructons / added eb instructions
This commit is contained in:
parent
2203979b9c
commit
5bb32547c9
1 changed files with 8 additions and 1 deletions
|
@ -322,7 +322,14 @@ don't have much experience with them personally.
|
|||
### Heroku ###
|
||||
|
||||
It's easy to vendorize the dependencies with `Godep` and deploy to Heroku. Take
|
||||
a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy)
|
||||
a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy/tree/heroku)
|
||||
(make sure you use the `heroku` branch).
|
||||
|
||||
### AWS Elastic Beanstalk ###
|
||||
|
||||
[O’Reilly Media](https://github.com/oreillymedia) set up [a repository](https://github.com/oreillymedia/prototype-imageproxy)
|
||||
with everything you need to deploy imageproxy to Elastic Beanstalk. Just follow the instructions
|
||||
in the [README](https://github.com/oreillymedia/prototype-imageproxy/blob/master/Readme.md).
|
||||
|
||||
### Docker ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue