Skip to content

Instantly share code, notes, and snippets.

@piyush-json
Created May 22, 2025 07:06
Show Gist options
  • Select an option

  • Save piyush-json/f9e009d3dbfa824065d143a44a807bda to your computer and use it in GitHub Desktop.

Select an option

Save piyush-json/f9e009d3dbfa824065d143a44a807bda to your computer and use it in GitHub Desktop.

Deployment Guide: research.iitmandi.ac.in

Server Access

  1. SSH into the server:

    ssh ccenewweb@research.iitmandi.ac.in
  2. Start a Bash shell (if required):

    /bin/bash

Update Application

  1. Navigate to the app directory:

    cd ~/app
  2. Pull the latest changes from the main branch:

    git pull origin main

Build and Deploy

  1. Run the build script from the home directory:
    cd ~
    ./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment