Skip to content

omakoleg/vagrant-php-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Small vargant box (ubuntu precise64 based) with php-fpm , mysql, phpmyadmin and nginx Clone using git clone --recursive to fetch all submodules

Requirements

Vagrant vagrant Virtual Box virtual box

Nginx

By dafault there are 2 sites for usage:

site1.local.lc
site2.local.lc

Site contents available in 'public' folder

Mysql

There are 2 users: root: vagrant vagrant: vagrant

Remote access granted for both:

mysql -h192.168.10.10 -uroot -pvagrant
mysql -h192.168.10.10 -uvagrant -pvagrant

Test database 'development' also present

Phpmyadmin

Available at phpmyadmin.local.lc with mysql credentials

Php-fpm

Connected thru 127.0.0.1:9000

Licence

licensed under a MIT licence link

About

Small vagrant + puppet setup for dev server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published