Updating Software BoxExchanger (For rent exchanger).

1. Updating Web site

If you have any difficulties during the update, please contact the technical support service support@boxexchanger.net or the contacts listed on the site.

cd /var/www/exchanger-client-web/

! The location of the (exchanger-client-web) directory may differ depending on your server configuration.

git pull npm i

Build project:

npm run generate

2. Updating Admin panel

cd /var/www/exchanger-admin-web/

! The location of the (exchanger-admin-web) directory may differ depending on your server configuration.

git pull npm i

Build project:

npm run generate