You are on page 1of 2

sudo systemctl status mongod.

service
sudo systemctl status elasticsearch.service
sudo systemctl status redis_6379

sudo systemctl start mongod.service


sudo systemctl start elasticsearch.service
sudo systemctl start redis_6379

sudo systemctl stop mongod.service


sudo systemctl stop elasticsearch.service
sudo systemctl stop redis_6379
//--------------------------------------------
//BACKEND START
cd Desktop/klimb/klimb
node app.js
nodemon app.js
nodemon --inspect (for debugging)

Desktop/klimb/klimb_engagement_api
PORT=1339 nodemon
Desktop/klimb/klimb_jobs
PORT=1338 nodemon

//FRONT END START


grunt serve
//-------------------------------------------
//go to branch
git checkout BRANCH_NAME

//CHECK CURRENT BRANCH


git branch
dev_lodash_upgrade_engageFrontend_29oct22
//GIT PULL
git pull origin BRANCH_NAME

//CREATE NEW BRANCH


git checkout -b dev_NAME_RELDATE

//PUSH CHANGES
git add .
git commit -m "comment"
git push origin dev_NAME_RELEASEdate

//FOR DELETING THE BRANCH


git branch -d dev_NAME_RELEASEdate
//force delete
git branch -D dev_NAME_RELEASEdate

//FOR RESETING 3 COMMITS


git reset --hard HEAD~3

//INSTALL DEPENDENCIES AFTER CLONE


npm install --only=dev
npm install -g bower
bower install
npm install -g grunt-cli
grunt serve

//------------
//to pull a remote branch from bitbucket
git fetch origin "name_of_the_branch"

bitbucket password
ATBB5FcMUEvFtsJf9stM6Pqy24vr68947BA3

sentry
developer@klimb.io
TYRFGTSW$002

test.hire
recruiter@artissary.com
TYRFGTSW$002

admin@klimb.io
TGVB$002

1383 offer.less
.n_wid{
width: 9rem !important;
padding: 0 !important;
margin-left:15px !important;
select{
text-indent: 7px !important;
background: url(../images/jobs/job-
down-arrow.png) no-repeat 87% !important;
cursor: pointer !important;
padding: 6px 30px 5px 10px !
important;
}
}

applicationquickview line no 1104


<input name = "{{field.internalName}}"
type="text" class="form-control" uib-datepicker-popup="{{format}}" ng-
model="canidateShownInQuickView[field.internalName]" is-
open="statusDate[field.internalName]" datepicker-options="dateOptions" date-
disabled="disabled(date, mode)" close-text="Close" show-button-bar="false" show-
weeks="'false'" ng-required = "field.validations && field.validations.required"/>

You might also like