Swapnesh Shah
0985ae6d57
[FIX] Fixed typo
5 years ago
Yenthe Van Ginneken
cd4faa7853
[IMP] install_script: link to right documentation version
...
[IMP] install_script: link to right documentation version
5 years ago
Yenthe Van Ginneken
7ac47b8569
[IMP] odoo_install: print config & logfile location
6 years ago
Swapnesh Shah
72710d56d9
[FIX] user correct reference based on odoo version
6 years ago
Yenthe Van Ginneken
1b88837c68
[FIX] odoo_install: add libjpeg-dev for Ubuntu 20.04
6 years ago
Yenthe Van Ginneken
28c9db1961
[IMP] odoo_install: remove the dependency change
6 years ago
Carlitos Melgar
5924872b40
Running with the -H parameter will remove the warning for The directory or its parent directory is not owned by the current user and the cache has been disabled.
6 years ago
Yenthe Van Ginneken
62ad7239d0
[FIX] odoo_install: fix unary operator expected error
...
See https://github.com/Yenthe666/InstallScript/pull/215
">=" is not processed well by bash and causes a unary operator expected error. By doing > then this should be solved.
6 years ago
Yenthe Van Ginneken
e2693d5d5c
[FIX] odoo_install: fix daemon path for RTL support
...
Fixes https://github.com/Yenthe666/InstallScript/issues/190
Fixes https://github.com/Yenthe666/InstallScript/issues/183
Before this commit the Daemon was unable to find the correct path to include parts of nodejs. These are needed for RTL support.
After this commit Odoo can find the way to the nodejs files and load RTL
6 years ago
Tony Benoy
f86d670203
changes
...
Signed-off-by: Tony Benoy <me@tonybenoy.com>
6 years ago
Tony Benoy
2f10dfc870
changes
6 years ago
Tony Benoy
dc043f4462
Update odoo_install.sh
6 years ago
Tony Benoy
ee8e13cbed
Update odoo_install.sh
6 years ago
Tony Benoy
a55aac9d8f
typo
6 years ago
Tony Benoy
d3af3ce33c
redirect and reload nginx
6 years ago
Tony Benoy
d45dc8bb4e
ssl fix
6 years ago
Tony Benoy
64692600c6
missed then
6 years ago
Tony Benoy
85f3a1e816
testing certbot
6 years ago
Tony Benoy
7a6c9d0d85
tabs to spaces,keeping nginx conf as odoo.
6 years ago
Tony Benoy
dcb72d7412
spacing
6 years ago
Tony Benoy
f89ae2e2e1
changes
6 years ago
Tony Benoy
4c3fb24c32
upstream changes for odoo 13
6 years ago
Yenthe Van Ginneken
08dc707b94
[ADD] odoo_install: generate random password
6 years ago
Yenthe Van Ginneken
7f8fd7908e
[FIX] odoo_install: add missing Python libraries for enterprise install
...
Odoo 13 introduced some new apps/dependencies that where not yet added. As the enterprise repository has no requirements.txt file I've added the extra dependencies under the pip3 command.
These will only be installed if you've checked on the enterprise option in the script.
6 years ago
E-HO
6c8b3ec10f
Requirements
...
- "postgresql-server-dev-all" can be required to correctly install "psycopg2"
- In "$OE_HOME_EXT/start.sh" , old reference to OpenERP
- Line 72, missing "-y" to install packages
6 years ago
Swapnesh Shah
cef2dcaa07
[FIX] Fixed typo
6 years ago
Swapnesh Shah
fb3103e787
[FIX] Use correct reference for wkhtmltopdf
6 years ago
Yenthe Van Ginneken
b243ef7df8
[IMP] odoo_install: change values/notes to V13
6 years ago
Yenthe V.G
3f82153853
[FIX] odoo_install: auto install rtlcss for RTL support
...
Fixes https://github.com/Yenthe666/InstallScript/issues/153
Fixes https://github.com/Yenthe666/InstallScript/issues/158
7 years ago
Yenthe V.G
b9727fd787
[FIX] install_script: bump up wkhtml to 12.5 and go back to requirements.txt
...
- Wkhtmltopdf from V0.12.1 to V0.12.5
- Go back to requirements.txt which finally looks more stable than our own library definitions
7 years ago
Yenthe V.G
6fbec3cb31
[FIX] odoo_install: add missing dependencies for Ubuntu 18.04
...
Fixes https://github.com/Yenthe666/InstallScript/issues/151 - every once in a while people reported this issue.
7 years ago
Tony Benoy
e396a9ae0f
Changes for odoo 12 and optimising nginx checks
7 years ago
Tony Benoy
3d38317524
libpng12-0
7 years ago
Tony Benoy
2532fdbb33
Testing for updated wkhtmltopdf change for odoo v12 onwards
7 years ago
Tony Benoy
7ff9799532
Whitespace
7 years ago
Tony Benoy
394b2c4300
Longpolling comment fix
7 years ago
Tony Benoy
6aa0c44361
Fixes
7 years ago
Tony Benoy
1dd88b59aa
Parent directory fixes
7 years ago
Tony Benoy
b6b14ee4c9
Fixed v12 with nginx
7 years ago
Yenthe V.G
9aeb963a51
[FIX] odoo_install: various fixes for V12 on Ubuntu 18.x
7 years ago
Yenthe V.G
9e9633310c
[UPD] odoo_install: set version to 12.0
7 years ago
Yenthe V.G
356a1cede5
[ADD] odoo_install: add missing packages for V12
7 years ago
Yenthe V.G
2b95219c12
[IMP] comments: add note saying Ubuntu 18.04 is supported
8 years ago
Yenthe V.G
eeee4c02ad
[FIX] Append .log extension to file
...
This got lost in the migration from 10.0 to 11.0
8 years ago
Yenthe V.G
1067ca0c19
[FIX] Add missing dependencies for non-trivial usecases
...
Adds:
- psycogreen is long polling callbacks required for the live chat module.
- suds-jurko is needed for the SOAP web services.
- pytz is required for time zone.
- pyusb is required to support USB communication with the Odoo Point Of Sale box (POS BOX).
- greenletis required for GEvent, it supports micro-threading and lightweight controlled concurrency.
- xlrd is required for Microsoft Excel XLS and CSV import.
Courtesy of https://github.com/Yenthe666/InstallScript/pull/62#issuecomment-338671099
8 years ago
Yenthe V.G
c4c69b17fa
FIX: add missing import xlwt for Excel export
...
Fixes https://github.com/Yenthe666/InstallScript/issues/60
8 years ago
Yenthe V.G
c908b376b1
FIX: Add missing dependencies (or child dependencies)
...
Courtesy of @chris001 (and based on https://github.com/Yenthe666/InstallScript/pull/62 )
8 years ago
Yenthe V.G
7f1d7da84f
ADD: Enterprise specific library dependencies
...
ADD: num2words
ADD: ofxparse
8 years ago
Yenthe V.G
0b8b4d7fc0
FIX: add gdata to P3 and remove psycogreen dependency
...
REM: Psycogreen has been removed in Odoo 11 as of bb14c41663 (thread https://github.com/odoo/odoo/pull/19976#event-1285424762 ) so removing it from the installation script too.
FIX: Add gdata for Python 3 support
8 years ago
Yenthe V.G
974c01e904
FIX: Add missing requests dependency for Python 3
8 years ago