Contents Menu Expand Light mode Dark mode Auto light/dark mode
P-AIRCARS
Light Logo Dark Logo
P-AIRCARS
  • Quickstart
  • Installation
    • Install Conda: Mamba
    • Create and Activate Conda
    • Install P-AIRCARS
  • Initial Setup
    • Setup remote logger link
  • Tutorial
    • P-AIRCARS Flowchart
    • Run P-AIRCARS Pipeline
    • Monitoring Pipeline Logs
      • Local GUI Logger
      • Remote P-AIRCARS Logger
  • Directory Structure and Data Products
  • Stop P-AIRCARS Job
  • HPC Settings
    • Slurm environment
    • PBS Environment
  • Command line tools
    • Basic CLI
    • Advanced CLI
  • View and Analyse Final Products
  • API Reference
    • P-AIRCARS Utils Module
    • P-AIRCARS Pipeline Module
    • P-AIRCARS Casacore Module
    • P-AIRCARS HPC Cluster Module
    • P-AIRCARS Pre-compiled Module
  • Developer Instruction
  • Acknowledging
  • LICENSE
Back to top
Edit this page

Setup remote logger link¶

This tutorial will guide you to setup a remote logger.

  1. Go to https://dashboard.render.com/. It will take you to the login page. If you do not have an account on https://render.com, create an account and login.

  2. After login, you will land up in the following page. Click on Add new and then Web Service.

_images/ss1.png
  1. Then the following page will open. Select Exisiting image table and put docker.io/devojyoti96/paircarslogger:latest in the Image URL box. If the image link is correct, a blue tock will appear the right corner of the box as hown in the image below. Then click on black Connect–> button at the bottom of the page.

_images/ss2.png
  1. Next, you will land up in the following page. In the name box, type your custom remote logger name, <remote-logger-name>. If the name is in use by anyone else and not available, a red text will appear below the box showing Name is already in use. Modify the name to have a unique available name. Once done, scroll down to the middle of the page.

_images/ss3.png
  1. In the middle of the page, select the user-plan. For individual user, you can choose Free as shown in the image below. If you want any paid version, choose the appropriate one.

_images/ss5.png
  1. Then go down to the bottom of the page. Click of Deploy button.

_images/ss4.png
  1. In the next page, you will see web-service is being started. Once you see, ==> Your service is live 🎉 as shown in the image below, your remote logger is ready to use. Your remote logger link is also shown just above the black window, and it will be https://<remote-logger-name>.onrender.com.

_images/ss6.png
  1. Now use this link to setup as remote logger link as described above. This link is persistent and can be used in multiple machines. Your P-AIRCARS job logs will appear in https://<remote-logger-name>.onrender.com. How to access

Next
Tutorial
Previous
Initial Setup
Copyright © 2025, Devojyoti Kansabanik
Made with Sphinx and @pradyunsg's Furo