Re: Docker deployment for multi-tenant instance

2023-05-02 Thread Sumesh R Acharya
.d > for the https://demo-next.ofbiz.apache.org/partymgr site. > > Hope that helps, > > Dan. > > > On Mon, 1 May 2023 at 09:43, Sumesh R Acharya <7.sumesh...@gmail.com> > wrote: > > > Hello community, > > > > Can anyone help me with Multi-tenan

Docker deployment for multi-tenant instance

2023-05-01 Thread Sumesh R Acharya
Hello community, Can anyone help me with Multi-tenant deployment using docker scripts. Like when running the multi-tenant in the system we have to execute the create tenant command in the first run, how to run this command when deploying the application by using docker scripts. Regards,

TO ACCESS THE MULTI-TENANT INSTANCES USING SUB-DOMAINS

2023-04-22 Thread Sumesh R Acharya
Hello community, I gone through the document where instruction are given to configure and use the nginx as the reverse proxy for the ofbiz single tenant. LINK :- https://gist.github.com/bagasme/1de1908c86303c83b7bd51d50a12e041 But i want to know like what configuration i have to make in the

Datasource configuration changes are not getting reflected which are made from the ofbiz archive directory

2023-03-30 Thread Sumesh R Acharya
directory) These above database changes are not reflected in the project. But the project is taking the changes which i mentioned before building this archive. Can you please tell me know is any other configuration changes i have to make in the project to get this changes reflected. Regards, Sumesh R

Query regarding setting up gitlab ci/cd pipeline for ofbiz

2022-08-29 Thread Sumesh R Acharya
) file separately it is not able to start the project as i noticed it required all the other files of the project to run successfully. I want to ask what steps will be needed to setup ci/cd pipeline for ofbiz project ??? Regards, Sumesh R Acharya

Creating new import spreadsheet service or modifying existing service

2022-06-21 Thread Sumesh R Acharya
Hello community, I seen there is a productimportfromspreadsheet service in ofbiz which is used for import product entries from excel sheets in to the database. If I want to do same for some other table so will i need to create a new service for that ?? If yes how to achieve that. Or i can

biometric authentication in ofbiz

2022-04-02 Thread Sumesh R Acharya
Hello community, can we implement biometric authentication in ofbiz ? Regards, sumesh

Biometric authentication in ofbiz using webauthn

2022-03-31 Thread Sumesh R Acharya
Hello community, - How to implement passwordless authentication ( biometric authentication ) using webauthn java server library in ofbiz ? Webauthn java library -> https://github.com/Yubico/java-webauthn-server - if we are using ldap for login mechanism in ofbiz , so after implementing

Keycloak support for ofbiz

2022-03-28 Thread Sumesh R Acharya
Hello community, I want to know whether ofbiz supports keycloak integration for authentication and authorization. As i am not finding any docs regarding this in web. If it supports, please forward some steps how to implement that in ofbiz.