Project-Owl / dms-lite

DMS LITE is the lightweight version of Project OWL's Data Management System. Build to run local on the PaPi
https://www.project-owl.com
Apache License 2.0
31 stars 7 forks source link

Issues in Wifi-install.sh #26

Closed r41d closed 3 years ago

r41d commented 3 years ago

I noticed some quirks in Wifi-install.sh which are as follows:

nfeuer commented 3 years ago

Hi @r41d! Thanks for pointing those out. We will test your suggestions and push an update. We will also check if this affects our docker version https://github.com/Project-Owl/dms-lite-docker

Evilgeniusnerd commented 3 years ago

@r41d So I just pushed an update to correct the script per your recommendations. Thank you for finding the bugs and pointing them out. As Nick mentioned we have recently built DMS-Lite into docker to avoid a lot of these dependencies issues and making it super easy to use. You will still see some NodeJS depreciation issues but that is due to binary not being updated for the Pi hardware.

nfeuer commented 3 years ago

Also @r41d hit us up in our Slack https://www.project-owl.com/slack. Would be interested to learn more about your project and how we might be able to help!

r41d commented 3 years ago

I actually learned about dms-lite-docker shortly after I created this issue. I think the Readme of this project should have a hint that can direct people to dms-lite-docker, regardless whether this project will be deprecated or properly maintained.

r41d commented 3 years ago

Where did you push those changes @Evilgeniusnerd I don't see them anywhere :thinking:

r41d commented 3 years ago

My bad, I just looked at the last line with the (still erroneous) curl paramter, will open PR momentarily

Evilgeniusnerd commented 3 years ago

Changes are here @r41d https://github.com/Project-Owl/dms-lite/blob/master/Wifi-install.sh. Also as mentioned the focus has been a move to DMS- Lite Docker which you can find here: https://github.com/Project-Owl/dms-lite-docker