Skip to content

Latest commit

 

History

History

deployment

Automation scripts for Pixer Laravel

At first login your server from terminal

ssh SERVER_USERNAME@SERVERIP

Upload api and deployment project to Virtual Server form your PC - RUN on Local PC

To upload the zipped pixer-api and deployment files to server you need to run the below command form your pixer project root

while running below command you will asked for enter your server username and ip address by entering and a successful connection you will also asked for enter your pixer-api.zip and deployment.zip files path and the path will be look like /home/your_project_folder_path/pixer-laravel/pixer-api.zip for pixer-api.zip file so forth for deployment.zip

    bash deployment/deployment.sh

Then login your server using ssh and,

Server Environment setup script - RUN on Virtual Server

    bash /var/www/pixer-laravel/deployment/nodesetup.sh

Nginx Setup And Settings - RUN on Virtual Server

    zx /var/www/pixer-laravel/deployment/setenv.mjs

Backend build - RUN on Virtual Server

    sudo zx /var/www/pixer-laravel/deployment/backendbuildscript.mjs

Frontend build script - RUN on Local PC

Run the below command from your pixer-laravel project root

    zx deployment/frontendbuildscript.mjs

Frontend run script - RUN on Virtual Server

    zx /var/www/pixer-laravel/deployment/frontendrunscript.mjs