文件名称:fate:用于运行包含多个进程的服务的工具
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-10 11:26:30
Ruby
安装 gem install fate 配置 服务规格示例: { " commands " : { " redis " : " redis-server ./redis.conf " , " mongod " : " mongod run --quiet " , " http_server " : " ./bin/server -h 127.0.0.1 -p 8080 " , } } 用 命令行用法: fate -c service.json Ruby中的用法: require "fate" require "json" string = File . read ( "service.json" ) configuration = JSON . parse ( string , :symbolize_names => true ) spawner
【文件预览】:
fate-master
----bin()
--------fate(823B)
----fate.gemspec(738B)
----Rakefile(126B)
----test()
--------service_test.rb(1KB)
--------processes()
--------startup_race_test.rb(491B)
----LICENSE(1KB)
----examples()
--------simple.json(467B)
----.gitignore(15B)
----CHANGELOG.md(339B)
----lib()
--------fate()
--------fate.rb(2KB)
----README.md(643B)