All Projects → spiritix → Vagrant Php7

spiritix / Vagrant Php7

Licence: mit
A simple Vagrant LAMP setup with PHP 7.1 running on Ubuntu 16.04 LTS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Vagrant Php7

Vagrant Lamp Bootstrap
A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically
Stars: ✭ 132 (+17.86%)
Mutual labels:  lamp, vagrant
ansible-roles
Library of Ansible plugins and roles for deploying various services.
Stars: ✭ 14 (-87.5%)
Mutual labels:  vagrant, lamp
Vagrant Lamp
My default LAMP development stack for Vagrant
Stars: ✭ 765 (+583.04%)
Mutual labels:  lamp, vagrant
Dev
The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
Stars: ✭ 84 (-25%)
Mutual labels:  vagrant
Tj
Create local WordPress dev sites, manage existing sites, and deploy them, all from the command line.
Stars: ✭ 88 (-21.43%)
Mutual labels:  vagrant
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (-13.39%)
Mutual labels:  vagrant
Rhcsa8env
This is a RHCSA8 study environment built with Vagrant/Ansible
Stars: ✭ 108 (-3.57%)
Mutual labels:  vagrant
Vagrant Osx
Vagrant setup for Mac OS X
Stars: ✭ 83 (-25.89%)
Mutual labels:  vagrant
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (-9.82%)
Mutual labels:  vagrant
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (-16.07%)
Mutual labels:  vagrant
Lamp Yum
Yum Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS
Stars: ✭ 93 (-16.96%)
Mutual labels:  lamp
Learning Tools
A collection of tools and files for learning new technologies
Stars: ✭ 1,287 (+1049.11%)
Mutual labels:  vagrant
F3 Boilerplate
PHP7 Fat-Free Framework (http://fatfreeframework.com) example - A skeleton i18n web application which implements an MVC structure ( https://github.com/vijinho/FFMVC ) and includes the files from the https://getbootstrap.com project.
Stars: ✭ 97 (-13.39%)
Mutual labels:  lamp
Mydailylearn
🚀 Important commands, Code Snippets, Basics on different topics learning daily 🎉!
Stars: ✭ 87 (-22.32%)
Mutual labels:  vagrant
Vagrant Xhyve
An experimental xhyve/hyperkit provider for vagrant
Stars: ✭ 101 (-9.82%)
Mutual labels:  vagrant
Devbox Golang
A Vagrant box with Ansible provisioning for setting up a vim-based Go(lang) development environment
Stars: ✭ 84 (-25%)
Mutual labels:  vagrant
Vagrant Box Templates
Stars: ✭ 100 (-10.71%)
Mutual labels:  vagrant
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (-16.96%)
Mutual labels:  lamp
Vagrant Nfs guest
Vagrant plugin to allow the guest to export a mount and the host to mount it.
Stars: ✭ 92 (-17.86%)
Mutual labels:  vagrant
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-16.07%)
Mutual labels:  vagrant

Vagrant PHP7

A simple Vagrant LAMP setup with PHP 7.1 running on Ubuntu 16.04 LTS.

What's inside?

  • Ubuntu 16.04 LTS (Xenial Xerus)
  • Vim, Git, Curl, etc.
  • Apache
  • PHP 7.1 with some extensions
  • MySQL 5.7
  • Node.js 8 with NPM
  • RabbitMQ
  • Redis
  • Composer
  • phpMyAdmin

Prerequisites

  • Vagrant
  • Plugin vagrant-vbguest (vagrant plugin install vagrant-vbguest)

How to use

  • Clone this repository into your project
  • Run vagrant up
  • Add the following lines to your hosts file:
192.168.11.11 app.local
192.168.11.11 phpmyadmin.local
  • Navigate to http://app.local/
  • Navigate to http://phpmyadmin.local/ (both username and password are 'root')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].