Install Vagrant and VirtualBox first.
Clone the repository:
git clone https://github.com/jaceju/vagrant-phpci.git
Build vm:
cd vagrant-phpci
vagrant up
Add IP/hostname mapping to /etc/hosts
on Host OS:
192.168.10.20 phpci.local
And the url will be:
https://phpic.local
Login to vm:
vagrant ssh
Clean cache and history:
sudo apt-get clean
sudo dd if=/dev/zero of=/EMPTY bs=1M
sudo rm -f /EMPTY
cat /dev/null > ~/.bash_history && history -c && exit
Package base box:
vagrant package --out vagrant-phpci.box
vagrant box add vagrant-phpci vagrant-phpci.box
phpci
secret
admin@example.com
secret
MIT