Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openmodelica/omwebbook

An OpenModelica interactive notebook online
https://github.com/openmodelica/omwebbook

Last synced: 17 days ago
JSON representation

An OpenModelica interactive notebook online

Awesome Lists containing this project

README

        

# OMWebbook
An OpenModelica interactive notebook online

Requirements

1) docker, To install docker see https://docs.docker.com/engine/installation/

To build OMWebbook

1) clone the project
2) cd OMWebbook
3) docker build -t omwebbook .
After building the image omwebbook, we are now ready to run the OMWeb

To use it, run:

>> docker run -d -p 80:80 omwebbook