recently, i faced a use case where i needed to install a django app on a server that already had a deployed instance of frappe erpnext. if you don’t know, frappe has a cli called bench, and it...
作者在服务器上安装django应用时,为避免与已有的frappe erpnext实例冲突,通过docker安装了另一个nginx实例,并使用不同端口。步骤包括创建用户、安装docker、配置nginx和网络,并通过certbot实现https访问。这种方法可以在同一服务器上运行多个应用而不互相干扰。详细步骤和代码在github上。