Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.07 KB

README

A WIP project that models a very basic "event listing" site.

Requirements

  • ruby (>= 3)
  • git (for cloning)
  • rbenv, rbenv-gemset and ruby-build (not needed but helpful)
  • gcc
  • sqlite3 and dev libs
  • opensearch (or docker)
  • (probably other binary dependencies gems rely on)

Preflight

Given the correct ruby version is installed and the OpenSearch server is running.

  cd ${project_dir}
  bundle
  rails db:migrate
  rails db:import:placecal_snapshot # loads partners and events from PC snapshot
  rails db:import:load_keywords_and_tag_partners # loads keywords and classifies partners
  rails db:import:address_poscode_lookup # loads keywords and classifies partners

To run

cd into directory and run rails s then navigate to http://localhost:3000

Data disclaimer

The data from this project was pulled from the publicly available API provided by PlaceCal. No personal or private information is in this project.