Changeset 11628 for main


Ignore:
Timestamp:
9 May 2014, 07:25:28 (10 years ago)
Author:
Henrik Bettermann
Message:

Explain how to start OpenERP in background.

Location:
main/waeup.openerp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.openerp/trunk

    • Property svn:ignore set to
      .installed.cfg
      bin
      develop-eggs
      downloads
      etc
      parts
  • main/waeup.openerp/trunk/README.txt

    r11533 r11628  
    1717
    1818Occasionally, PostgreSQL 9.1 database server cannot be started.
    19 n order to resolve the error, you need to edit the postgresql.conf file
     19In order to resolve the error, you need to edit the postgresql.conf file
    2020(located in my /etc/postgresql/9.1/main directory).
    2121By default, the ssl is set to true and that is the reason which causes
     
    2828                         python2.7 python2.7-dev build-essential \
    2929                         libldap2-dev libsasl2-dev libjpeg-dev \
     30                         libxslt1-dev libxml2-dev \
    3031                         python-virtualenv
    3132
     
    9394-----------------
    9495
    95 Just run ::
     96Just run::
    9697
    9798  $ bin/buildout
     
    100101----------------
    101102
    102 Just run ::
     103Run
    103104
    104105  $ bin/start_openerp
     106
     107to start in foreground or
     108
     109  & nohup bin/start_openerp &
     110
     111to start in background.
Note: See TracChangeset for help on using the changeset viewer.