Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku not working. #9

Open
bakpakin opened this issue Dec 2, 2015 · 1 comment
Open

Heroku not working. #9

bakpakin opened this issue Dec 2, 2015 · 1 comment

Comments

@bakpakin
Copy link

bakpakin commented Dec 2, 2015

Even the simplest weblit apps do not build on heroku, while I can make normal luvit apps work. I believe it has something to do with the chroot in the filesystem modules.

@paul-reilly
Copy link

weblit successfully builds with lit locally and on Heroku here. I did have to use the main.lua from the lit_app example of the heroku-buildpack repo I used to deploy...

https://github.com/squeek502/heroku-buildpack-luvit/tree/master/examples/lit_app

You also need to rename your first file "init.lua" for the lit build to work. Having said that, although weblit apps are built successfully, they will only run locally... I get an Application Error on Heroku (correctly using the port from the env variable).

I'd be interested in hearing whether it is possible to run weblit apps from Heroku.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants