mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-11 07:50:24 -04:00
startup scripts for services needed for non-docker deployment
This commit is contained in:
parent
29b6a0b0d4
commit
b91d7e4c3f
3 changed files with 11 additions and 0 deletions
3
no-docker/vnc-websock.sh
Executable file
3
no-docker/vnc-websock.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PYTHONPATH=/home/nlevitt/workspace/websockify/websockify-ve34/lib/python3.4/site-packages:/home/nlevitt/workspace/websockify exec /home/nlevitt/workspace/websockify/websockify-ve34/bin/websockify 0.0.0.0:8901 localhost:5901 >> /home/nlevitt/workspace/brozzler/no-docker/websockify-`hostname -s`.out 2>&1
|
Loading…
Add table
Add a link
Reference in a new issue