Skip to main content

Environment Configuration

Upload zip to server

  • Install Filezila :

    • You can use Filezilla to upload zip file to a server.
    • To install filezilla you can follow these steps.
  • Connect to server using FTP :

    • To connect to a server using FileZilla, follow these steps.
    • First you have to extract the whoxa.zip then you will get Three zip files and Two zip files with whoxa_web Project and whoxa_flutter_app Project relatively
      • With whoxa_web Project whoxa_admin.zip, whoxa_frontend.zip and whoxa_backend.zip .
      • With Whoxa Flutter App Project inside Whoxa-admin-backend.zip you will get two zips whoxa_admin.zip and whoxa_backend.zip .
    • After connecting to server using ftp you have to upload whoxa_backend.zip file to /var/whoxa_setup (or you can upload at any location you want) for demo we created whoxa_setup folder.
  • SSH into server :

    • Then after you have to connect to server using SSH

    • Navigate to the path where your zip file is located.

      cd /var/whoxa_setup
    • To unzip the file you have to install unzip.

      sudo apt install unzip
    • unzip the whoxa_backend.zip file.

      unzip whoxa_backend.zip
    • After extract the zip you have to run the automate.sh file to automate the installation process.

      bash automate.sh
      Automate

      automate.sh will install all the necessary packages which includes apache web server, mysql-sever, phpmyadmin, nvm, node.js, pm2.

    • You have to wait while all the packages are installing.