No description
Database/Migrations | ||
Providers | ||
composer.json | ||
module.json | ||
package.json | ||
README.md | ||
renovate.json | ||
Service.php |
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