2017 © Pedro Peláez
 

library marello-application

Marello ERP for Commerce distribution

image

marellocommerce/marello-application

Marello ERP for Commerce distribution

  • Monday, July 2, 2018
  • by 24198
  • Repository
  • 9 Watchers
  • 38 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 22 Versions
  • 0 % Grown

The README.md

Marello Unified Commerce Application

Marello Unified Commerce Management provides capabilities to meet and exceed rising expectations in commerce. Add and manage any sales channel, gain real-time insight into your B2C and B2B orders, inventory, fulfillment, customers and more. A unique unified experience allows shoppers to buy anywhere, fulfill anywhere, and return anywhere with one piece of software, one single version of the truth., (*1)

This document contains information on how to download, install, and start using Marello., (*2)

Requirements

Marello is a Symfony 6.4 based application with the following requirements:, (*3)

  • PHP 8.3 or above with command line interface
  • PHP Extensions
    • ctype
    • curl
    • fileinfo
    • gd
    • intl (ICU library 4.4 and above)
    • json
    • mbstring
    • sodium
    • openssl
    • pcre
    • simplexml
    • tokenizer
    • xml
    • zip
    • imap
    • soap
    • bcmath
    • ldap
    • pgsql
  • PostgreSQL 16.1

Installation instructions

As both Symfony and Marello use Composer to manage their dependencies, this is the recommended way to install Marello., (*4)

  • Clone Marello application repository:
git clone -b x.y.z https://github.com/marellocommerce/marello-application.git

where x.y.z is the latest release tag or use the latest master:, (*5)

    git clone https://github.com/marellocommerce/marello-application.git
  • Install Composer globally following the official Composer installation documentation, (*6)

  • Make sure that you have Node.js >=20.10.0, 10, (*7)

  • Install Marello dependencies with composer. If installation process seems too slow you can use --prefer-dist option. Go to marello-application folder and run composer installation:, (*8)

composer install --prefer-dist --no-dev
  • Create the database with the name specified on previous step (default name is "marello_application")., (*9)

  • On some systems it might be necessary to temporarily increase memory_limit setting to 1 GB in php.ini configuration file for the duration of the installation process:, (*10)

memory_limit=1024M

Note: After the installation is finished the memory_limit configuration can be changed back to the recommended value (512 MB or more)., (*11)

  • Install application and admin user with Installation Wizard by opening install.php in the browser or from CLI:
php bin/console oro:install --env prod

Note If the installation process times out, add the --timeout=0 argument to the oro:install command., (*12)

  • Enable WebSockets messaging
php bin/console gos:websocket:server --env prod
  • Configure crontab or scheduled tasks execution to run the command below every minute:
php bin/console oro:cron --env prod

  • Launch the message queue processing:
php bin/console oro:message-queue:consume --env=prod

Note We do recommend to use a supervisor for running the oro:message-queue:consume command. This will make sure that the command and the consumer will run all the time. This has become important for every Oro Platform based application since a lot of background tasks depend on the consumer to run. For more information about configuration and what supervisor can do for you can either be found in the [Oro(CRM) docs][6] or the [site of Supervisord][7]., (*13)

Note: bin/console is a path from project root folder. Please make sure you are using full path for crontab configuration or if you running console command from other location., (*14)

Installation notes

Installed PHP Accelerators must be compatible with Symfony and Doctrine (support DOCBLOCKs), (*15)

Note that the port used in Websocket must be open in firewall for outgoing/incoming connections, (*16)

Additional performance configurations and optimizations can be found in the Oro docs, (*17)

Web Server Configuration

The Marello application is based on the Symfony standard application so web server configuration recommendations are the same., (*18)

Package Manager Configuration

Github OAuth token should be configured in package manager settings, (*19)

The Versions

01/12 2017

1.2.0

1.2.0.0 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

06/07 2017

1.1.0

1.1.0.0 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

15/05 2017

1.0.1

1.0.1.0 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

25/04 2017

1.0.0

1.0.0.0 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

13/04 2017

1.0.0-RC

1.0.0.0-RC https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

09/03 2017

1.0.0-beta2

1.0.0.0-beta2 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

30/12 2016

1.0.0-beta1

1.0.0.0-beta1 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

31/10 2016

1.0.0-alpha3

1.0.0.0-alpha3 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

30/03 2016

1.0.0-alpha2

1.0.0.0-alpha2 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires

 

19/01 2016

1.0.0-alpha1

1.0.0.0-alpha1 https://github.com/marellocommerce/marello-application.git

Marello ERP for Commerce distribution

  Sources   Download

OSL-3.0

The Requires