Temur Vibliani
ad7f2c832d
[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
74b76a712e
Remove development directory.
10 years ago
Temur Vibliani
35a41a84c9
[IMP] Corrected mkdir command for custom addons folder
10 years ago
Temur Vibliani
7240f034b7
[FIX] !add odoo user to sudoers and !/bin/bash
...
- Do NOT grant administrative access to the odoo system user
- Restrict odoo system user to /bin/false shell.
fixes Yenthe666/InstallScript#2
10 years ago
Temur Vibliani
d592e036c1
Print multiline message with cat
10 years ago
Temur Vibliani
dd66e9206c
[IMP] Removed unnecessary sudo prefix from commands
10 years ago
Temur Vibliani
23254f8d45
[IMP] Check if script is running with enough rights
...
- Check if script is running with root or sudoer user.
10 years ago
Temur Vibliani
f2111b941f
Add development directory
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
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
Yenthe
5f04d7c819
Space ruined variable
...
Space ruined variable
10 years ago
Yenthe
053e0aa439
Add wkhtmltopdf checker
...
Checks if Wkhtmltopdf should be installed or not.
10 years ago
Yenthe
761258c86c
Add wkhtmltopdf auto-install
...
Add wkhtmltopdf auto-install
10 years ago
Yenthe
837bc16244
Extra details
...
Extra details
10 years ago
Yenthe
5933b83a02
Typo
...
Typo
10 years ago
Yenthe
b047ac4a13
Added xmlrpc_port option
...
Added xmlrpc_port option
10 years ago
Yenthe
285f30e72d
Info
...
Info
10 years ago