Skip to content
Snippets Groups Projects
Commit 7aa8f9a1 authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '1.x' of https://git.uwaterloo.ca/wcms/wcms-vagrant into 1.x

parents 164de241 dd77d393
Branches master
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
**CAUTION!** This Vagrant box is meant for local development only. This set up is not hardened and is not secure, so
only us it as a local development environment.
Running **setup.sh** creates a Vagrantfile that will allow you to create a VirtualBox virtual machine that (currently) runs Ubuntu 14.04 LTS with Apache 2.4.18, MariaDB 10.1.12 and PHP 5.6.19 as well as Drupal currently at 7.50.
Running **setup.sh** creates a Vagrantfile that will allow you to create a VirtualBox virtual machine that (currently) runs Ubuntu 14.04 LTS with Apache 2.4.18, MariaDB 10.1.12 and PHP 7.0.13 as well as the current version of Drupal.
Please note, this setup only allows local logins to sites. CAS doesn't work "out of the box". You will need to add an additional file if you require CAS which you will need to contact a WCMS team member to get.
A few things to be aware of:
......@@ -74,7 +74,7 @@ You should also do a rebuild of the profile to update any modules:
```
12. Xdebug is disabled by default because it affects performance of Xhprof, to enable it you need to remove the semi-colon from the zend_extension line of:
```sh
$ sudo nano /etc/php5/mods_available/xdebug.ini
$ sudo nano /etc/php/7.0/mods_available/xdebug.ini
```
13. Be aware that OpenScholar takes a lot of memory to install, the VM has 3072MB of memory allocated to it because of this, so running multiple VM's could cause performance issues.
14. You should periodically make sure that your dev environment is up to date. You can do that when you are logged in to your server by doing an update and upgrade:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment