Skip to content

Commit

Permalink
Follow-up to #502: Remove bz2 requirement after switch to Selenium2. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy authored and grasmash committed Oct 11, 2016
1 parent 3addb42 commit 26c5c13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ You must have the following tools on the command line of your *host operating sy
* [Git](https://git-scm.com/)
* [Composer](https://getcomposer.org/download/)
* [PHP 5.6+](http://php.net/manual/en/install.php)
* PHP BZ2 extension is required (included by default in many cases).
* Install with PECL `pecl install bz2`
* Install with apt `apt-get install php5.6-bz2`

## Installing requirements

Expand Down
2 changes: 1 addition & 1 deletion readme/windows-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Follow Microsoft's official instructions to install [Bash on Ubuntu on Windows](

1. `sudo add-apt-repository ppa:ondrej/php` (hit 'Enter' when prompted)
2. `sudo apt-get update`
3. `sudo apt-get install -y php5.6-cli php5.6-curl php5.6-xml php5.6-mbstring php5.6-bz2 php5.6-gd`
3. `sudo apt-get install -y php5.6-cli php5.6-curl php5.6-xml php5.6-mbstring php5.6-gd`
4. `sudo apt-get install -y git nodejs npm unzip`
4. `php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"`
5. `php composer-setup.php`
Expand Down
6 changes: 0 additions & 6 deletions scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,5 @@ php_memcached_package: php5-memcached
xhprof_download_url: https://github.com/phacility/xhprof/archive/master.tar.gz
xhprof_download_folder_name: xhprof-master

extra_packages:
# This is required for PhantomJS Installer.
- php-bz2
- subversion
- php-bcmath

post_provision_scripts:
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"

0 comments on commit 26c5c13

Please sign in to comment.