Skip to content

norefle/heroku-buildpack-luvit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku's build pack for luvit.

By default this buildpack downloads custom luvit version based on bundled luvit 0.6.1 with integrated libuv-0.10.12.

Usage

For instance, creation of simple luvit app from test:

$ heroku create heroku-buildpack-luvit --buildpack https://github.com/norefle/heroku-buildpack-luvit.git
$ git push heroku master
$ ... git output ...
$ -----> Fetching custom git buildpack... done
$ -----> luvit app detected
$ -----> Fetching luvit.
$ -----> luvit v0.6.1 was configured successfully.
$ -----> Discovering process types
$        Procfile declares types -> web
$         
$ -----> Compiled slug size: 1.2Mb
$ -----> Launching... done, v6
$        http://heroku-buildpack-luvit.herokuapp.com deployed to Heroku

Result you can find here: heroku-buildpack-luvit.herokuapp.com.

Links

  1. Heroku's build pack
  2. Custom luvit 0.6.1 build with libuv-0.10.12
  3. Example of luvit app on Heroku

About

Build pack to create luvit (0.6.1) app on Heroku platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published