-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
110 changed files
with
374 additions
and
24,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
# REV04: Tue 20 Feb 2024 21:00 | ||
# REV03: Mon 11 Dec 2023 11:00 | ||
# REV02: Mon 21 Feb 2022 18:00 | ||
# REV01: Wed 16 Jun 2021 14:00 | ||
# START: Wed 03 Feb 2021 16:00 | ||
|
||
rm -fv Gemfile.lock | ||
gem install bundler | ||
bundle install | ||
bundle clean --force | ||
bundle install | ||
bundle update | ||
|
||
echo "PORT 5002: jekyll serve --port 5002" | ||
echo "Virtual: jekyll serve -H 0.0.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ gem "addressable" | |
gem "nokogiri" | ||
gem "faraday-retry" | ||
gem 'webrick' | ||
gem "minitest" | ||
gem "ffi" | ||
|
Oops, something went wrong.