parent
adf885a772
commit
6eb598189b
@ -1,2 +1,3 @@
|
|||||||
backend/
|
backend/
|
||||||
rtbwn.sock
|
rtbwn.sock
|
||||||
|
rtbwn.pid
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
Set your reverse proxy to serve www/ statically.
|
Set your reverse proxy to serve www/ statically.
|
||||||
|
Symlink interop.js to www/js/cyclefunc.js if it is not already.
|
||||||
Edit config.js to specify the parameters of the node (api) server, and
|
Edit config.js to specify the parameters of the node (api) server, and
|
||||||
point it to the backend (rtbwpy)
|
point it to the backend (rtbwpy)
|
||||||
Set your reverse proxy to pass config.BASE_URL* to the node server (make
|
Set your reverse proxy to pass config.BASE_URL* to the node server (make
|
||||||
sure websockets are sent too)
|
sure websockets are sent too)
|
||||||
Edit www/js/client.js to point to the correct api location.
|
Edit www/js/client.js to point to the correct api location.
|
||||||
Start the backend (rtbwpy) in daemon mode.
|
Start the backend (rtbwpy) in daemon mode.
|
||||||
Start the node server
|
Start the node server with ./maintain/start.sh or with node main.js
|
||||||
|
@ -1 +1 @@
|
|||||||
/home/flandre/srv/rtbw/interop.js
|
../../interop.js
|
Loading…
Reference in new issue