work on installation doc
This commit is contained in:
parent
a382cc8194
commit
a5cb936550
1 changed files with 22 additions and 2 deletions
24
README.md
24
README.md
|
@ -1,2 +1,22 @@
|
||||||
# service-virtfusionservice
|
# WemX VirtFusion Service Integration
|
||||||
A WemX service integration with VirtFusion
|
This is a service module for the WemX panel that allows for integration with a VirtFusion panel.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Download from [latest releases](https://git.shadowhosting.xyz/shadow-hosting/wemx-service-virtfusion/releases/latest)
|
||||||
|
|
||||||
|
Extract tar archive into the app/Services folder in your WemX root:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo tar -xvf wemx-virtfusion.tar.gz -C /var/www/wemx/app/Services
|
||||||
|
```
|
||||||
|
|
||||||
|
Set permissions of folder for your webserver:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo chown -R www-data:www-data /var/www/wemx
|
||||||
|
```
|
||||||
|
|
||||||
|
Then finally, run the migrations:
|
||||||
|
```bash
|
||||||
|
php artisan migrate --force
|
||||||
|
```
|
Loading…
Reference in a new issue