Author Topic: Can't install Pi Gateway: nconf and serialport dependencies fail [solved]  (Read 4623 times)

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Thanks for the feedback, I appreciate it :)
I also made some changes to the UI/client side - the CSV download was failing for files larger than 2MB, so I switched to using FileSaver.js instead.
Anyway for the purposes of this thread, I will mark this SOLVED and if any further issues arise you can report them here, or a new thread if setup issues come up later.
Many thanks for the assistance in solving this!

jrbenito

  • NewMember
  • *
  • Posts: 2
Re: Can't install Pi Gateway: nconf and serialport dependencies fail [solved]
« Reply #16 on: February 27, 2019, 12:13:41 PM »
Sorry for bump this thread but I want to give my 2 cents

It would be nice to consider encapsulate gateway and http service in a couple of containers. This would create an immutable setup based on images you could automate from the git repository. External volume mounted to persistent data, capabilities and device added to the gateway container (due serial port access) and reverse proxy with Nginx (this part is already done in containers)

The great advantage of this setup is swap between version with no hassle and makes portability little bit easier. Ah, and migration from one old pi no new pi could be done in minutes.

Of course it is not easy to rearrange things but once done most of hardwork to new release could be automated and upgrades are secure in nature.

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: Can't install Pi Gateway: nconf and serialport dependencies fail [solved]
« Reply #17 on: February 28, 2019, 10:42:33 AM »
jrbenito,
Thanks for the suggestion, certainly of interest!
Did you have Docker or a similar platform in mind for this?
Any further pointers?