Skip to content

Commit

Permalink
Merge pull request #106 from svpernova09/feature/chrome-webdriver-dusk
Browse files Browse the repository at this point in the history
✨ Install Chrome Web Driver / Utilities for running headless for Dusk Support
  • Loading branch information
taylorotwell authored Mar 28, 2017
2 parents b7494da + f508636 commit 2c18cf2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,15 @@ service postgresql restart

apt-get install -y blackfire-agent blackfire-php

# Install A Few Other Things
# Install The Chrome Web Driver & Dusk Utilities

apt-get -y install libxpm4 libxrender1 libgtk2.0-0 \
libnss3 libgconf-2-4 chromium-browser \
xvfb gtk2-engines-pixbuf xfonts-cyrillic \
xfonts-100dpi xfonts-75dpi xfonts-base \
xfonts-scalable imagemagick x11-apps

# Install Memcached & Beanstalk

apt-get install -y redis-server memcached beanstalkd

Expand Down

0 comments on commit 2c18cf2

Please sign in to comment.