Skip to content

benmarks/oro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: canonical source is at http://www.orocrm.com/download Oro Platform Empty Application

An example of empty application built using the Oro Platform.

This repository contains application configuration settings and depends on Oro Platform.

Important Note: this application is not production ready and is intendant for evaluation and development only!

Installation

Using Composer

[As both Symfony 2 and OroCRM use Composer to manage their dependencies, this is the 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
  • Clone http://gitlab.orocrm.com/platform-application.git Platform Application project with

    git clone http://gitlab.orocrm.com/platform-application.git

  • Go to app/config folder and create parameters.yml using parameters.dist.yml as example. Update database name and credentials

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

    php composer.phar install

  • Initialize application with install script (for Linux and Mac OS install.sh, for Windows install.bat)

After installation you can login as application administrator using user name "admin" and password "admin".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published