César Cordero Rodríguez
94b8871f30
Update odoo_install_debian10.sh
6 years ago
César Cordero Rodríguez
c30b6866f0
Rename odoo10_install_debian10.sh to odoo_install_debian10.sh
6 years ago
César Cordero Rodríguez
a133cfc495
New Odoo 10 install file for Debian 10
6 years ago
Yenthe Van Ginneken
f5b66793ad
[FIX] readme: add space to correctly render readme steps
...
[FIX] readme: add space to correctly render readme steps
6 years ago
Yousef Al-Hadhrami
98c5027083
Added space to fix code box not displaying
6 years ago
Yenthe V.G
6e2e54b487
[ADD] installscript: add MIT license to be transparant
7 years ago
Yenthe V.G
c90c7efee1
FIX: Add missing suds install
...
This dependency might be needed for the delivery_fedex module which needs suds or suds-jurko installed.
8 years ago
Yenthe V.G
ac5ed16a9e
[FIX] Change Wkhtmltopdf download URL (it has moved)
9 years ago
Yenthe V.G
582ecdaba7
[IMP] Add Github authentication validations
...
Before this addition you would only have one chance to fill in the Github credentials.
If they where wrong the script would fail on a lot of the remaining steps, you would need to run the script and you might even get issues because of already used commands.
This commit adds the response from Github to check if the credentials are valid are not.
In case they're invalid we'll ask them again (untill they're correct) and we'll show a warning to the user that they where invalid or that the user does not have enough rights on the Github repository.
If they succeed we'll clone the enterprise repository and continue.
9 years ago
Yenthe V.G
9a3f129688
[IMP] Create custom addons directory on community version
...
This was the behaviour in 9.0 but went lost in the 10.0 script.
This commit fixes the issue, otherwise there is no custom directory.
9 years ago
Yenthe V.G
ccaca3e5df
[Fix] Add missing Python package
...
This package was missing as dependency at the Odoo source code too.
This commit fixes it. See 0ac303d12f
9 years ago
Yenthe V.G
967f70364d
[IMP] Debian xmlrpc-port auto-fill
...
This will automatically fill in the XMLRPC-port that is configured at the top of the script.
This was not passed on in a variable so if the user would change the port at the top it wouldn't change in the configuration file. This is now fixed!
9 years ago
Yenthe V.G
ef92acf495
[IMP] Remove automatical deleting of PSQL/Wkhtmltopdf
9 years ago
Yenthe V.G
b02abb455a
[Add] Debian install script
...
Adds a debian install script for Odoo 10.
9 years ago
William Olhasque
eff82f8ea8
Debian version
...
Debian Jessie
Virtualenv
Postgresql 9.6
Systemd service
9 years ago
Yenthe
5487b5cc8b
[Fix] Add python-subs dependency for enterprise
...
This is needed for the FedEx app.
9 years ago
Yenthe
3a5d985038
[IMP] Remove unnecessary imports
...
These have been in the script for quite a while but there is no reason in having them anymore. Removed.
9 years ago
Yenthe
c2dec92376
[IMP] Add V10 Enterprise support
...
This script is now combined to be able to install both V10 community and V10 enterprise.
9 years ago
Yenthe
4778542a4e
[Fix] Add new Odoo 10 requirement (xlswriter)
...
XlsWriter is a new dependency in V10 (see https://github.com/odoo/odoo/blob/10.0/requirements.txt )
9 years ago
Yenthe
bf06a3b43c
[Fix] Link to correct conf to copy
...
Was referring to openerp-server.conf but was renamed to odoo.conf in V10.
9 years ago
Yenthe
4dcc32f621
[IMP] Minor comment fix to specify supported Linux versions
9 years ago
Yenthe
967141eada
[IMP] Update readme from 9.0 to 10.0
9 years ago
Yenthe
885c67c3b0
[IMP] change 9.0 references to 10
9 years ago
Yenthe
70b7778080
[Fixes] Move version to 10.0 and apply echo
...
- Moved to 10.0
- Forgot to forward options to /etc/${OE_CONFIG}.conf
9 years ago
Yenthe
e0538167d6
WIP: Add options to /etc/your-odoo-server.conf
...
Needed in V10.
9 years ago
Yenthe
6f4fdc323a
[Add] V10 support
...
This is a test repository and commit, do not use this in production!
9 years ago
Yenthe
3bcd02380a
[FIX] Add ofxparse dependency
...
The script was missing ofxparse, which is one of the dependencies needed for Odoo.
10 years ago
Yenthe
2dac7fa36c
Add installation instructions
...
Add installation instructions
10 years ago
Yenthe
8b6d651b41
Added pyscogreen requirement
...
Added pyscogreen requirement for longpolling (see https://github.com/Yenthe666/InstallScript/issues/25 )
10 years ago
Yenthe
b0faff08b7
Merge pull request #11 from sebastian-code/patch-3
...
Closing external acces to DB
10 years ago
Sebastian Reyes Espinosa
2514e3aae7
Closing external acces to DB
...
With those lines you were able to access the database engine externally, something you want not in a production environment.
10 years ago
Yenthe
35d3f9fd15
Merge pull request #7 from sebastian-code/patch-1
...
Reducing the download size
10 years ago
Sebastian Reyes Espinosa
5f7ccdc76a
Reducing the download size
...
Added the "--depth 1" to the command so it only retrieves the latest version without all the repository history, which makes the download quite a bit quicker, and uses less space in disk, making it suitable for a production environment.
10 years ago
Yenthe
4f0ef4e2d6
Re-arranged script lay-out
...
Re-arranged script lay-out
10 years ago
Yenthe
24ef9c240a
Incorrect english terms
...
Incorrect english
10 years ago
Yenthe
9a0abe7165
Added more information at the top
...
Added more information at the top
10 years ago
Yenthe
4b49ad11e6
Merge pull request #4 from tvibliani/9.0
...
changes from Yenthe666/InstallScript#1 against 9.0
10 years ago
Temur
4111b2e765
Merge pull request #4 from tvibliani/v9_enhance_script_readability
...
[ADD] Changes from #1
10 years ago
Temur Vibliani
77366d5747
[cleanup] Removed V8 directory
10 years ago
Temur Vibliani
9c8debd042
[cleanup] move odoo_install.sh to top directory
...
Changes to be committed:
renamed: V9/odoo_install.sh -> odoo_install.sh
10 years ago
Temur Vibliani
192efb54b5
Merge branch 'Yenthe666-9.0' into 9.0
...
- Merge Updates from upstream
10 years ago
Temur Vibliani
adfc4aea5a
Merge branch '9.0' of git://github.com/Yenthe666/InstallScript into Yenthe666-9.0
...
- Merge Updates from upstream
10 years ago
Temur Vibliani
a2e2ce0a6b
Cleanup
...
On branch 9.0
Changes to be committed:
deleted: V8/base_update_script
deleted: V8/base_update_script_2
deleted: V8/odoo_install.sh
renamed: V9/odoo_install.sh -> odoo_install.sh
10 years ago
Yenthe
5b5046a62e
Cleanup
...
Cleanup
10 years ago
Yenthe
14c82a20a6
Revert "Added Wkhtml x64/x32"
...
This reverts commit ef91a3da3d .
10 years ago
Yenthe
42d8fbe440
Test Temur
...
Test Temur
10 years ago
Yenthe
38ab8849b5
Revert "Added cat and modifications by Temur"
...
This reverts commit c5a0f1a96a .
10 years ago
Yenthe
c5a0f1a96a
Added cat and modifications by Temur
...
Added cat and modifications by Temur
10 years ago
Yenthe
ef91a3da3d
Added Wkhtml x64/x32
...
Added Wkhtml x64/x32
10 years ago
Temur Vibliani
4279e26570
[FIX] replaced integer overflow test with getconf
...
- Integer overflow test does not worked properly and is not reliable
indicator of host architecture, it replaced with "getconf LONG_BIT"
that was tested and worked properly on Ubuntu 14.04.
now wkhtml2pdf downloads are correctly adapted to x64 and x32 hosts.
10 years ago