Skip to content

CentOS + PHP7 + Apache2 + MariaDB - for different projects

Notifications You must be signed in to change notification settings

vumanskyi/vagrant-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Install Vagrant
  • Clone or download 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

About

CentOS + PHP7 + Apache2 + MariaDB - for different projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages