se ve lo siete perso vi segnalo questo script per l'installazione di oe7
gist.github.com/dreispt/4502617
ciao
difra
#!/bin/bash
################################################################################
# A one-line installation for OpenERP 7.0 server instances
#
# USAGE:
#
# * Setup openerp server and create a first OpenERP7 7 instance
# oe-admin install [name1] --full
#
# * Create an additional OpenERP7 7 instance
# oe-admin install [name2]
#
# * Start one OpenERP instance (to the terminal)
# oe-admin start [name2] [server options]
#
# EXAMPLE:
# oe-admin install development --full
# oe-admin install staging
# oe-admin start staging --xmlrpc-port=8080 &
# oe-admin start development --xmlrpc-port=8080 --debug
#
# Author: Daniel Reis, 2013
################################################################################