Skip to content

eftakhairul/trusty64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Box trusty64

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

How Download and Install Vagrant

  • Download - download vagrant from their officail website
  • Installation - follow thier official installation tutorial
  • Tutorial - A nice tutorial on setting up dev environment

How to use it

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

Password

Username : vagrant
Password : vagrant

Version

1.0

Donate to this project

Donate - Donate through paypal or credit card

License

Apache LICENSE-2.0

Releases

No releases published

Packages

No packages published

Languages