updated todo and added notes for deploy
This commit is contained in:
@@ -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~
|
||||
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user