Environment Configuration
Upload zip to server
-
- You can use Filezilla to upload zip file to a server.
- To install filezilla you can follow these steps.
-
- 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 Projectandwhoxa_flutter_appProject relatively- With
whoxa_web Projectwhoxa_admin.zip,whoxa_frontend.zipandwhoxa_backend.zip. - With
Whoxa Flutter AppProject insideWhoxa-admin-backend.zipyou will get two zipswhoxa_admin.zipandwhoxa_backend.zip.
- With
- After connecting to server using ftp you have to upload
whoxa_backend.zipfile to/var/whoxa_setup(or you can upload at any location you want) for demo we created whoxa_setup folder.
-
-
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.shfile to automate the installation process.bash automate.shAutomateautomate.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.
-