Learn how to set up RRRSpec.
NOTE: This tutorial is written for the August 2016 issue of Software Design
published by Gijutsu-Hyohron Co., Ltd.
Proceed with the following steps:
client
: Client applicationserver
: For Master (+ Web UI) and Workerdemo
: For demonstration
Clone the repository with:
git clone git@github.com:yasaichi/rrrspec-tutorial.git
Run a "magical" script with:
ruby demo/setup.rb
Start the server with:
cd demo && foreman start
Create a new taskset with:
cd client && foreman run --env=../demo/.env bundle exec rrrspec-client start --rsync-name=sample_app
Open the following URL in your browser to check the status:
http://localhost:3000
Copyright (c) 2016 Yuichi Goto. See LICENSE.txt for further details.