Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2030 Widoki

During development, it is a common task to restart the server. What exactly are we restarting? Is it the application server (Odoo) that we are restarting or the database (psql) or web server? What type of web server is Odoo using? Nginx/Apache? Where is these functions defined in source code? What happens in background when we restart the server?

Do correct me if my question is correct. I'm just learning.

Awatar
Odrzuć

Here you are restarting the Odoo. Either you can use Nginx or Apache

Najlepsza odpowiedź

"Python" will compile to the .pyc file before running, which means you have to restart odoo to recompile the .pyc file.
I have not seen Nginx/Apache requirement for installing.

Addons: https://github.com/odoo/odoo/tree/11.0/addons and https://github.com/odoo/odoo/tree/11.0/odoo/addons

Important code: https://github.com/odoo/odoo/tree/11.0/odoo

Awatar
Odrzuć