Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 706 B

5 years ago
5 years ago
5 years ago
1234567891011
  1. # kiosks.adrianshort.org
  2. Static site generator for website to track BT InLink kiosks planning appilcations. Output is adrianshort/kiosks-public
  3. ## How to build this site
  4. 1. Clone this repo to your local machine and go into its directory.
  5. 2. `$ bundle install`
  6. 3. [Sign in to Morph](https://morph.io/users/auth/github) with your GitHub account.
  7. 4. Download the SQLite database from the [InLink scraper on Morph](https://morph.io/adrianshort/inlink-scraper) and save it in your project's root directory. It should be named `data.sqlite`.
  8. 5. `$ bundle exec bin/petrify`
  9. 6. The built site is now in the `_site` directory. Deploy it as a static site wherever you like, eg [Netlify](https://www.netlify.com/).