Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masawada/itamae-wordpress
https://github.com/masawada/itamae-wordpress
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/masawada/itamae-wordpress
- Owner: masawada
- Created: 2015-06-16T06:54:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T06:54:22.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:54:12.606Z (10 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
itamae-wordpress
================# Vagrant
## requirements
* Vagrant
* VirtualBox## Install Vagrant
[download](https://www.vagrantup.com/downloads.html) 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
```