Thank you for the video. The steps worked perfectly, even with Frappe version 15. The only thing I did differently was rebooting the server at the end. I suspect this wouldn’t have been necessary if I hadn't skipped the "sudo service nginx reload" step.
is there a way we can setup frappe/erpnext when we login we dont need to go to specific site ? sort of like in login page input company 1 + user + pass ? can it be done that way? or can a script just do that?
Can I run a website, one site for erpnext and another site for hrms or something. I tried to create new different sites on frappe with different apps. Both sites are showing same contents. So it's possible...?
@@kylerobins disable maintenance mode. Go to the site's site_config.json file and look for maintenance_mode: 1, change 1 to 0. If the pair is not there, add it
Thank you, But not working with me. I tried it with online domain with AWS Amazon EC2 instance. Once I finished, second not working . Could you plz make Other tutorial to explain it on online server Not VM
sir another question please i want to add custom field to Costumer Doctype for example i wanna add Phone_Number but i want to export this modification to an app because i want to install this app on top of my Erpnext every time i install it in new server thank you sir
Following best standards, make sure you are adding the field as a custom field. DON'T DO IT FROM THE DOCTYPE CUSTOMIZE. After that, add the field as a fixture to your hooks.py file. Export customization with bench export-fixtures. This will create a json file in your custom app, hence can be installed with your app. You will need to run bench migrate at the end.
@@KaraniGeoffrey how to get ur numbers coz i cant comment in this video from yesterday and i dont know why as i am stuck doing exactly as you do but other sites dont load
It is such an awesome and great tutorial, thank you very much. But I think there is a minor spelling error in your blog post, it mention: bench (-)site first.site install-app erpnext while in video bench (--)site first.site install-app erpnext *note the (--site)*
Thank you for the video. The steps worked perfectly, even with Frappe version 15. The only thing I did differently was rebooting the server at the end. I suspect this wouldn’t have been necessary if I hadn't skipped the "sudo service nginx reload" step.
Is there like super admin to manage all those sites/multi tenant?
Can you make detailed video on how to add script report in from backend ?
Thank you, But not working with me.
VM Oracle first I finished, second not working .
bench config dns_multitenant on/off ?
Hey, sorry about that. We can connect on codewithkarani.com
Thank you, But not working with me.
It is taking the default site database, please help me
Hi , I saw your udemy cource, can I buy only advance topics cource?
Hi, yes, on codewithkarani.com
Is there a way to add a front end theme template like yours?
Yes. Check out codewithkarani.com
The complete course has this as one on the videos
thanks,any idea how to add multiple benches in one server??
It is as easy as initializing it
is there a way we can setup frappe/erpnext when we login we dont need to go to specific site ? sort of like in login page input company 1 + user + pass ? can it be done that way? or can a script just do that?
Hi i having issues in setting up email domain on erpnext hosted in linode can you help me for that i can support you with payment
Hello, reach out via karani@upeosoft.com
How manage change doctype to reflect to all instances. One change to all sites, or need put on git and pull to every instances.?
Your code should be in a custom app. All you need to do therefore is to install the app to every site
Can we use this to create SaaS application??
Yes we can
Help on how to configure erpnext with social media handles (LinkedIn, Twitter
Can I run a website, one site for erpnext and another site for hrms or something. I tried to create new different sites on frappe with different apps. Both sites are showing same contents. So it's possible...?
Yes, it is possible
@@KaraniGeoffrey please can you help me sir actually I tried but same sites are reflected in both ports
does this tutorial work on version 14 @Geoffreykarani
Should
@@KaraniGeoffrey i have confirmed its working thanks
@@KaraniGeoffrey The system is being updated. Please refresh again after a few moments. how do i fix this error
@@kylerobins disable maintenance mode. Go to the site's site_config.json file and look for maintenance_mode: 1, change 1 to 0. If the pair is not there, add it
@@KaraniGeoffrey thanks it works
Hello can anyone help me since my server is only opening one site
Thank you, But not working with me.
I tried it with online domain with AWS Amazon EC2 instance.
Once I finished, second not working .
Could you plz make Other tutorial to explain it on online server Not VM
Hello, please write to me on codewithkarani.com
sir another question please
i want to add custom field to Costumer Doctype for example i wanna add Phone_Number
but i want to export this modification to an app because i want to install this app on top of my Erpnext every time
i install it in new server
thank you sir
Following best standards, make sure you are adding the field as a custom field. DON'T DO IT FROM THE DOCTYPE CUSTOMIZE. After that, add the field as a fixture to your hooks.py file. Export customization with bench export-fixtures. This will create a json file in your custom app, hence can be installed with your app. You will need to run bench migrate at the end.
@@KaraniGeoffrey how to get ur numbers coz i cant comment in this video from yesterday and i dont know why as i am stuck doing exactly as you do but other sites dont load
how does updates work in a multi tenant setup with each tenant having its own database?
Frappe and ERPNext code remains same. When you update, you update a single code-base
@@KaraniGeoffrey So we update the main apps and all the sites which have it installed will get the updates automatically?
@@mumair975 yes
It is such an awesome and great tutorial, thank you very much. But I think there is a minor spelling error in your blog post,
it mention: bench (-)site first.site install-app erpnext while in video bench (--)site first.site install-app erpnext *note the (--site)*
Thank you
i did what u did there but its not working , i have host domain , the first website is working but the second not
For hosted sites, your instance should be in production mode
@@KaraniGeoffrey its in production mode
Hello did you fix the issue ?