Vagrant config for PyroCMS. (https://www.pyrocms.com/)
- Vagrant (http://www.vagrantup.com/)
- VirtualBox (https://www.virtualbox.org/)
- Internet Access
- Download and install Vagrant: http://www.vagrantup.com/
- Download and install VirtualBox: https://www.virtualbox.org/wiki/Downloads
- Clone this repo:
git clone https://github.com/dbough/vagrant-pyrocms.git
- Bring vagrant up:
cd vagrant-pyrocms/
,vagrant up
- Set up PyroCMS:
http://localhost:5555
- You can choose which PyroCMS repo to use by changing the value of
REPO
on line 8 ofboostrap.sh
(this has only been tested with2.2/master
). - If you want to create friendly URLs, change the value of
REWRITE
on line 11 ofbootstrap.sh
toYES
. - If you want to unlock the root account, change the value of
ROOT
on line 14 ofbootstrap.sh
to 'YES'. Theroot
password will bepassword
. - If you don't have the precise32 box on your machine, it will automatically be downloaded. This can take a few minutes the first time it runs.
- MySQL credentials are
root
/password
Dan Bough
daniel (dot) bough (at) gmail (dot) com
http://www.danielbough.com
Free to use and distribute under the GPLv3 license.