Basic Downloads
FaxDesk
FaxStore Legacy
FaxDocs
FaxUp
FaxTrack
WebForms
The Bot Portfolio
Discord Whitelist
Markdown Guide
Weblutions Docs > Product Documentation > FaxTrack > FaxTrack Installation
FaxTrack Installation
Installing FaxTrack is easy provided the guides are followed fully. Please take note of the below requirements for FaxTrack.
- Linux (Ubuntu) machine to operate. Commonly known as a VPS or dedicated box
- Domain name
Step One
Complete the install of a LEMN stack if you have not done so before.
Step Two
Now upload your FaxTrack files into a new directory on the machine under /home/faxtrack
.
Install the database by logging into MySQL.
mysql -u root -p
to login to MySQLNow in MySQL run source /home/faxtrack/installme.sql
to install the MySQL database.
Leave the MySQL console by using exit
.
Step Three
Edit the config.json file located at /home/faxtrack/config.json
Then open a new screen session.
Now run the below commands to get FaxTrack started.
cd /home/faxtrack
npm install
node .
FaxTrack will now be started and running.
Go to the /setup
URL to complete the setup of FaxTrack.
Review this page