Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:20:03.000Z (about 6 years ago)
- Last Synced: 2024-04-14T06:27:21.949Z (9 months ago)
- Topics: ansible, bower, composer, grunt, nginx, nodejs, php7, postgresql, robo, ubuntu, vagrant
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 2
- 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 |
|:----------------------------:|:----------:|:-------------:|
| ![](docs/img/ubuntu.png) | Ubuntu | `16.04.3 LTS` |
| ![](docs/img/git.png) | Git | `2.11.0` |
| ![](docs/img/nginx.png) | Nginx | `1.4.6` |
| ![](docs/img/postgresql.png) | PostgreSQL | `9.3` |
| ![](docs/img/mongodb.png) | MongoDB | `3.2.19` |
| ![](docs/img/mysql.png) | MySQL | `5.7.22` |
| ![](docs/img/php.png) | PHP | `7.2` |
| ![](docs/img/composer.png) | Composer | `1.3.2` |
| ![](docs/img/robo.png) | Robo | `1.0.5` |
| ![](docs/img/nodejs.png) | NodeJS | `8.9.4` |
## Requirements
You must have installed the following tools first:
| ![](docs/img/vagrant.png) | ![](docs/img/ansible.png) |
|:-------------------------------------:|:--------------------------------------:|
| [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 [email protected]: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]()