Installation and Setup Guide for Vodlix
To get started with Vodlix, follow these steps to install and set up the system:
Extract the Vodlix zip file to the root directory of your server.
Install MongoDB 4.4 and Python 3 on your server. Refer to the
Readme.txt
file in themain directory > processors
folder for detailed instructions.Create a MySQL database and restore it from the default DB file.
Go to the API folder and run the
composer install
command.Copy
.env.example
and rename it as.env
.Update the
.env
file with your MySQL and MongoDB details.Run the following command in the API folder:
./vendor/bin/phinx status
. If everything is up, you're good to go. Otherwise, run./vendor/bin/phinx migrate
.Go back to the main directory.
Go to the
includes
folder and copy thedbconnect.php.sample
file todbconnect.php
.Go to the
frontend
folder and run theyarn install
command.Create
localConfigs.js
file and add the following code:
Note: Replace domain.com
with your domain name and change the port if you want to run on any other port.
Run the
yarn build
command in the frontend folder.Once the build is generated, run the following command:
Replace APP NAME
with your domain or something else. 14. Go to the main directory > vodlix_player
and run the following commands:
These steps will help you install and set up Vodlix on your server. If you encounter any issues, refer to the documentation or contact our support team for assistance.
Last updated