synchroplayer
synchroplayer copied to clipboard
deployment
hi tom
how to fully deploy this?
thanks
You'll need to:
- Build the projet with
make build - Host the content of the
/buildfolder on your server behind a domain "mydomain.com" - Have the the server run on your server on a specific port
node bin/server.js 8001 - Proxy the running server behind your domain with the "server" prefix :
server.mydomain.com
I can maybe put together an example for hosting this with nginx.