Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions installer/debian/derby_install.sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order for someone to make use of the shell script for Debian install, someone would have to find the script on GitHub, then either pull the source to their host, or copy the contents of the script into a new script, and then run that. It's hard for me to imagine that work flow getting a lot of use.

Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# Install Raspbian Bullseye
# Install all updates
# Enable SSH from the Preferences, Raspberry Pi Configuration

# # Adding DerbyNet Apt Repo
sudo apt-get update
sudo apt-get install -y apt-transport-https
wget -q -O- https://jeffpiazza.org/derbynet/debian/jeffpiazza_derbynet.gpg | sudo tee /usr/share/keyrings/derbynet-archive-keyring.gpg > /dev/null
echo "deb [arch=all signed-by=/usr/share/keyrings/derbynet-archive-keyring.gpg] " " https://jeffpiazza.org/derbynet/debian stable main" | sudo tee /etc/apt/sources.list.d/derbynet.list > /dev/null
sudo apt-get update

# # Install
# Clean up older versions
sudo apt-get remove derbynet

# # New Version
sudo apt-get install derbynet-server
sudo apt-get remove apache2

# # Checks
# Folder /usr/share/derbynet will now exist

# # Timer
sudo apt-get install derbynet-timer
# sudo derby-timer.jar to get it started
# or maybe this: java -jar /usr/bin/derby-timer.jar -simulate-timer -lanes 4 to simulate the timer

# # Extras
sudo apt-get install derbynet-extras
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there aren't grade-specific icons, would it make more sense to replicate the ScoutsCanada emblem image for each of the centuries?

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/Images/ScoutsCanada/emblem.png
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you really want the "It starts with Scouts." tag line, or just the emblem on its own?

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions website/Images/ScoutsCanada/flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/Images/ScoutsCanada/slides/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.