splynx/splynx-cashdesk

Splynx CashDesk Add-on

v3.1.316 2020-11-05 06:55 UTC

README

Splynx CashDesk Add-on based on Yii2.

REQUIREMENTS

Installed Splynx ISP Framework

INSTALLATION

sudo apt-get update
sudo apt-get install splynx-cashdesk

MANUAL INSTALLATION

Create Nginx config file /etc/nginx/sites-available/splynx-cashdesk.addons:

location /cashdesk
{
        try_files $uri $uri/ /cashdesk/index.php?$args;
}

Restart Nginx:

sudo service nginx restart

Install add-on base:

cd /var/www/splynx/addons/
git clone https://bitbucket.org/splynx/splynx-addon-base-2.git
cd splynx-addon-base-2
composer install

Install Splynx CashDesk Add-on:

cd /var/www/splynx/addons/
git clone git@bitbucket.org:splynx/splynx-cashdesk.git
cd splynx-cashdesk
composer install
sudo chmod +x yii
./yii install

Create symlink:

ln -s /var/www/splynx/addons/splynx-cashdesk/web/ /var/www/splynx/web/cashdesk

Additional settings avaiable in /var/www/splynx/addons/splynx-cashdesk/config/params.php.

You can then access Splynx Cashdesk Add-On through following URL:

http://YOUR_SPLYNX_DOMAIN/cashdesk

For access you must enable Cashdesk for admin on page "Administration / Administrators" in Splynx.