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 Project
andwhoxa_flutter_app
Project relatively- With
whoxa_web Project
whoxa_admin.zip
,whoxa_frontend.zip
andwhoxa_backend.zip
. - With
Whoxa Flutter App
Project insideWhoxa-admin-backend.zip
you will get two zipswhoxa_admin.zip
andwhoxa_backend.zip
.
- With
- 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.
-
-
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
Automateautomate.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.
-