Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 528 Bytes

Sample Ruby Application for piku

Contributed by @ewalk153

This is a simple ruby Sinatra that demonstrates running a ruby application on piku.

To publish this app to piku, clone this repository run the following commands:

git remote add piku piku@your_server:sample-ruby-app
git push piku main

Then you can set up an SSL cert and connect a domain by setting config variables like this:

ssh piku@your_server config:set sample-ruby-app NGINX_SERVER_NAME=your_server