您的位置:首页 > 其它

warden install in ubuntu 10.04

2013-10-21 17:23 337 查看
     Warden@github


      


      install warden in ubuntu 10.04,you need to add backport for natty!

sudo apt-get install -y linux-image-generic-lts-backport-natty
after this , you need to reboot your system
sudo apt-get install -y build-essential
sudo apt-get install -y build-essential debootstrap
[/code]
sudo apt-get install -y quota

       setup warden
sudo bundle exec rake setup[config/linux.yml]

      start warden
sudo bundle exec rake warden:start[config/linux.yml]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  warden cloudfoundry ubuntu