zoukankan      html  css  js  c++  java
  • 安装配置dradis

    github:https://github.com/dradis/dradis-ce/blob/master/README.md

    安装出现错误:
    == Copying sample files == == Preparing database == /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:194:in `block in initialize': undefined method `add_root_vertex' for Molinillo::DependencyGraph:[]:Molinillo::DependencyGraph (NoMethodError) from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:194:in `initialize' from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:181:in `new' from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:181:in `resolve' from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:200:in `resolve' from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:140:in `specs' from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:185:in `specs_for' from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:174:in `requested_specs' from /usr/lib/ruby/vendor_ruby/bundler/environment.rb:18:in `requested_specs' from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:13:in `setup' from /usr/lib/ruby/vendor_ruby/bundler.rb:127:in `setup' from /usr/lib/ruby/vendor_ruby/bundler/setup.rb:8:in `<top (required)>' from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /var/lib/dradis-ce/config/boot.rb:3:in `<top (required)>' from bin/rake:2:in `require_relative' from bin/rake:2:in `<main>' == Removing old logs and tempfiles ==


    解决方法:
    $ apt-get install libsqlite3-dev
    $ apt-get install mysql-server mysql-client libmysqlclient-dev
    $ apt-get install redis-server
    $ redis-server
    $ apt-get update
    $ apt-get install --only-upgrade bundler
    $ redis-cli ping

      Expected output:

      PONG



  • 相关阅读:
    请教提高上百万行数据insert速度的“经典”方法
    poj1411
    poj1422
    poj1661
    poj1664
    poj1405
    交往艺术与沟通技巧[推荐]
    不可不听的10个职场故事
    也谈如何“领导”你的领导
    十个让爱情稳固的经典好习惯
  • 原文地址:https://www.cnblogs.com/zheh/p/6055115.html
Copyright © 2011-2022 走看看