Added more information at the top

Added more information at the top
pull/7/head
Yenthe 10 years ago
parent 4b49ad11e6
commit 9a0abe7165

@ -1,19 +1,17 @@
#!/bin/bash #!/bin/bash
################################################################################ ################################################################################
# Script for Installation: ODOO Saas4/Trunk server on Ubuntu 14.04 LTS # Script for install Odoo V9 on Ubuntu 14.04 LTS (could be used for other version too)
# Author: Yenthe Van Ginneken # Author: Yenthe Van Ginneken
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#
# This script will install Odoo on your Ubuntu 14.04 server. It can install multiple Odoo instances # This script will install Odoo on your Ubuntu 14.04 server. It can install multiple Odoo instances
# in one Ubuntu because of the different xmlrpc_ports # in one Ubuntu because of the different xmlrpc_ports
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# USAGE: # Make a new file:
# # sudo nano odoo-install.sh
# odoo-install # Place this content in it and then make the file executable:
# # sudo chmod +x odoo-install.sh
# EXAMPLE: # Execute the script to install Odoo:
# ./odoo-install # ./odoo-install
#
################################################################################ ################################################################################
##fixed parameters ##fixed parameters

Loading…
Cancel
Save