Skip to content
rkanade edited this page Jun 8, 2022 · 27 revisions

Welcome to WeRecruit WIKI

Dev

Dev Env Setup

Coding guidelines

Features

Tasks

Resources

Frequently used linux commands

Frequently used Docker commands

Frequently used git commands

Frequently used SQL commands

from docker machine do docker exec -it werecruit_prod /bin/bash to loginto werecruit container.

To figure out all open connections on pg, run following sql on db

Frequently used git commands

  • git pull
  • git status
  • git restore
  • git clone <repo name> . - only done once

Frequently used docker commands

  • docker exec -it werecruit_prod /bin/bash -> to get shell acess to werecruit_prod container.
    • To get out the container shell without stopping the container , please enter ctrl+p followed by ctrl+q
  • docker ps -a
  • docker start werecruit_prod
  • docker pause werecruit_prod
  • docker commit werecruit_prod werecruit_image
  • docker images
  • docker unpause werecruit_prod

Prod

Prod Notes

Clone this wiki locally