A standard Ubuntu 14.04 LTS 64 bit box. It has pre-installed nginx, php7.0 and some other php extentions
- PHP 7.0
- Nginx
- MySQL (By running provision)
- curl
- GIT
- Composer
- PHP extentions: php7.0-fpm php7.0-mysql php7.0-cli php7.0-curl php7.0-gd php7.0-intl php7.0-xml php7.0-xmlrpc php7.0-mcrypt php7.0-mbstring php7.0-zip
- Download - download vagrant from their officail website
- Installation - follow thier official installation tutorial
- Tutorial - A nice tutorial on setting up dev environment
To intigrate to your project, run following command
bash < <(curl -s -S -L https://raw.githubusercontent.com/eftakhairul/trusty64/master/installer)
With provision
vagrant provision
Add IP to your local /etc/host once in developing life circle
echo "192.168.33.10 local.backend" >> /etc/hosts
Access vagrant
vagrant ssh
Username : vagrant
Password : vagrant
1.0
Donate - Donate through paypal or credit card
Apache LICENSE-2.0