casepipeline crawler system
1.2K
Case Pipeline Crawler
docker pull betaquick/casepipeline-crawler:latest &&
docker run -it betaquick/casepipeline-crawler
Node Environment
export DB_USERNAME='<mysql_user_name>'
export DB_PASSWORD='<mysql_user_password>''
export DEBUG='*'
or create .env in project directory with the above keys specified
Install local
npm run install-local
Run server
npm run start
Install knex DB migrations
npm install knex -g
Migrating database
knex migrate:latestorknex migrate:latest --env development
Seed the database
knex seed:run
Before you run a scraper, ensure the selenium server is up
npm run sele-standalone
Run app on local machine
LOCAL=true bash start.sh
Content type
Image
Digest
Size
268.7 MB
Last updated
over 6 years ago
docker pull betaquick/casepipeline-crawler