Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行する方法はありzeus startますか?ゼウスはレールを起動するだけでなく、redisも起動しますか?
zeus start
私はこれをcustom_plan.rb繰り返しCustomPlan#bootますが、ここから redis を開始する方法がわかりません。
custom_plan.rb
CustomPlan#boot
次の方法で、custom_pan.rb の def boot でシステム コマンドを実行するだけです。
exec(src/redis-server)
またはサービスとしてredisをインストールした場合
exec(service redis start)