Skip to content

NyanHelsing/osf-workflows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSF Workflows

OSF Workflows is an open source workflow engine that allows users to quickly and easily create backends that implement collections of operations to define workflows, visualize workflows as flowcharts, and evaluate these workflows.

Development

Dependencies

  • node.js / npm / bower
  • Python 3.6 / pip / virtualenv
  • Postgres 9.6 or greater

Installation

Service

  • create a new venv with python 3.6
  • pip install -r requirements
  • Create a local.py with an entry for DATABASES to connect to postgres
  • Ensure DJANGO_SETTINGS_MODULE points to the correct settings file.
  • Load fixtures if desired

Client App

  • install npm and bower dependencies
  • ember s

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.1%
  • Python 28.8%
  • HTML 13.1%
  • CSS 11.0%