Yenthe
28c5f3d1bf
[FIX] Add missing dependencies - ofxparse & flanker
...
The Enterprise version of Odoo was missing ofxparse & flanker as dependencies.
10 years ago
Yenthe
1044e68462
Added pyscogreen requirement
...
Added pyscogreen requirement for longpolling (see https://github.com/Yenthe666/InstallScript/issues/25 )
10 years ago
Yenthe
e04b0e1e0a
Add symlink for nodejs
...
Add a symlink for the system to know which NodeJs it should take (see http://stackoverflow.com/questions/26320901/cannot-install-nodejs-usr-bin-env-node-no-such-file-or-directory )
10 years ago
Yenthe
21baa98d0c
Enterprise installation script version
...
Enterprise installation script version
-> This will soon become an extra option inside the current existing script so that 9.0 Enterprise can also be installed and configured by default!
This is just a new branch for testing purposes.
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
Yenthe
c524114cc0
No sudo on folder creation
...
No sudo on folder creation
10 years ago
Yenthe
4563a6d5f1
Change extension
...
Change extension
10 years ago
Yenthe
a3a263aedb
Dev version
...
Dev version
10 years ago
Temur Vibliani
3d76467a64
[IMP] select wkhtml2pdf between x64 & x32 versions
...
- Automatically choose between wkhtml2pdf x64 and x32 versions,
according of host architecture.
- Replaced "dpkg -i" with "gdebi --n", in order to have installed
all wkhtml2pdf dependencies automatically, if any of them is missing
from the system.
- Make shortcuts in /usr/bin directory, instead of copying actual binary
files that are part of installed wkthml2pdf package.
- Added .gitignore in order to prevent garbage file upload to the
repository.
10 years ago
Temur Vibliani
d2225160f3
Add gdebi-core package to install tools
...
- Added gdebi-core package to install tools list in order
to have available the 'gdebi' command.
10 years ago
Temur Vibliani
0e1cc7b9b3
[FIX] Escape inner cat command of init script
10 years ago
Temur Vibliani
94ff9ff04c
[IMP] Added missed -y option to 'apt-get install'
...
- In order to automate installation, added -y option to "apt-get
install" command, as without -y the command enters interactive
mode with a question below:
"Do you want to continue? [Y/n]"
10 years ago
Temur Vibliani
9b83dfc9a9
changed some brackets
10 years ago
Temur Vibliani
17b1b17698
escape internal variables of the script
10 years ago
Temur Vibliani
df55571968
Escape init startup variables
10 years ago
Temur Vibliani
97563a69fe
[IMP] Readability fix
...
- Replaced ECHO sequence with a CAT command.
On branch v9_enhance_script_readability
Changes to be committed:
modified: V9/odoo_install.sh
10 years ago
Yenthe
f248b38841
Added port info
...
Added port info
10 years ago
Yenthe
8b4a358dcc
Added OE_PORT variable
...
Added OE_PORT variable
10 years ago
Yenthe
64426cffd8
OE version to 9.0
...
OE version to 9.0
10 years ago
Yenthe
d6add754b9
Add python-gevent
...
Add python-gevent
10 years ago
Yenthe
51c2752919
Added dependencies (node-less & node-clean-css)
...
Added dependencies (node-less & node-clean-css)
10 years ago
Yenthe
7bd3948fcf
Add 9.0 note
...
Add 9.0 note
10 years ago
Yenthe
c31355293b
9.0 note
...
9.0 note
10 years ago
Yenthe
49764187fd
Split installs for V8/V9
...
Split installs for V8/V9
10 years ago
Yenthe
67d9755cc8
Added some info
...
Added some info
10 years ago
Yenthe
4222904bc4
test
...
test
10 years ago
Yenthe
b6c5ab4bbf
Init git pull script
...
Init git pull script
10 years ago
Yenthe
af1f7909b2
Add user to sudo'ers
...
Add user to sudo'ers
10 years ago
Yenthe
52b16e34e8
Add postgreSQL user details
...
Add postgreSQL user details
10 years ago
Yenthe
c5fb2b0f0a
Automated Odoo start & detailed information at end
...
Added:
- Odoo is now automatically started at the end of the install script
- The terminal now shows an overview with all details about the freshly installed Odoo. This will give you a good insight and will also show possible errors that you might have made.
10 years ago