Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.
/ vagrant-lemp Public archive

This vagrant setup mirrors my DigitalOcean droplets. Fork this project and spin up a server.

License

Notifications You must be signed in to change notification settings

thilak-rao/vagrant-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu 14.04 LTS with LEMP Provisioning

This vagrant setup mirrors my DigitalOcean droplets. I use this as a starter for my personal projects.

Prerequisites

You need VirtualBox and Vagrant to be installed in your computer

Installation

git clone https://github.com/xthilakx/vagrant-lemp.git
vagrant plugin install vagrant-hostsupdater
vagrant up

VM Details

# Hostname: vagrantlemp.dev
# SSH Port: 50683
# Port 80 (Guest) > Port 80 (Host)
# Port 50683 (Guest) > Port 50683 (Host)

# Provisioning: ./install.sh
# ./always.sh runs after every boot. 
# Password for everything: vagrant
Bypassing Browser SSL warnings

OS X users can bypass this warning by adding ./data/certificate/vagrantlemp.dev.crt to Keychain Access.

Known Issues
  • Hostname is hard coded to vagrantlemp.dev in nginx server blocks. Use search and replace as a workaround. Defect: #1 Pull requests are always appreciated.

About

This vagrant setup mirrors my DigitalOcean droplets. Fork this project and spin up a server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages