qa test bed with jenkins, selenoid, selenoid-ui on a VPS
I've made it to roll out the test bed on digital ocean, but it should work on any VPS I think.
- create a droplet (4Gbytes of RAM will be a good idea)
- log in to your VPS (droplet, whatever) as root
git clone https://github.com/cheshi-mantu/cm-qa-test-bed-vps.git
cd cm-qa-test-bed-vps
chmod +x infra.sh
./infra.sh
During the execution script will ask you for new root's password and we'll create a new user to work with (you remember that working under root is not secure blah-blah-blah).