Skip to content

yasaichi/rrrspec-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rrrspec-tutorial

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.

Tutorial

Proceed with the following steps:

  1. Setup Client
  2. Setup Master and Web UI
  3. Setup Worker
  4. Test run

Structure

  • client: Client application
  • server: For Master (+ Web UI) and Worker
  • demo: For demonstration

For the impatient

Setup

Clone the repository with:

git clone git@github.com:yasaichi/rrrspec-tutorial.git

Run a "magical" script with:

ruby demo/setup.rb

Test run

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

License

Copyright (c) 2016 Yuichi Goto. See LICENSE.txt for further details.

About

Getting Started with RRRSpec 💨

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages