Research Deployment Strategies
It would be great if users could use repomaker as easily as possible
- on their local computer
- on a server
There are different possibilities for each option with different pros and cons. We should do some research, choose one for each scenario and then implement the winners.
Desktop App
- Debian Package (needs database, can we depend on one and then just use it?)
- Flatpak (docs)
- Snappy (docs)
- VM image (see server app)
Server App
- Vagrant
- Docker