Skip to content

enxt/vagrantwp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Vagrant + Wordpress ##Debian Wheezy64

This is a simple vagrant setup to get loaded with latest Wordpress for develop.

Overview

We use 64-bit ISO so you may need to update your BIOS to enable virtualization with AMD-V or Intel VT.

Packages Included

  • Apache 2
  • PHP 5.5
  • MySQL 5.5
  • Git
  • Mercurial
  • Composer (PHP)

Requirements

  • Operating System: Windows, Linux, or OSX.
  • Virtualbox version 4.3.*
  • Vagrant version 1.4.*

Installation

First you need a Git enabled terminal. Then you should clone this repository locally.

$ git clone https://github.com/enxt/vagrantwp.git
$ vagrant up
$ vagrant ssh

# To exit type:
$ exit

If you want to change your bound address (192.168.0.101), edit Vagrantfile, change the ip and run:

$ vagrant reload

If you want to point your Guest Machine (The Virtual Machine OS) to a friendly URL, you could modify your etc/hosts file and add the following:

192.168.0.101  your-server-name

Your should change in the init.sh file, the siteurl variable to your-server-name

siteurl=your-server-name

Vagrant Credentials

These are credentials setup by default:

  • Host Address: 192.168.0.101 (Change in Vagrantfile if you like)
  • SSH: vagrant / vagrant (If root password fails, run $ sudo passwd and set one)
  • MySQL: root / (none)

Local Editing

On your Host computer open any file explorer or IDE and navigate to _this_vagrant_folder_/www/.

About

Vagrant for Wordpress development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages