You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
383 B

Set your reverse proxy to serve www/ statically.
Edit config.js to specify the parameters of the node (api) server, and
point it to the backend (rtbwpy)
Set your reverse proxy to pass config.BASE_URL* to the node server (make
sure websockets are sent too)
Edit www/js/client.js to point to the correct api location.
Start the backend (rtbwpy) in daemon mode.
Start the node server