A Vagrantfile and shell script to create a development environment for SubjectsPlus
- Install Vagrant
- Clone the repo to your local machine
- In the SubjectsPlus-Vagrant folder:
vagrant up - Visit http://localhost:8889/SubjectsPlus/control to finish the installation
- The default database username is
spand the password isgrokgro3#3ogk3og3. The database is namedsp.
The MySQL username and password are setup using the shell script and can be changed by altering the variables at the top of the script.
In the SubjectsPlus-Vagrant folder there will be a new public/SubjectsPlus folder that you can use for development work.
The script was forked from this GitHub gist: https://gist.github.com/rrosiek/8190550