canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 30: | Line 30: | ||
#!/bin/sh | #!/bin/sh | ||
xsetroot -solid grey | xsetroot -solid grey | ||
And make it executable | |||
chmod +X /home/mozqa/.vnc/xstartup | |||
Make vnc start on boot by adding the following to mozqa's crontab: | Make vnc start on boot by adding the following to mozqa's crontab: | ||
@reboot vnc4server -rfbport 5900 | @reboot vnc4server -rfbport 5900 | ||
=== Configure Apache === | === Configure Apache === | ||
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/mozilla/testing/performance/talos'. | Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/mozilla/testing/performance/talos'. | ||