https://github.com/yandex-qatools/chef-selenium
Chef cookbook selenium
https://github.com/yandex-qatools/chef-selenium
Last synced: 2 months ago
JSON representation
Chef cookbook selenium
- Host: GitHub
- URL: https://github.com/yandex-qatools/chef-selenium
- Owner: yandex-qatools
- Created: 2013-03-20T12:37:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-08T06:49:20.000Z (about 12 years ago)
- Last Synced: 2025-05-05T02:36:03.492Z (5 months ago)
- Language: Ruby
- Size: 183 KB
- Stars: 14
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
One host for hub and node
Installing via chef-solo:
echo "chef chef/chef_server_url string localhost
postfix postfix/main_mailer_type select No configuration " | debconf-set-selectionsecho "deb http://apt.opscode.com/ precise-0.10 main" > /etc/apt/sources.list.d/opscode.list
apt-get update > /dev/null; apt-get install chef git-core
mkdir cookbooks && cd cookbooks
git clone git://github.com/yandex-qatools/chef-selenium.git selenium
mv selenium/recipe.json ../
cd ../ && tar czvf chef-solo.tar.gz ./cookbooks
chef-solo -j recipe.json -r chef-solo.tar.gz