/www-go

bran.land server code

Primary LanguageGo

www

bran.land server code

Build/deploy instructions

Requires Bazel to build.

On the build machine:

$ bazel build :www
$ scp www bran.land:www

On the server:

# chown www:www www
# setcap 'cap_net_bind_service=+ep' www
# mv www /home/www/www
# systemctl restart www