Skip to content

ceritium/api-proxy-openresty

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Intro

Example of openresty bootstrap for development and deploy on heroku.

Based on https://github.com/leafo/heroku-openresty

Requirements:

  • lua 5.2
  • openresty
  • redis
  • foreman

Development

$ PORT=8080 foreman start

Deploy on heroku

$ heroku create --buildpack http://github.com/leafo/heroku-buildpack-lua.git

# Add the heroku redis addon

$ git push heroku master

Enjoy!

About

Example of openresty bootstrap for development and deploy on heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published