Application: datagovuk_find
Beta version of Find Data
- Category
- data.gov.uk apps
README
This repository contains the beta-stage frontend component of data.gov.uk
How to run this repo locally
There are currently 3 ways to run this repo locally:
- Via govuk-dgu-charts - An end to end setup from ckan to opensearch to Find. This is the presently most supported means for running Find and is recommended for local development. Instructions for how to setup and run Find this way available on the linked repo.
- Manual installation. Instructions for this below.
- Via govuk-docker - You can
make
Find as you would any other repo supported by govuk-docker using this method. This is the quickest means to setup Find however this will not give you a complete visual setup and is primarily for running tests.
Manual installation
Prerequisites
You will need to install the following for development.
Most of these can be installed with Homebrew on a Mac.
Getting Started
First run bin/setup
to bundle, etc. Then run rails s
.
Deployment
See the developer docs on data.gov.uk deployment
Example application URLs