File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- [ ![ Code Climate] ( https://codeclimate.com/github/18F/analytics-reporter-api/badges/gpa.svg )] ( https://codeclimate.com/github/18F/analytics-reporter-api ) [ ![ CircleCI] ( https://circleci.com/gh/18F/analytics-reporter-api.svg?style=shield )] ( https://circleci.com/gh/18F/analytics-reporter-api )
1+ ![ Build Status] ( https://github.com/18F/analytics-reporter-api/actions/workflows/ci.yml/badge.svg?branch=master )
2+ [ ![ Snyk] ( https://snyk.io/test/github/18F/analytics-reporter-api/badge.svg )] ( https://snyk.io/test/github/18F/analytics-reporter-api )
23
34# Analytics API
45
@@ -122,7 +123,7 @@ The API should now be available at http://localhost:4444/. Note that the API wil
122123Data for the API is loaded into the database by the [ Analytics Reporter] ( https://github.com/18F/analytics-reporter ) . For dev environments,
123124the default database configuration for both the ` analytics-reporter ` repo and the ` analytics-reporter-api ` repo point to the same database.
124125
125- Follow the instructions in the ` analytics-reporter ` README to set up the reporter and configure an agency to collect data for.
126+ Follow the instructions in the ` analytics-reporter ` README to set up the reporter and configure an agency to collect data for.
126127Ignore any instructions about starting up a database - you'll use the database you already have running.
127128Once setup is done, run the reporter with the ` --write-to-database ` option.
128129
You can’t perform that action at this time.
0 commit comments