diff --git a/TODO.md b/TODO.md index c73b2f2..12cb5e8 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,9 @@ - Add chi for mux - add cli option for config location - Complete testing -- Deployment(PKGBUILD, systemd, bootstrap script?, systemd sync timer) +- Deployment(PKGBUILD, bootstrap script?) - More complete sync(refresh packages on schedule with db, prefetch updates to pkgs we already have) +- ~Deployment(systemd, systemd.timer)~ - Build server/tool - ~Basic testing for internal/cache~ - ~basic file server that fulfills pacman api~ diff --git a/deployNotes.md b/deployNotes.md new file mode 100644 index 0000000..4cbf490 --- /dev/null +++ b/deployNotes.md @@ -0,0 +1,7 @@ +Create /srv/pkgstash/{repo}/os/{arch} for every repo, core and extra at min +Create pkgstash user +chown -R srv/pkgstash +mkdir /etc/pkgstash +cp .toml to /etc/pkgstash +cp binary to /usr/local/bin/ +cp systemd files to /usr/local/lib/systemd/system/