M0J0144 / ohmu

EVE Online fitting tool
0 stars 0 forks source link

Create RPM and DEB package files for the server #55

Closed d0liver closed 8 years ago

d0liver commented 8 years ago

Creating .deb and .rpm files will make the server installable pretty much anywhere and will make it very easy to get going with development and also will be usable from within the existing Dockerfile. This should be fairly easy to accomplish given that the Dockerfile already documents pretty well what's required for setup. Unfortunately ppas need to be created for all of the dependencies that can't be installed through apt (which is most of them) so this while actually involve creating quite a few packages. I assume something similar will be necessary with rpm.

d0liver commented 8 years ago

I don't think this is actually the best approach because of the need for new packages for each of the dependencies. I think I would prefer to see a regular shell script installer once the static assets have all been moved over to the websockets server.