GNU/Linux >> Linux Esercitazione >  >> Debian

Come installare openerp 6.1 su un VPS Debian in meno di 5 minuti

Oggi ti mostreremo come installare OpenERP su Debian VPS in meno di 5 minuti. OpenERP è una suite completa di applicazioni aziendali che include vendite, CRM, gestione dei progetti, gestione del magazzino, produzione, gestione finanziaria, risorse umane, solo per citarne alcune.

Aggiorna il tuo server

apt-get update && apt-get upgrade

Installa i pacchetti necessari

apt-get install python-dateutil python-feedparser python-gdata \
python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 \
python-pybabel python-pychart python-pydot python-pyparsing python-reportlab \
python-simplejson python-tz python-vatnumber python-vobject python-webdav \
python-werkzeug python-xlwt python-yaml python-zsi

Installa postgresql e crea un nuovo utente del database.

apt-get install postgresql 
su postgres -c 'createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt openerp'

Scarica e installa l'ultima versione di OpenERP da http://nightly.openerp.com

cd /tmp
wget http://nightly.openerp.com/6.1/releases/openerp_6.1-latest-1_all.deb
dpkg -i openerp_6.1-latest-1_all.deb

Infine punta il tuo browser su http://IP_Address:8069

Naturalmente, se sei uno dei nostri clienti di hosting VPS Linux, non devi fare nulla di tutto questo, chiedi semplicemente ai nostri amministratori, siediti e rilassati. I nostri amministratori installeranno immediatamente OpenErp per te.

PS. Se questo post ti è piaciuto condividilo con i tuoi amici sui social network utilizzando i pulsanti a sinistra o semplicemente lascia una risposta qui sotto. Grazie.


Debian
  1. Come installare SOGo su un VPS Debian 6

  2. Come installare OpenNMS su un VPS Debian

  3. Come installare Chive su un VPS Debian Wheezy

  4. Come installare Subrion CMS su un VPS Debian 8

  5. Come installare Feng Office su un VPS Debian 9

Come installare R su Debian 9

Come installare R su Debian 10

Come installare Debian 11

Come installare il server proxy Shadowsocks-Libev su Debian 10 VPS

Come installare Vai su Debian 10

Come installare Vai su Debian