ainomugish / prometeo-erp

Automatically exported from code.google.com/p/prometeo-erp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

========================================================= PROMETEO - Free your business


(c) 2011, Emanuele Bertoldi emanuele.bertoldi@gmail.com

INTRODUCTION

Prometeo is an open-source, user-oriented, ERP system based on Django framework.

http://code.google.com/p/prometeo-erp/

PRE-REQUISITES

Make sure you have the following pre-requisites installed:

INSTALLATION

WARNING: at the moment the package MUST be installed in a folder called "prometeo".

  1. cp settings/base.py.tmpl settings/base.py

  2. Edit the settings/base.py content.

  3. It's time to create the DB schema (you need to use the --all option if you're using South):

    python manage.py syncdb (--all)

  4. To test the installation, run:

    python manage.py runserver

    Then open the <127.0.0.1:8000> address in your browser.

  5. To use Apache + mod_wsgi, follow the instructions in <core/apache/README>.