Giter VIP home page Giter VIP logo

siabdel / prometeo-erp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zuck/prometeo-erp

0.0 0.0 0.0 6.23 MB

[Abandoned] open-source ERP system based on Django. Look at https://github.com/django-erp/django-erp

License: GNU Lesser General Public License v3.0

Shell 0.01% JavaScript 63.28% Python 18.67% PHP 0.98% ASP 0.90% CSS 4.55% HTML 9.45% ApacheConf 0.02% Gettext Catalog 2.14%

prometeo-erp's Introduction

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

---------------------------------------------------------
(c) 2011, Emanuele Bertoldi <[email protected]>
=========================================================


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:

 * python >= 2.6 (required)
   http://www.python.org

 * pytz >= 2011h (required)
   http://pytz.sourceforge.net/

 * python-markdown >= 2.0 (required)
   http://www.freewisdom.org/projects/python-markdown

 * xhtml2pdf >= 0.0.3 (required)
   http://www.xhtml2pdf.com

 * icalendar >= 2.2 (required)
   http://pypi.python.org/pypi/icalendar

 * django >= 1.3.1 (required)
   http://www.djangoproject.com

 * south >= 0.7.3 (optional)
   http://south.aeracode.org/

 * apache2 (optional)
   http://httpd.apache.org

 * mod_wsgi (optional)
   http://code.google.com/p/modwsgi

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>.

prometeo-erp's People

Contributors

mjkaye avatar zuck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.