Skip to content

henrywoody/henrywoody.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

My personal website

For sharing projects I've worked on and neat Canvas animations.

Tech

Frontend: Vue

Backend: Go

Machine: Raspberry Pi 3 Model B

Compiling

For Raspberry Pi:

env GOOS=linux GOARCH=arm GOARM=5 go build -o server.exe server/*

Setup for Running on boot

Note: This probably depends on the OS etc, but for Raspberry Pi this is what's worked.

Make the website file executable

chmod +x website

Copy the website file into /etc/init.d

sudo cp website /etc/init.d

Update system services

sudo update-rc.d website defaults

Then can use with

sudo service website {start|stop|status}

Releases

No releases published

Packages

No packages published