Skip to content

masawada/itamae-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itamae-wordpress

Vagrant

requirements

  • Vagrant
  • VirtualBox

Install Vagrant

download and install the package.

Install VirtualBox

$ brew cask install virtualbox

initialize

It you've not installed vagrant-vbguest or vagrant-itamae, install them.

$ vagrant plugin install vagrant-vbguest
$ vagrant plugin install vagrant-itamae

start server

$ vagrant up

reload

$ vagrant reload

stop server

$ vagrant halt

destroy server

$ vagrant destroy

Deploy to VPS

Requirements

  • Debian or Ubuntu
  • Non configured
$ bundle exec install --path vendor/bundle
$ bundle exec itamae ssh -h hostname -j nodes/node.json recipes/init_server.rb
$ bundle exec itamae ssh -h hostname -j nodes/node.json recipes/wordpress.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published