我现在用vagrant+puppet+debian box在本地开发,请问有没有什么好方法能开发之后部署到linode的方法?类似vagrant aws: https://github.com/mitchellh/vagrant-aws
1
jetbillwin Nov 22, 2013
两个选择,一个是自己写个 vagrant linode provider。另一个方法,使用chef等软件管理部署环境,rails的话我会用capistrano
|