No description
Find a file
2024-04-04 01:42:24 +00:00
Database/Migrations init 2024-03-30 22:14:33 -04:00
Providers init 2024-03-30 22:15:19 -04:00
composer.json init 2024-03-30 22:13:41 -04:00
module.json init 2024-03-30 22:13:41 -04:00
package.json Update dependency dotenv to v16 2024-04-04 01:42:24 +00:00
README.md work on installation doc 2024-03-30 22:29:20 -04:00
renovate.json Add renovate.json 2024-04-03 16:56:34 +00:00
Service.php init 2024-03-30 22:13:41 -04:00

WemX VirtFusion Service Integration

This is a service module for the WemX panel that allows for integration with a VirtFusion panel.

Installation

Download from latest releases

Extract tar archive into the app/Services folder in your WemX root:

sudo tar -xvf wemx-virtfusion.tar.gz -C /var/www/wemx/app/Services

Set permissions of folder for your webserver:

sudo chown -R www-data:www-data /var/www/wemx

Then finally, run the migrations:

php artisan migrate --force