MDAIceland / WaterSecurity

1 stars 1 forks source link

App packaging #30

Closed VasLem closed 3 years ago

VasLem commented 3 years ago

A setup pipeline needs to be created, so that the interested user can easily deploy and use the app.

VasLem commented 3 years ago

@bajo1207 Do we need this? I am not sure we are going to make it...

bajo1207 commented 3 years ago

The app can be run with python run.py right? In that case, i don't see any reasons to overcomplicate things and agree with the low pri.

VasLem commented 3 years ago

Well technically, you can have also a setup.py, so that you can run "pip install" on the app like here , where the requirements will be installed and entry hooks will be added, so that you can call the app inside your env from the command line (like for example when you call jupyter)

bajo1207 commented 3 years ago

Yes, i know, but it's a web app so normally it would be deployed instead of packaged as an app, so i don't think we need to put more energy into it unless we want to deploy it somewhere.