Code Monkey home page Code Monkey logo

crm-application's Introduction

OroCRM Application

Welcome to OroCRM an Open Source Customer Relationship Management (CRM) tool.

Important Note: this application is not production ready and is intended for evaluation and development only.

Requirements

OroCRM is Symfony 2 based application with following requirements:

  • PHP 5.4.4 and above
  • PHP Extensions
    • GD
    • Mcrypt
    • JSON
    • ctype
    • Tokenizer
    • SimpleXML
    • PCRE
  • MySQL 5.1 and above

Installation instructions

OroCRM uses Composer to manage package dependencies, this is the a recommended way to install OroCRM.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

    curl -s https://getcomposer.org/installer | php
    git clone http://github.com/orocrm/crm-application.git
  • Go to app/config folder and create parameters.yml using parameters.yml.dist as example. Update database name and credentials. Alternatively parameters.yml can be created automatically on the next step when run composer install command, you will be able to customize all the values interactively.

  • Install OroCRM dependencies with composer. If installation process seems too slow you can use "--prefer-dist" option.

    php composer.phar install --prefer-dist
  • Create the database (default name is "oro_crm").

  • Initialize application with Installation Wizard by opening install.php in the browser or from CLI:

app/console oro:install
  • After installation you can login as application administrator using user name "admin" and password "admin".

Instant messaging between the browser and the web server

To use this feature you need to configure parameters.yml websocket parameters and run server with console command

app/console clank:server --env prod

Reporting

To use this feature you need to run report data collector with console command

app/console oro:report:update --env prod

Demo Data uploading

To upload this feature you need to run console command

php app/console doctrine:fixture:load --verbose --append --no-interaction --env=prod --fixtures=vendor/oro/crm/src/OroCRM/Bundle/DemoDataBundle/DataFixtures

Checking your System Configuration

Before starting to code, make sure that your local system is properly configured for a Symfony application.

Execute the check.php script from the command line:

    php app/check.php

Access the config.php script from a browser:

http://your_domain/path/to/symfony/app/web/config.php

If you get any warnings or recommendations, fix them before moving on.

crm-application's People

Contributors

rgrebenchuk avatar vsoroka avatar ignat-s avatar yshyshkin avatar yurio avatar dkhrysev avatar alex-n-2k7 avatar grygir avatar x86demon avatar kotfalya avatar ishakuta avatar dimasoroka avatar iklymenko avatar eu-ge-ne avatar webda2l avatar vatson avatar vladimire avatar

Watchers

Flávio H. Ferreira 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.