Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/capistrano-deploy_vagrant-wordpress

Example of deployed to Vagrant Vm using capistrano3
https://github.com/kazu69/capistrano-deploy_vagrant-wordpress

Last synced: 27 days ago
JSON representation

Example of deployed to Vagrant Vm using capistrano3

Awesome Lists containing this project

README

        

capistrano-deploy_vagrant-wordpress
===================================

Example of deployed to Vagrant Vm using capistrano3

Add your ```/etc/hotsts``` file

```
192.168.33.10 wordpress.dev
192.168.33.10 staging-wordpress.dev
```

setup

```
bundle install
vagrant up
```

depoloy

```
# deploy staging
bundle exec cap deploy staging # see your browser http://staging-wordpress.dev/
bundle exec cap deploy production # see your browser http://wordpress.dev/
```