文件名称:mruby-code-search:mruby和库的源代码搜索引擎-Search source code
文件大小:459KB
文件格式:ZIP
更新时间:2024-04-13 14:57:48
系统开源
mruby代码搜索 mruby和库的源代码搜索引擎。 (mrbgems,ngx_mruby,mobiruby等) 部署 安装宝石 $ cd /path/to $ git clone https://github.com/ongaeshi/mruby-code-search.git $ cd /path/to/mruby-code-search $ bundle install --path vendor/bundle 初始化Milkode数据库 $ cd /path/to/mruby-code-search $ bundle exec milk init data 将源代码添加到Milkode数据库 $ cd data $ bundle exec milk add --from-file ../PACKAGE_LIST 在浏览器中检查(本地) $ bundle exec milk web