From eddcd955b217a766c4e18f9e4fa89e2af55d7a78 Mon Sep 17 00:00:00 2001 From: Daniil Paskal <50429826+DaniilPaskal@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:48:18 -0400 Subject: [PATCH] Update installation instructions and repository names * Add missing dependency * Add ruby version number * Update installation instructions --- Gemfile | 2 ++ Gemfile.lock | 4 +++- README.md | 19 ++++++++----------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 2fd0fd19..2beb2612 100755 --- a/Gemfile +++ b/Gemfile @@ -9,3 +9,5 @@ gem "jekyll-github-metadata" gem "minitest" gem "html-proofer" gem 'github-pages', group: :jekyll_plugins + +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 0eab5bdf..1ec4a8a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,8 +260,9 @@ GEM thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.8.2) + unf_ext (0.0.9.1) unicode-display_width (1.8.0) + webrick (1.8.1) yell (2.2.2) zeitwerk (2.6.0) @@ -274,6 +275,7 @@ DEPENDENCIES jekyll jekyll-github-metadata minitest + webrick (~> 1.8) BUNDLED WITH 2.2.5 diff --git a/README.md b/README.md index bbe70811..226deece 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Waterloo Region Votes This repository is published to -https://civictechwr.github.io/WRVotesMunicipal2022 +https://civictechwr.github.io/WRVotesFed2025 It is updated for the 2022 municipal election in Waterloo Region. @@ -13,7 +13,8 @@ Dependencies: - Jekyll To get started locally: -- Clone the repo: `git clone https://github.com/CivicTechWR/WRVotesMunicipal2022.git` +- Clone the repo: `git clone https://github.com/CivicTechWR/WRVotesFed2025.git` +- Navigate to the project folder: `cd WRVotesFed2025` - Install gems: `bundle` - Move into the website directory: `cd docs` - Start the local server: `jekyll serve` @@ -21,7 +22,7 @@ To get started locally: ### Getting started on OSX 1. Install [homebrew](https://brew.sh/) package manager -2. Install ruby: +2. Install ruby (version 3.1): ``` brew install ruby ``` @@ -31,11 +32,11 @@ To get started locally: ``` 4. Clone the repo: ``` - git clone https://github.com/CivicTechWR/WRVotesMunicipal2022.git + git clone https://github.com/CivicTechWR/WRVotesFed2025.git ``` -5. Then go into the WRVotesMunicipal2022 directory, and run install the gems: +5. Then go into the WRVotesFed2025 directory, and run install the gems: ``` - cd WRVotesMunicipal2022 + cd WRVotesFed2025 bundle install ``` 6. Then start the jekyll server: @@ -49,8 +50,4 @@ To get started locally: ## How can I help? See the [Issues -list](https://github.com/CivicTechWR/WRVotesMunicipal2022/issues). - -This project began as an initiative of -[CivicTechWR](https://civictechwr.org) but as of this writing (Aug -2022) that group is dormant. +list](https://github.com/CivicTechWR/WRVotesFed2025/issues). \ No newline at end of file