Giter Club home page Giter Club logo

Comments (7)

frankcrawford avatar frankcrawford commented on July 21, 2024

In fact, I'd argue that you don't want any DB server dependency in the RPM. Consider the trouble you would have if you have a centralised server hosted on a different machine. You would be forcing an installation that isn't required.

from namedmanager.

frankcrawford avatar frankcrawford commented on July 21, 2024

Minor second bug related to CentOS 7, it also tries to run "/etc/init.d/httpd reload" during the install as well, but since RedHat have moved to systemd, it doesn't work.

It probably should be replaced with either "systemctl reload httpd.service" or just the older "service reload httpd".

from namedmanager.

jethrocarr avatar jethrocarr commented on July 21, 2024

Yeah the current model of RPM isn't ideal for everyone - it's an outcome of it's requirements which was to support my managed customers with pretty much a plug & play experience with single app/db all-in-one VMs, but as pointed out, it doesn't suit the model where you have decoupled app servers and database servers.

Happy for PRs that update the dependencies and correct reloads, however I'd like to keep the coupling with the DB in the RPM for now - users running separate app vs db servers are probably better off not using the RPM package and doing manual installs from tarball or git instead.

from namedmanager.

frankcrawford avatar frankcrawford commented on July 21, 2024

Not a problem. I'll see what I can arrange.

from namedmanager.

frankcrawford avatar frankcrawford commented on July 21, 2024

Okay, I've submitted a PR for you to look at and apply. It builds fine on RHEL7 and RHEL6 (or CentOS equivalents).

Any issues, let me know.

from namedmanager.

jethrocarr avatar jethrocarr commented on July 21, 2024

PR #13 looks good, thanks heaps for the submission @frankcrawford. A prebuilt RPM is now available for EL 7 at repos.jethrocarr.com for anyone wanting a pre-built version.

from namedmanager.

frankcrawford avatar frankcrawford commented on July 21, 2024

@jethrocarr one issue I did notice that is still a problem with RHEL7 is that we should do a "systemctl daemon-reload" at some point during an upgrade. I'll see what I can do about it, in a compatible way.

from namedmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.