-
Notifications
You must be signed in to change notification settings - Fork 4
Populate Local Database
Matthew Skomarovsky edited this page May 3, 2016
·
1 revision
To populate a local database with ~2000 Axis 360 books:
psql
CREATE DATABASE simplified_circulation_dev
GRANT ALL PRIVILEGES ON DATABASE simplified_circulation_dev TO [user]
\q
- edit
circulation.json
and setintegrations.Postgres.production_url
topostgres://[user]:[password]@localhost:5432/simplified_circulation_dev
bin/axis_monitor
bin/metadata_wrangler_coverage
bin/refresh_materialized_views