All Projects → panique → Vagrant Lamp Bootstrap

panique / Vagrant Lamp Bootstrap

A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Vagrant Lamp Bootstrap

Vagrant Php7
A simple Vagrant LAMP setup with PHP 7.1 running on Ubuntu 16.04 LTS
Stars: ✭ 112 (-15.15%)
Mutual labels:  lamp, vagrant
ansible-roles
Library of Ansible plugins and roles for deploying various services.
Stars: ✭ 14 (-89.39%)
Mutual labels:  vagrant, lamp
Vagrant Lamp
My default LAMP development stack for Vagrant
Stars: ✭ 765 (+479.55%)
Mutual labels:  lamp, 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 (-28.79%)
Mutual labels:  vagrant
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (-26.52%)
Mutual labels:  vagrant
Vermin
The smart virtual machines manager. A modern CLI for Vagrant Boxes.
Stars: ✭ 110 (-16.67%)
Mutual labels:  vagrant
Kubernetes Vagrant Centos Cluster
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
Stars: ✭ 1,750 (+1225.76%)
Mutual labels:  vagrant
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (-29.55%)
Mutual labels:  lamp
Packer Windoze
Packer templates to create Windows vagrant box images
Stars: ✭ 117 (-11.36%)
Mutual labels:  vagrant
Vagrant Golang
A very easy to use golang environment for use with vagrant.
Stars: ✭ 104 (-21.21%)
Mutual labels:  vagrant
Vagrant Xhyve
An experimental xhyve/hyperkit provider for vagrant
Stars: ✭ 101 (-23.48%)
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 (-26.52%)
Mutual labels:  lamp
Adfs2
Multi Vagrant environment with Active Directory
Stars: ✭ 117 (-11.36%)
Mutual labels:  vagrant
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (-23.48%)
Mutual labels:  vagrant
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-28.79%)
Mutual labels:  vagrant
Cakebox
Framework agnostic virtual PHP Development Environment
Stars: ✭ 127 (-3.79%)
Mutual labels:  vagrant
Lamp Yum
Yum Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS
Stars: ✭ 93 (-29.55%)
Mutual labels:  lamp
Vagrant Box Templates
Stars: ✭ 100 (-24.24%)
Mutual labels:  vagrant
Rhcsa8env
This is a RHCSA8 study environment built with Vagrant/Ansible
Stars: ✭ 108 (-18.18%)
Mutual labels:  vagrant
Vagrant Elastic Stack
Giving the Elastic Stack a try in Vagrant
Stars: ✭ 131 (-0.76%)
Mutual labels:  vagrant

vagrant-lamp-bootstrap

A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically.

Whaaaaat ?

This is a reduced-to-the-max Vagrant setup file for a quick development stack. It will:

  • setup a Ubuntu 14.04 LTS "Trustry Thar" 64bit box

  • make the box accessable by the host at IP 192.168.33.22

  • sync the current folder with /var/www/html inside the box

  • automatically perform all the commands in bootstrap.sh directly after setting up the box for the first time

The bootstrap.sh will:

  • update, upgrade

  • create a folder inside /var/www/html

  • install apache 2.4, php 5.5, MySQL, PHPMyAdmin, git and Composer

  • also setting a pre-chosen password for MySQL and PHPMyAdmin

  • activate mod_rewrite and add AllowOverride All to the vhost settings

You can folder and password inside the bootstrap.sh for sure.

How to use ?

Put Vagrantfile and bootstrap.sh inside a folder and do a vagrant up on the command line. This box uses Ubuntu 14.04 LTS "Trustry Thar" 64bit, so if you don't have the basic box already, do a vagrant box add ubuntu/trusty64 before.

Why ?

This is just my personal time-saving bootstrap for Vagrant, it might be useful for you too.

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].