Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 678 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 678 Bytes

Heroku lwan test application

Running lwan.ws test application at Heroku using heroku-buildpack-lwan

$ls -R
Aptfile   README.md conf      test.lua  wwwroot

./conf:
lwan.conf.erb

./wwwroot:
100.html   icons      index.html zero

./wwwroot/icons:
back.png   file.png   folder.png


$cat .buildpacks
https://github.com/ddollar/heroku-buildpack-apt
https://github.com/bherrera/heroku-buildpack-lwan

$cat Aptfile
cmake

$heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi

$git push heroku master