Reemo CLI

Installation

gem install reemo

Server Configuration (Example)

reemo server-config --host=hogehoge.io --http-port=4567 --ssh-port=2222

Replace --host, --http-port, --ssh-port with your sever setting.

Run

cd sample_workspaces/gcc-project1/
reemo run

NOTE: You can use just reemo instead of reemo run for short.