gregordr / ImageStore

Open source google photos alternative!
https://gregordr.github.io/ImageStore/
Apache License 2.0
700 stars 33 forks source link

Make the CLI installation more platform agnostic #88

Closed mjholub closed 2 years ago

mjholub commented 2 years ago

Implement checks for package managers present. Limit installation of node.js from an external script to Debian/Ubuntu based distros only, as the other ones have recent enough versions of Node.js. Remove the need to install postgresql from a separate source, the one refered to in these scripts is 2 versions behind even the debian stable branch. Implement checks for the presence of /etc/nginx/sites-enabled/ and whether that dir is included in nginx.conf Add a separate script for OpenRC as well as the necessary init scripts.

gregordr commented 2 years ago

Thanks! Can you also update the readme with instructions for OpenRC?