warden install in ubuntu 10.04

来源:互联网 发布:易语言端口发送数据 编辑:程序博客网 时间:2024/06/04 20:12

     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
   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]

原创粉丝点击