fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Add deployment info to README #125

Closed rajasegar closed 3 years ago

rajasegar commented 3 years ago

It would be helpful for newbies to know how to deploy a caveman app in platforms like Heroku, GCP or Amazon AWS.

rajasegar commented 3 years ago

If you are using something like Heroku, all you need to do is to create a Procfile with the following content:

web: clackup --port $PORT --address 0.0.0.0 app.lisp

More details at my blog post https://dev.to/rajasegar/lisp-for-the-web-5-13ca