Skip to content
James Edmondson edited this page Mar 9, 2018 · 8 revisions

Welcome to the rislab-demo wiki!

API and Documentation

Install instructions:

  • Install GAMS and MADARA
  • Clone this repo: git clone https://github.com/jredmondson/rislab-demo.git rislab
  • Build: rislab/action.sh prereqs compile

Run instructions:

  • rislab/bin/custom_controller (see -h or --help for more options)

Documentation:

  • Automatically generated if you use prereqs on action.sh to install doxyxgen and graphviz (can stop using prereqs after that)
  • To clone the docs repo: git clone -b gh-pages --single-branch https://github.com/jredmondson/rislab-demo.git rislab-ghpages
  • To modify the docs repo:
    • cp -r rislab/docs/rislab/html/* rislab-ghpages
    • cd rislab-ghpages
    • git add *
    • git commit -m "* Updated documentation for <whatever you updated>"
    • git push
Clone this wiki locally