forked from autotest/autotest
-
Notifications
You must be signed in to change notification settings - Fork 0
AutotestServerInstallScript
Lucas Meneghel Rodrigues edited this page Feb 8, 2013
·
7 revisions
We have developed a script to automate the install steps for the autotest server, scheduler and web UI on a (Fedora 16/17/RHEL6/Ubuntu) server. Debian should also work, but it was not tested.
On an autotest source clone, this script is under contrib/install-autotest-server.sh:
https://github.com/autotest/autotest/blob/master/contrib/install-autotest-server.sh
If you want to download it straight from github, just
curl https://raw.github.com/autotest/autotest/master/contrib/install-autotest-server.sh > install-autotest-server.sh
Then make it executable and execute it:
chmod +x install-autotest-server.sh ./install-autotest-server.sh