Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 folder

The 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**