Comments on How to Install SuiteCRM with Nginx on CentOS 7

SuiteCRM is an open source CRM (Customer Relationship Management) software based on PHP. It is a fork of the popular CRM software SugarCRM, and has become more popular after the team behind the latter decided to stop the development of the free version. In this tutorial, we will show you how to install and configure SuiteCRM using Nginx as the Web server.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Brant Stevens

Once the git clone is done, you need to run "composer install" from the suitecrm directory.

 

[root@nyc-suitecrm-01 suitecrm]# composer install

Loading composer repositories with package information

Installing dependencies (including require-dev) from lock file

Package operations: 78 installs, 0 updates, 0 removals

  - Installing ezyang/htmlpurifier (v4.10.0): Loading from cache

  - Installing google/recaptcha (1.1.3): Downloading (100%)

  - Installing justinrainbow/json-schema (5.2.7): Downloading (100%)

  - Installing psr/http-message (1.0.1): Loading from cache

  - Installing paragonie/random_compat (v2.0.17): Downloading (100%)

  - Installing league/event (2.1.2): Downloading (100%)

  - Installing lcobucci/jwt (3.2.2): Downloading (100%)

  - Installing defuse/php-encryption (v2.2.0): Downloading (100%)

  - Installing league/oauth2-server (5.1.6): Downloading (100%)

  - Installing symfony/polyfill-mbstring (v1.8.0): Downloading (100%)

  - Installing true/punycode (v2.1.1): Loading from cache

  - Installing league/url (3.3.5): Loading from cache

  - Installing robrichards/xmlseclibs (3.0.1): Downloading (100%)

  - Installing onelogin/php-saml (3.0.0.x-dev 03efada): Cloning 03efada0d2

  - Installing psr/container (1.0.0): Loading from cache

  - Installing pimple/pimple (v3.2.3): Downloading (100%)

  - Installing nikic/fast-route (v1.3.0): Downloading (100%)

  - Installing container-interop/container-interop (1.2.0): Loading from cache

  - Installing slim/slim (3.10.0): Downloading (100%)

  - Installing psr/log (1.0.2): Loading from cache

  - Installing firebase/php-jwt (v5.0.0): Loading from cache

  - Installing tuupola/slim-jwt-auth (2.4.0): Downloading (100%)

  - Installing browserstack/browserstack-local (dev-master c81e909): Cloning c81e909641

  - Installing symfony/polyfill-ctype (v1.8.0): Downloading (100%)

  - Installing symfony/yaml (v3.4.12): Downloading (100%)

  - Installing symfony/finder (v3.4.12): Downloading (100%)

  - Installing symfony/event-dispatcher (v3.4.12): Downloading (100%)

  - Installing symfony/dom-crawler (v3.4.12): Downloading (100%)

  - Installing symfony/css-selector (v3.4.12): Downloading (100%)

  - Installing symfony/debug (v3.4.12): Downloading (100%)

  - Installing symfony/console (v3.4.12): Downloading (100%)

  - Installing symfony/browser-kit (v3.4.12): Downloading (100%)

  - Installing guzzlehttp/psr7 (1.4.2): Loading from cache

  - Installing guzzlehttp/promises (v1.3.1): Loading from cache

  - Installing guzzlehttp/guzzle (6.3.3): Downloading (100%)

  - Installing symfony/process (v3.4.12): Downloading (100%)

  - Installing facebook/webdriver (1.4.1): Downloading (100%)

  - Installing sebastian/recursion-context (1.0.5): Downloading (100%)

  - Installing sebastian/exporter (1.2.2): Downloading (100%)

  - Installing phpunit/php-text-template (1.2.1): Downloading (100%)

  - Installing doctrine/instantiator (1.0.5): Downloading (100%)

  - Installing phpunit/phpunit-mock-objects (2.3.8): Downloading (100%)

  - Installing codeception/stub (1.0.4): Downloading (100%)

  - Installing sebastian/diff (1.4.3): Downloading (100%)

  - Installing sebastian/comparator (1.2.4): Downloading (100%)

  - Installing sebastian/version (1.0.6): Downloading (100%)

  - Installing sebastian/global-state (1.1.1): Downloading (100%)

  - Installing sebastian/environment (1.3.8): Downloading (100%)

  - Installing phpunit/php-timer (1.0.9): Downloading (100%)

  - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%)

  - Installing phpunit/php-token-stream (1.4.12): Downloading (100%)

  - Installing phpunit/php-code-coverage (2.2.4): Downloading (100%)

  - Installing webmozart/assert (1.3.0): Downloading (100%)

  - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%)

  - Installing phpdocumentor/type-resolver (0.3.0): Downloading (100%)

  - Installing phpdocumentor/reflection-docblock (3.2.2): Downloading (100%)

  - Installing phpspec/prophecy (1.7.6): Downloading (100%)

  - Installing phpunit/phpunit (4.8.36): Downloading (100%)

  - Installing codeception/phpunit-wrapper (6.0.10): Downloading (100%)

  - Installing behat/gherkin (v4.5.1): Downloading (100%)

  - Installing codeception/codeception (2.4.1): Downloading (100%)

  - Installing symfony/filesystem (v3.4.12): Downloading (100%)

  - Installing league/container (2.4.1): Downloading (100%)

  - Installing dflydev/dot-access-data (v1.1.0): Downloading (100%)

  - Installing grasmash/yaml-expander (1.4.0): Downloading (100%)

  - Installing consolidation/output-formatters (3.2.1): Downloading (100%)

  - Installing consolidation/log (1.0.6): Downloading (100%)

  - Installing grasmash/expander (1.0.0): Downloading (100%)

  - Installing consolidation/config (1.0.11): Downloading (100%)

  - Installing consolidation/annotated-command (2.8.4): Downloading (100%)

  - Installing consolidation/robo (1.3.0): Downloading (100%)

  - Installing fzaninotto/faker (v1.8.0): Downloading (100%)

  - Installing behat/transliterator (v1.2.0): Downloading (100%)

  - Installing jeroendesloovere/vcard (1.5.0): Downloading (100%)

  - Installing leafo/scssphp (dev-master 3d3fd50): Cloning 3d3fd50810

  - Installing mikey179/vfsstream (v1.4.0): Downloading (100%)

  - Installing hamcrest/hamcrest-php (v1.2.2): Downloading (100%)

  - Installing mockery/mockery (0.9.9): Downloading (100%)

paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)

lcobucci/jwt suggests installing mdanter/ecc (Required to use Elliptic Curves based algorithms.)

league/oauth2-server suggests installing indigophp/hash-compat (Polyfill for hash_equals function for PHP 5.5)

browserstack/browserstack-local suggests installing phpdocumentor/phpdocumentor (2.*)

symfony/event-dispatcher suggests installing symfony/dependency-injection ()

symfony/event-dispatcher suggests installing symfony/http-kernel ()

symfony/console suggests installing psr/log-implementation (For using the console logger)

symfony/console suggests installing symfony/lock ()

phpunit/phpunit-mock-objects suggests installing ext-soap (*)

sebastian/global-state suggests installing ext-uopz (*)

phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)

phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)

codeception/codeception suggests installing aws/aws-sdk-php (For using AWS Auth in REST module and Queue module)

codeception/codeception suggests installing codeception/phpbuiltinserver (Start and stop PHP built-in web server for your tests)

codeception/codeception suggests installing codeception/specify (BDD-style code blocks)

codeception/codeception suggests installing codeception/verify (BDD-style assertions)

codeception/codeception suggests installing flow/jsonpath (For using JSONPath in REST module)

codeception/codeception suggests installing league/factory-muffin (For DataFactory module)

codeception/codeception suggests installing league/factory-muffin-faker (For Faker support in DataFactory module)

codeception/codeception suggests installing phpseclib/phpseclib (for SFTP option in FTP Module)

codeception/codeception suggests installing stecman/symfony-console-completion (For BASH autocompletion)

codeception/codeception suggests installing symfony/phpunit-bridge (For phpunit-bridge support)

consolidation/output-formatters suggests installing symfony/var-dumper (For using the var_dump formatter)

consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)

consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify)

consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)

consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.)

Package league/url is abandoned, you should avoid using it. Use league/uri instead.

Generating autoload files