This is a vagrant setup with the shell
provision for the development purposes of PHPCI.
git clone
the PHPCI source (or your fork) intophpci/
folder. Example:git clone git@github.com:Block8/PHPCI.git phpci
vagrant up
- Enjoy
Web access: http://localhost:8765
PHPCI Admin user:
Email: root@localhost
Password: 123456
MySQL:
Host: localhost
Port: 3312
User: root
Password: no password
Feel free to contribute