-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Updating Spinup via a .deb file wipes all the files in /usr/share/. This is expected behavior, so we should avoid storing files there.
Things to change:
- The Spinup binary should be placed in
/usr/bin/directly or symlinked to some place like/var/lib/or/usr/lib/. - System wide config should be stored in
/etc/spinup/
For nginx we should symlink the user's config files to/etc/spinup/nginx/<username>/and change thenginx.confinclude directive to include/etc/spinup/nginx/*/*.conf. For each new user that creates a project we need to symlink their~/.config/spinup/nginxfolder to/etc/spinup/nginx/<username>.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working