Skip to content

A new user interface for the UK Web Archive

Notifications You must be signed in to change notification settings

jasonwebber-bl/ukwa-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UKWA UI

A new user interface for the UK Web Archive

Build Status

How to Run the Code

  • Install a git client of your choice.
  • Clone this repository.
  • Install IntelliJ IDEA.
  • Open the code in IntelliJ IDEA.
  • Go to Run -> Edit Configurations.
  • Click + in the upper-left corner of the dialog and add a Maven configuration.
  • On the "Parameters" tab, enter "spring-boot:run" in the "Command Line" field.
  • Specify Solr credentials:
    • On the "Runner" tab, click on three dots next to "Environment variables".
    • Сlick the "plus" button to add two new variables: SOLR_USERNAME and SOLR_PASSWORD.
    • Click OK to close the dialog.
  • Click OK to close the dialog.
  • Go to Run -> Run (Shift-F10). Wait for the build to finish.
  • Navigate to http://localhost:8080 in your browser.

About

A new user interface for the UK Web Archive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.0%
  • Java 33.5%
  • HTML 13.5%
  • CSS 9.0%