iVis-at-Bilkent / syblars

SyBLaRS: Systems Biology Layout & Rendering Service
MIT License
12 stars 1 forks source link

Local deployment issues #16

Closed ugurdogrusoz closed 1 year ago

ugurdogrusoz commented 1 year ago

To ease the deployment of the tool locally, we can make the following improvements:

hasanbalci commented 1 year ago

I added a Dockerfile to the root directory of the repository and wrote the instructions on how to use it in README. Dockerfile currently works only in Linux and Windows operating systems and does not work in macOS because of the Puppeteer related issues.

I also added recommended Node.js and npm versions that can be used during the deployment of the service as a note in README.

Finally, I detailed the existing curl and fetch API example in README with real data to make it more understandable.