Skip to content

Instantly share code, notes, and snippets.

View smifsud's full-sized avatar

Spiro Mifsud smifsud

View GitHub Profile
@smifsud
smifsud / vagrant_centos.txt
Created September 23, 2016 01:00
LAMP on CentOS in vagrant
# Get Started
-------------------------------------------
- download and install Vagrant 1.8.5 (www.vagrantup.com)
- download and install Virtual Box 5.2.1 (www.virtualbox.org)
- verify in Terminal it's installed: vagrant -v
- $ vagrant init centos/7
- $ install guest additions:
- $ sudo yum install dkms
- $ sudo yum groupinstall "Development Tools"
- $ sudo yum install kernel-devel