Skip to content

dstgermain/wordpress-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress or PHP vagrant setup

Comes with starter theme and wp-config, you’ll need to download wordpress and add everything other than the wp-content and the wp-config to the public folder.

Vagrant Box:

Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) Apache2 PHP5 MySQL phpMyAdmin Vim xDebug

add the following to your hostfile:

192.168.33.58 www.dev.wordpressproject.com

wordpress:

  • u: admin
  • p: 12345

db:

  • u: root
  • p: root
  • table: test

Running the Vagrant Box

You may need to run the following before starting the vagrant box:

vagrant box add avenuefactory/lamp
vagrant plugin install vagrant-triggers

Vagrant destroy will dump the sql tables into create_tables.sql saving them for later use.

.idea files are for PHPStorm.

About

Wordpress or PHP vagrant setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages