https://github.com/eftakhairul/trusty64
https://github.com/eftakhairul/trusty64
linux trusty ubuntu vagrant vagrant-boxes
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eftakhairul/trusty64
- Owner: eftakhairul
- License: apache-2.0
- Created: 2016-07-01T07:30:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T08:48:49.000Z (almost 10 years ago)
- Last Synced: 2025-03-22T08:36:14.641Z (over 1 year ago)
- Topics: linux, trusty, ubuntu, vagrant, vagrant-boxes
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```sh
bash < <(curl -s -S -L https://raw.githubusercontent.com/eftakhairul/trusty64/master/installer)
```
With provision
```sh
vagrant provision
```
Add IP to your local /etc/host once in developing life circle
```sh
echo "192.168.33.10 local.backend" >> /etc/hosts
```
Access vagrant
```sh
vagrant ssh
```
Password
--------------
```sh
Username : vagrant
Password : vagrant
```
Version
----
1.0
Donate to this project
----
[Donate] - Donate through paypal or credit card
License
----
Apache LICENSE-2.0
[Download]:http://www.vagrantup.com/downloads.html
[Installation]:http://docs.vagrantup.com/v2/installation/index.html
[Tutorial]:https://eftakhairul.com/setting-up-development-enviroment-with-vagrant/
[Donate]:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=eftakhairul%40gmail%2ecom&lc=CA&item_name=Eftakhairul%20world&item_number=web_product¤cy_code=CAD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted