Sign inSign up

betaquick/casepipeline-crawler

By betaquick

Updated over 6 years ago

casepipeline crawler system

Image
0

1.2K

betaquick/casepipeline-crawler repository overview

README

Case Pipeline Crawler

What is this repository for?
Crawler (Docker)
docker pull betaquick/casepipeline-crawler:latest &&
docker run -it betaquick/casepipeline-crawler
How do I get set up?

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:latest or knex 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

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions
Contribution guidelines
  • Writing tests
  • Code review
  • Other guidelines
Who do I talk to?
  • Repo owner or admin
  • Other community or team contact

Tag summary

Content type

Image

Digest

Size

268.7 MB

Last updated

over 6 years ago

docker pull betaquick/casepipeline-crawler