Skip to content

Commit d6351bf

Browse files
committed
Add more information at the top
Add more information at the top
1 parent 5b5046a commit d6351bf

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

odoo_install.sh

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
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

0 commit comments

Comments
 (0)