shubhamchugh / sites_like

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable csv importer

SET GLOBAL local_infile=1;

Import CSV File in MySql Database

LOAD DATA LOCAL INFILE 'posts' INTO TABLE source_domains
FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n'
(domain) set domain=domain ;

Node Dependency Install

bash install.sh

Deployment Script For Runcloud

git status
git reset --hard
git pull
COMPOSER_MEMORY_LIMIT=-1 composer update
php artisan migrate --seed
bash install.sh

alter-scrape wappalyzer-scrape ssl-scrape alexa-scrape seo-scrape dns-scrape ip-location-scrape screenshot-scrape

About


Languages

Language:PHP 80.3%Language:Blade 15.8%Language:CSS 3.0%Language:Shell 0.7%Language:JavaScript 0.2%