Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandymint/vagrant-rails-box
Typical vagrant box for rails deployment.
https://github.com/brandymint/vagrant-rails-box
Last synced: about 6 hours ago
JSON representation
Typical vagrant box for rails deployment.
- Host: GitHub
- URL: https://github.com/brandymint/vagrant-rails-box
- Owner: BrandyMint
- Created: 2013-07-05T09:37:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T10:24:49.000Z (over 11 years ago)
- Last Synced: 2023-03-10T22:28:59.660Z (over 1 year ago)
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Настройка
1. Установить vagrant 1.2.2
2. `vagrant plugin install vagrant-berkshelf`Установка виртуалки:
Под linux: `vagrant plugin install vagrant-lxc`
Под Mac: `установить virtialbox````
> bundle; berks
```## Запуск
Под linux: `vagrant up --provider=lxc`
Под Mac: `vagrant up`## Полезные chef-рпцепты
https://github.com/DanThiffault/rails-lastmile
## Вдохновление
* http://www.119labs.com/blog/2012/03/21/rails-vagrant-chef/
## Похожие проекты
* https://github.com/jpettersson/vagrant-rails-project-box
* https://github.com/amaia/rails-starter-box
* https://github.com/banyan/chef-rails-dev-box
* https://github.com/amaia/rails-starter-box