Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openmodelica/omwebbook
- Owner: OpenModelica
- Created: 2017-05-19T18:07:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T09:46:40.000Z (over 1 year ago)
- Last Synced: 2024-06-11T18:06:22.650Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 4.68 MB
- Stars: 2
- Watchers: 22
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMWebbook
An OpenModelica interactive notebook onlineRequirements
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 OMWebTo use it, run:
>> docker run -d -p 80:80 omwebbook