Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 517 Bytes

sc-api-tutorial

This project is a tutorial contains instruction on how to call the APIs of sociocortex, and descriptions of the architecture, classes and data types. It is built with Asciidoctor (http://asciidoctor.org/) which requires Ruby. It is written in Ruby, packaged as a RubyGem.

Install with Bundler

  $ gem install bundler
  $ bundle

Install Asciidoctor without Bundler

  $ gem install asciidoctor

Compile adoc-file to html

  $ asciidoctor main.adoc