Skip to content

shubhamchugh/PuppScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Chrome doesn't launch on Linux

Make sure all the necessary dependencies are installed.The common ones are provided below. Also, see

https://source.chromium.org/chromium/chromium/src/+/main:chrome/installer/linux/debian/dist_package_versions.json

apt install -y gconf-service ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgconf-2-4 libgdk-pixbuf2.0-0 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libappindicator1 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils libgbm-dev libatk1.0-0
npm install pm2 -g

Start/stop/restart Nodejs Server with apllication Please check dir before exicute the comand

pm2 start myAppName.js -i max
pm2 stop myAppName.js -i max
pm2 restart myAppName.js -i max

if not start Node js Server Try with Force

pm2 start myAppName.js -i max -f
pm2 stop myAppName.js -i max -f
pm2 restart myAppName.js -i max -f

server run after reboot also

pm2 save

troubleshoot for node server

pm2 list
pm2 restart all
pm2 stop all
pm2 delete all

For Monitor NodeJs Server

pm2 monit

for check List all processes:

pm2 list

action

pm2 stop
pm2 restart
pm2 delete

Routes

Google Map location: http://localhost:3000/map?url=https://www.google.com/maps/place/SKY+BEACH,+Rooftop+328,329,+Queens+Road,+Vaishali+Nagar,+Jaipur,+Rajasthan/@26.8763136,75.7956608,12z/data=!4m2!3m1!1s0x396db4824392ad2b:0x6145b4cb9c1df6b6?entry=ttu

Google Map Search: http://localhost:3000/map/search?url=https://www.google.com/maps/search/restaurants/@26.8763136,75.7956608,12z?entry=ttu

Google Serp: http://localhost:3000/serp/google?url=https://www.google.com/search?q=technofizi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published