Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
18b3e053
Commit
18b3e053
authored
Jul 18, 2013
by
Will Daly
Committed by
Jay Zoldak
Aug 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added (start of) browser script
parent
70d783dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
playbooks/roles/jenkins/tasks/browsers.yml
+37
-0
No files found.
playbooks/roles/jenkins/tasks/browsers.yml
0 → 100644
View file @
18b3e053
---
-
name
:
Install Firefox
apt
:
pkg=firefox
-
name
:
Download PhantomJS
get_url
:
url={{ phantomjs_url }}
dest=/var/tmp/{{ phantomjs_archive }}
-
name
:
Untar PhantomJS
command
:
tar -xjf /var/tmp/{{ phantomjs_archive }} -C /var/tmp/
creates=/var/tmp/{{ phantomjs_folder }}
-
name
:
Install PhantomJS
command
:
mv /var/tmp/{{ phantomjs_folder }}/bin/phantomjs /usr/local/bin/phantomjs
creates=/usr/local/bin/phantomjs
-
name
:
Set PhantomJS permissions
command
:
chmod go+rx /usr/local/bin/phantomjs
-
name
:
Install Google Chrome
command
:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
chdir=/var/tmp
-
name
:
Install Google Chrome 2
command
:
dpkg -i google-chrome-stable_current_amd64.deb
chdir=/var/tmp
ignore_errors
:
True
-
name
:
Install Google Chrome 3
command
:
apt-get -f -y install
#- name: Install ChromeDriver
# shell: wget --quiet http://chromedriver.googlecode.com/files/chromedriver2_linux64_0.8.zip \
# unzip chromedriver2_linux64_0.8.zip \
# mv chromedriver /usr/local/bin/chromedriver \
# chmod go+rx /usr/local/bin/chromedriver
# chdir=/var/tmp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment