Skip to content

Commit

Permalink
Moved running instructions at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Oct 3, 2023
1 parent 29f0942 commit 3a4a9c4
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,16 @@

This repo provides the landing page experience for visitors to
[landregistry.data.gov.uk](http://landregistry.data.gov.uk). The landing page
provides links to the various open data services ([Price Paid Data
Explorer](http://landregistry.data.gov.uk/app/ppd), [Standard
Reports](http://landregistry.data.gov.uk/app/standard-reports) and [UK Housing
Price Index](http://landregistry.data.gov.uk/app/ukhpi)), and hosts the qonsole
provides links to the various open data services, and hosts the qonsole
app, which allows users to run SPARQL queries against the linked-data dataset.

Please see the other repositories in the [HM Land Registry Open
Data](https://github.com/epimorphics/hmlr-linked-data/) project for more
details:
details.

- [HMLR Common Styles](https://github.com/epimorphics/lr_common_styles)
- [PPD Explorer](https://github.com/epimorphics/ppd-explorer)
- [Standard Reports UI](https://github.com/epimorphics/standard-reports-ui)
- [UKHPI](https://github.com/epimorphics/ukhpi)
- [Qonsole (Rails)](https://github.com/epimorphics/qonsole-rails)
## Running the app locally

## Additional Information

### Updating the code

This is a pretty standard, and quite small, Rails app.

Please keep the [changelog](CHANGELOG.md) up-to-date, and increment the
[`/app/lib/version.rb`](https://github.com/epimorphics/lr-landing/app/lib/version.rb)
identifier in line with semver principles.

### Running the app locally in Development mode
### In development mode

Begin by cloning [the Github repo](https://github.com/epimorphics/lr-landing)
and installing the dependencies:
Expand All @@ -54,7 +37,7 @@ API_SERVICE_URL=http://localhost:8888 rails server

Visit <http://localhost:3000> to view the local instance.

## Running the app locally in Production Mode
### In production mode

Unlike other HMLR applications, the Landing application does not run run from a
sub-directory.
Expand Down

0 comments on commit 3a4a9c4

Please sign in to comment.