olorton / wordpress-theme-dev

Setup a quick and easy wordpress theme development environment using Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress Theme Dev

Setup a quick and easy wordpress theme development environment using Vagrant

Install VirtualBox & Vagrant

Download and install VirtualBox from virtualbox.org. Download and install Vagrant from vagrantup.com.

Installation

Download and extract wordpress-theme-dev and then from within that directory execute the following from the command line.

vagrant up

This will boot up and configure an ubuntu server virtual machine on the ip http://192.168.10.33

You will need to run the wordpress setup by navigating to that ip in your browser. Use the following details to set up to the database.

  • Database: wordpress
  • User Name: root
  • Password: (leave blank)
  • Database Host: localhost
  • Table Prefix: (whatever you like, or leave default)

The wordpress themes directory is located here: wordpress/wp-content/themes

PHPMyAdmin

http://192.168.10.33/phpmyadmin

PHPMyAdmin has been included to allow uploading of existing wordpress databases.

About

Setup a quick and easy wordpress theme development environment using Vagrant


Languages

Language:Ruby 76.3%Language:Perl 23.7%