molecular-simulation-tools icon indicating copy to clipboard operation
molecular-simulation-tools copied to clipboard

Create app and workflow tutorial templates

Open avirshup opened this issue 8 years ago • 0 comments

Templates should give users a super-easy, streamlined way to create an app by just modifying a tiny bit of code.

Along the lines of:

  1. git clone MST
  2. cp MST/apps/templates/simple_app.py MST/apps
  3. emacs MST/apps/simple_app.py
  4. Modify code in step 2.
  5. docker-compose up
  6. Open https://localhost:4000/apps/simple_app

Can we make this 3 steps?

avirshup avatar Mar 10 '17 00:03 avirshup