Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 CentOS7 上成功地从源代码(Github)安装了 Odoo11,它工作正常。
我每次都通过以下命令运行 Odoo 服务器,并且我希望在服务器重新启动时让它永远运行。
./odoo-bin --addons-path=addons,../mymodules --db-filter=mydb$
请再次确认我不是由软件包安装程序安装的。
我相信应该有一个聪明的方法,我期待着你的帮助。