heroku-buildpack-lua icon indicating copy to clipboard operation
heroku-buildpack-lua copied to clipboard

Run Lua on Heroku!

Results 9 heroku-buildpack-lua issues
Sort by recently updated
recently updated
newest added

Hey all, I can't find how to update on heroku-20 stack? I found some fork with the 'end of life' heroku-16 stack but no idea how to create new executable...

Here's the error I'm encountering currently: ``` triggering new deployment -----> Lua app detected -----> Copying lua to bin cp: cannot stat '/app/tmp/buildpacks/XXX/opt/heroku-18/lua': No such file or directory ! Push...

-----> Python app detected -----> No change in requirements detected, installing from cache -----> Installing SQLite3 -----> Installing requirements with pip -----> Lua app detected -----> Copying lua to bin...

Trying to install the build pack on existing app, get the following error: -----> Fetching set buildpack https://github.com/leafo/heroku-buildpack-lua.git... done ! Push rejected, failed to detect set buildpack https://github.com/leafo/heroku-buildpack-lua.git More info:...

I moved the setting of the config vars from the YAML hash in the `release` script to the `.profile.d` script. This should fix the problem that the config vars, including...

I created a new app on the cedar-14 heroku stack, and it wouldn't run because it couldn't find the lua dependencies (eg lapis). When I downgraded to plain cedar, to...

Scenario: Using Node+Lua together with https://github.com/ddollar/heroku-buildpack-multi/ -> https://github.com/nathanaeljones/heroku-buildpack-lua.git https://github.com/heroku/heroku-buildpack-nodejs.git And https://github.com/brettlangdon/NodeLua After `heroku-buildpack-lua` completes, 'lua' is not available in the search path for `heroku-buildpack-nodejs` to successfully install NodeLua.

I happened to bump into a guy from Heroku and he wasnt sure if there was a Lua buildpack so I find that there is.... I would quite like to...