开发者

Compiled Application with Ruby config files (yml)

I compiled a program from source on mac开发者_如何学JAVA os x which tells me to use the supplied example config files, but how can I run a specific config file?

Readme shows what to edit in the config but not how to load it. More specifically this program (http://github.com/carsonmcdonald/HTTP-Live-Video-Stream-Segmenter-and-Distributor)


Looks like the following should work:

./http_streamer.rb example-configs/config-simple.yml

basically the name of the config file goes as the first argument to the script.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜