Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
FaxStore IconFaxStore

Weblutions Documentation / FaxStore / 2. Installing Files & Database

Updated

2. Installing Files & Database

By Josh M. 1 mins 3

In order to create the FaxStore database, the files need to be uploaded to the server to have the installation commands and steps work.

Download, Extract & Upload FaxStore

Download FaxStore from the Downloads section on Weblutions.com and extract the contents onto a fresh Ubuntu server. We recommend it being installed into the below location, the faxstore folder will need to be created.

  1. Download the latest version of FaxStore from weblutions.com/account

  2. Extract the RAR file

  3. Upload all contents into the FaxStore folder on the server

/home/faxstore

Recommended file path on Ubuntu

A boring example image

Database Installation

Now the files have been uploaded, the initial database can be uploaded and executed on the server.

  1. Login to MySQL by using the below MySQL command, enter the previously set password when prompted

mysql -u root -p

On most Linux servers when entering a password it wont be visible, even when pasted.

In many terminal applications, right-clicking will paste content.

  1. Once logged in, run the source command to install the database

source /home/faxstore/installme.sql

If a different FaxStore installation directory is used, be sure to change the file path.

  1. Use exit to leave the MySQL terminal


Step two has been completed

Continue to step three