Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 643 Bytes

A Piku deployment example which builds and deploys a server written in pure C.

To deploy this:

  • Clone this repository.
  • make sure you have gcc installed (apt-get install build-essential)
  • Push it up to your Piku box:
git remote add piku piku@your_server:baremetal
git push piku master

Then you can put it on the internet, assuming you have some domain pointing to the same machine:

piku config:set NGINX_SERVER_NAME=your_domain HTTPS_ONLY=1

After that you can browse to https://your_domain/ and see the hello world message returned by the server.