Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
cams
Commits
45ca16fa
Commit
45ca16fa
authored
Jul 06, 2018
by
Neil Gershenfeld
Browse files
wip
parent
ba5e557b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
45ca16fa
...
...
@@ -13,14 +13,6 @@ clone repos:
git clone https://gitlab.cba.mit.edu/pub/cams.git
git clone https://github.com/novnc/noVNC.git
install VNC service (assuming username is fab):
cd /home/fab/cams
sudo cp tightvncserver.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable tightvncserver.service
sudo systemctl start tightvncserver.service
journalctl -u tightvncserver.service
set VNC password:
tightvncpasswd
...
...
@@ -28,9 +20,17 @@ configure VNC:
cp /home/fab/cams/xstartup /home/fab/.vnc/
can use https certificates
configure
noVNC:
test
noVNC:
cd /home/fab/noVNC
./utils/launch.sh --listen 6789 --vnc 127.0.0.1:5901 &
./utils/launch.sh --listen 6789 --vnc 127.0.0.1:5901
install VNC service (assuming username is fab):
cd /home/fab/cams
sudo cp tightvncserver.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable tightvncserver.service
sudo systemctl start tightvncserver.service
journalctl -u tightvncserver.service
configure network
...
...
xstartup
View file @
45ca16fa
...
...
@@ -3,7 +3,7 @@
xrdb
$HOME
/.Xresources
xsetroot
-solid
grey
export
XKL_XMODMAP_DISABLE
=
1
motion
-c
/home/fab/.motion/motion.conf
ig
&
motion
-c
/home/fab/.motion/motion.conf
-l
/home/fab/.motion/motion.log
&
ristretto /home/fab/Pictures &
cd
/home/fab/noVNC
./utils/launch.sh
--listen
6789
--vnc
127.0.0.1:5901 &
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment