Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vumanskyi/vagrant-centos
CentOS + PHP7 + Apache2 + MariaDB - for different projects
https://github.com/vumanskyi/vagrant-centos
ansible apache2 centos mariadb nginx php71 vagrant
Last synced: 15 days ago
JSON representation
CentOS + PHP7 + Apache2 + MariaDB - for different projects
- Host: GitHub
- URL: https://github.com/vumanskyi/vagrant-centos
- Owner: vumanskyi
- Created: 2018-05-21T17:18:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T18:21:28.000Z (over 6 years ago)
- Last Synced: 2024-11-17T06:42:25.245Z (3 months ago)
- Topics: ansible, apache2, centos, mariadb, nginx, php71, vagrant
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant development environment
=======
It's easy configure and portable work development environment.This project is pre-build package with CentOS 7.1, Apache 2.4, PHP 7.1, MariaDB 5.5 and other software like as composer and git.
## Getting Started
**Requirement**
* Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Install [Vagrant](http://www.vagrantup.com/)
* Clone or [download](https://github.com/umanskyi31/vagrant-centos/archive/master.zip) this repository to the root folder `git clone https://github.com/umanskyi31/vagrant-centos`
* Run `vagrant up` into root folderThe first time you run this, Vagrant will download the CentOS box image. Will run shell script which install next software (Apache 2.4, PHP 7.1, MariaDB 5.5 and etc.)
## How to use
* In your browser, head to `192.168.33.33`. If need to change the address, you can do this into Vagrantfile:
``` config.vm.network "private_network", ip: "192.168.33.33"```
* Database name is vagrant_db, user = vagrant / password = secret**ENJOY**