/addons-php

E-Com Plus Addons marketplace implemented in PHP 7

Primary LanguageHTMLOtherNOASSERTION

DEPRECATION WARNING

Deprecated in favor of Market

addons-php

E-Com Plus Addons marketplace implemented in PHP 7

Technology stack

Setting up

For security, we recommend to download and install the app as root, and let the scripts owned by root:root as default.

sudo git clone https://github.com/ecomclub/addons-php.git
cd addons-php

Copy sample configuration file and edit to place the constants of your environment.

sudo cp config/config-default.php config/config.php
sudo nano config/config.php

Run setup file as root.

sudo php -f init.php

Install Composer

cd composer/

Download and install Composer by following the official instructions.

After installing the composer, install twig using the composer

sudo ./composer.phar install

Web server

You need to use a web server such as NGINX or Apache HTTP, web server root is on directory app, each .php file at this directory is one website URL.