You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the millipds user, init a python virtualenv (how? which virtualenv system?) and install the millipds package within it, via pypi (also supporting from git, I suppose)
sudo -u millipds -s
Create a systemd unit file, start/enable it
Configure nginx to point at the running millipds instance
The text was updated successfully, but these errors were encountered:
One way to simplify the install process for users is to publish the built container somewhere like ghcr.io and provide a docker compose file that references both it and nginx
Expanding on the outline in #1
Deployment instructions will likely look something like this:
The text was updated successfully, but these errors were encountered: