https://github.com/nass600/dev-server
Virtual environment for PHP apps via Vagrant and Ansible.
https://github.com/nass600/dev-server
ansible bower composer grunt nginx nodejs php7 postgresql robo ubuntu vagrant
Last synced: 3 months ago
JSON representation
Virtual environment for PHP apps via Vagrant and Ansible.
- Host: GitHub
- URL: https://github.com/nass600/dev-server
- Owner: nass600
- License: mit
- Created: 2014-11-03T16:07:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:20:03.000Z (over 7 years ago)
- Last Synced: 2026-01-14T00:55:28.295Z (5 months ago)
- Topics: ansible, bower, composer, grunt, nginx, nodejs, php7, postgresql, robo, ubuntu, vagrant
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant Dev Server
Ubuntu 16.04.03 LTS virtual environment for PHP apps via Vagrant and Ansible.
## Installed Software
| | name | version |
|:----------------------------:|:----------:|:-------------:|
|  | Ubuntu | `16.04.3 LTS` |
|  | Git | `2.11.0` |
|  | Nginx | `1.4.6` |
|  | PostgreSQL | `9.3` |
|  | MongoDB | `3.2.19` |
|  | MySQL | `5.7.22` |
|  | PHP | `7.2` |
|  | Composer | `1.3.2` |
|  | Robo | `1.0.5` |
|  | NodeJS | `8.9.4` |
## Requirements
You must have installed the following tools first:
|  |  |
|:-------------------------------------:|:--------------------------------------:|
| [Vagrant](https://www.vagrantup.com/) | [Ansible](http://www.ansible.com/home) |
## Usage
Download the vagrant machine, start it and you are ready to go:
```bash
git clone git@github.com:nass600/dev-server
cd dev-server
ansible-galaxy install -r requirements.yml --ignore-errors
vagrant up
```
## License
[MIT](/src/master/LICENSE)
## Author
Ignacio Velazquez Gomez - [http://ignaciovelazquez.es]()