Skip to content

Commit c38147a

Browse files
author
Nicholas Cerminara
committed
Merge pull request #212 from ckahle33/php7-install-instructions
Add PHP7 Install Instructions
2 parents dbabae5 + 7fc3952 commit c38147a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,18 @@ directory as the Vagrantfile:
237237
This script will be run each time you `vagrant up`, and it can be run
238238
on an already-up box using `vagrant provision`.
239239

240+
## PHP7 Install Instructions
241+
242+
```
243+
sudo apt-get update
244+
sudo add-apt-repository ppa:ondrej/php
245+
sudo apt-get install php7.0
246+
sudo apt-get update
247+
sudo apt-get install php7.0-mysql libapache2-mod-php7.0
248+
sudo a2dismod php5
249+
sudo a2enmod php7.0
250+
sudo apachectl restart
251+
```
240252

241253

242254
## The MIT License (MIT)

0 commit comments

Comments
 (0)