Depends what you need from those models. There is no reason why not to keep Nova with the rest of your app.
Running Nova on a different server?
I'd like to run Nova on a separate server, where we have a lot of other backend stuff running.
My initial thought would be to deploy a copy of the production application there, then install Nova on top of it. Of course, that introduces issues with versioning, as I would want to keep the customized Nova stuff under version control. I'm thinking that maybe git subtrees might be helpful there - not sure.
Another approach I was thinking of was to mount the main application's model folder (and whatever else I needed) via a network mount.
And yet another method might be to create a private composer package with the models in it, and require that on the Nova install.
Anyone have any thoughts on this? Thanks in advance!
Please or to participate in this conversation.