A simple posture tracking web service.
- Golang
- Ansible
- Raspberry Pi (Should work with another Linux like systems)
If you are not deploying to a Raspberry Pi change the build parameters in the Makefile
to suite your needs.
Create a file called hosts
like this.
host1
This is an Ansible inventory file.
To deploy run make deploy clean
. This will copy the files needed to run the service and start it up.