File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# ###############################################################################
3- # Script for Installation: ODOO Saas4/Trunk server on Ubuntu 14.04 LTS
3+ # Script for install Odoo V8 on Ubuntu 14.04 LTS (could be used for other version too)
44# Author: Yenthe Van Ginneken
55# -------------------------------------------------------------------------------
6- #
76# This script will install Odoo on your Ubuntu 14.04 server. It can install multiple Odoo instances
87# in one Ubuntu because of the different xmlrpc_ports
98# -------------------------------------------------------------------------------
10- # USAGE:
11- #
12- # odoo-install
13- #
14- # EXAMPLE:
15- # ./odoo-install
16- #
9+ # Make a new file:
10+ # sudo nano odoo-install.sh
11+ # Place this content in it and then make the file executable:
12+ # sudo chmod +x odoo-install.sh
13+ # Execute the script to install Odoo:
14+ # ./odoo-install
1715# ###############################################################################
1816
1917# #fixed parameters
You can’t perform that action at this time.
0 commit comments