Details
Hi,
Phabricator is awesome for our company's daily work, and we did a lot of customizations to it. Thank you guys for the hard work.
I'm wondering is that possible to host two phabricator instances in one single server (e.g. one for engineers to do the code review; the other for HR to screen the resumes with highly customized task fields)?
I tried it earlier this morning, looks like it almost worked (we configured the prefix for database, and hacked a few other stuffs). The only problem for us right now is that the daemons (phd) can't work correctly in one single machine. Say, if I restart the daemons for phabricator A, then in B it complains the daemons are not starting...
Is there a way to get around this, and make multiple daemons can work in one single server?
Thanks in advance.
Answers
It's not supported; The tooling is there for development purposes only, not for production use.
The assumption is that:
- It's probably not really what you want - see @joshuaspence comment; or
- If this really is what you want, your organization is usually big enough to just spin up another VM for the other instance.