mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-22 10:41:50 +02:00
[skip CI] Updates to install instructions
This commit is contained in:
parent
80d401af51
commit
ce2f2adc59
@ -51,16 +51,23 @@ sudo apt-get -f install
|
|||||||
# /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start. It runs a VNC
|
# /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start. It runs a VNC
|
||||||
# server on display :10 and on interface 0.0.0.0. If you're happy with those
|
# server on display :10 and on interface 0.0.0.0. If you're happy with those
|
||||||
# defaults you can just use it as is:
|
# defaults you can just use it as is:
|
||||||
ln -s /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start ~/bin/
|
sudo ln -s /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start /usr/bin/
|
||||||
|
|
||||||
|
# Add your user to the ssl-cert group
|
||||||
|
sudo addgroup $USER ssl-cert
|
||||||
|
# You will need to re-connect in order to pick up the group change
|
||||||
|
|
||||||
# Create ~/.vnc directory and corresponding files.
|
# Create ~/.vnc directory and corresponding files.
|
||||||
kasmvncserver-easy-start -d && kasmvncserver-easy-start -kill
|
kasmvncserver-easy-start -d && kasmvncserver-easy-start -kill
|
||||||
|
|
||||||
# Modify vncstartup to launch your environment of choice, in this example LXDE
|
# Modify vncstartup to launch your environment of choice, in this example LXDE
|
||||||
|
# This may be optional depending on your system configuration
|
||||||
echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup
|
echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup
|
||||||
|
|
||||||
# Start KasmVNC with debug logging:
|
# Start KasmVNC with debug logging:
|
||||||
kasmvncserver-easy-start -d
|
kasmvncserver-easy-start -d
|
||||||
|
|
||||||
|
# Tail the logs
|
||||||
tail -f ~/.vnc/`hostname`:10.log
|
tail -f ~/.vnc/`hostname`:10.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user