Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 561 Bytes

readme.md

File metadata and controls

33 lines (18 loc) · 561 Bytes

Vagrant setup for PHPCI Development

This is a vagrant setup with the shell provision for the development purposes of PHPCI.

Usage

  1. git clone the PHPCI source (or your fork) into phpci/ folder. Example: git clone git@github.com:Block8/PHPCI.git phpci
  2. vagrant up
  3. Enjoy

Box Info

Web access: http://localhost:8765

PHPCI Admin user:

Email: root@localhost

Password: 123456

MySQL:

Host: localhost

Port: 3312

User: root

Password: no password

Contributing

Feel free to contribute