Hi all,
i like Installation from source, because it is easier to customize
but it's said that installation from source code is not suitable for deployment ? why ?
Thanks !
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
i like Installation from source, because it is easier to customize
but it's said that installation from source code is not suitable for deployment ? why ?
Thanks !
I agree with Yenthe. Also, Odoo does not state this. In fact, they state the opposite. This is what Odoo writes about installing from source:
Harder to get started than Packaged installers, provides even greater flexibility: packaged installers don't generally allow multiple running Odoo versions on the same system, and don't provide easy source access to Odoo itself.
Good for developing modules, can be used as base for production deployment.
The source code can be obtained by downloading a tarball or using git. Using git is strongly advised, as it makes it easier to update, switch between multiple versions (including the current development version) or contribute.
Refer to the documentation at https://www.odoo.com/documentation/9.0/setup/install.html
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Nov 24
|
2578 | ||
|
3
Jan 17
|
2942 | ||
|
6
Oct 15
|
4454 | ||
|
1
Jan 19
|
1406 | ||
|
1
Feb 18
|
2534 |
Why wouldn't it be suitable for deployment? I bet 90%+ of all installations are done from the source code (from github.com/odoo/odoo). I have plenty of Odoo environments running like this.