Skip to content

piku/sample-bare-metal-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Piku sample deploy of server written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published