Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandymint/vlad_deploy
Быстрый деплой с помощью Vlad Deployer за счет НЕ загрузки рельсового окружения при выполнении Rake задач
https://github.com/brandymint/vlad_deploy
Last synced: about 6 hours ago
JSON representation
Быстрый деплой с помощью Vlad Deployer за счет НЕ загрузки рельсового окружения при выполнении Rake задач
- Host: GitHub
- URL: https://github.com/brandymint/vlad_deploy
- Owner: BrandyMint
- Created: 2011-11-08T06:10:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T11:36:45.000Z (over 11 years ago)
- Last Synced: 2023-03-10T22:28:59.833Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Смысл
Смысл в том, что надоело при деплое ждать когда rake загрузит все
рельсовое окружение, которое на момент деплоя нафиг не нужно. Рецепт
оказался простым - выносим влада в отдельный `Rakefile`.# Установка
git submodule add git://github.com/BrandyMint/vlad_deploy.git ./script/vlad
git submodule init
git submodule update
cd ./script/vlad; bundle
cd ../..
cp script/vlad/config/deploy.rb config/
vi ./config/deploy.rb
# Подключаем unicorn в проектcp ./script/vlad/config/unicorn.rb ./config/
vi ./config/unicorn.rb # Change application
# Настройка сервераrake -N -f ./script/vlad/Rakefile vlad:setup to=production
# Настраиваем веб-сервер (nginx/apache) на сервере
# git push
# Быстрый деплой
./script/vlad/deploy
# Статейка об этом модуле
* http://dapi.ru/vlad-submodule