Rustem
Rustem
Hello all, may I wonder if there any updates on this issue?
@sebastienros can we merge it? @jtkech I have multiple instances of Orchard Core running at the same time, will Tenant restart on all of the stacks?
This is actually what we do now in O1. We rewrite the membership system by using external services to store Users and Admins separately we also use different interfaces to...
I think we should maximum reuse our current implementation of asp.net identity/openId, we might need different configuration/implementation for Stores and Managers. It will be nice to have an ability to...
>The question I have though is if we should make it work directly from the same process, or on a separate process. I think we should support both cases
Just for notes >I thought about running Orchard Core as Console App i.e without running WebHost, but I afraid it is not possible cause our shell/tenant is tied to Web,...
@neolution-ch talked about installing orchard via command line, like we have in O1. I think we should define use cases **1)** Installing O2 via command line. In such case, we...
Another crazy/good idea to make orchard to be hosted as a console app itself, and make a CLI from it. In such case, we can reuse existed code-base with modular...
@sebastienros I talked about making a CLI out of Orchard Core engine. Not like we have in O1. It will be a different Console app based on orchard modularity framework...
@sebastienros I understood the idea, you want a simple client which will use API metadata endpoint to list all available actions to perform (like POST Man or sort of). I...