mirror of
https://github.com/FIRST-Tech-Challenge/scorekeeper.git
synced 2026-03-10 06:06:41 -04:00
Created FTC Live Installers (markdown)
24
FTC-Live-Installers.md
Normal file
24
FTC-Live-Installers.md
Normal file
@@ -0,0 +1,24 @@
|
||||
Starting with the 2022-2023 season, the scoring system is primarily available to download as an installer. The installers can be found at
|
||||
https://ftc-scoring.firstinspires.org/local/<season> (and https://ftc-scoring.firstinspires.org/local/<season>-offseason after the season's world championship when offseason events can be hosted).
|
||||
|
||||
Current Links
|
||||
| Game | Link |
|
||||
| --- | --- |
|
||||
| POWERPLAY (2022-2023) | https://ftc-scoring.firstinspires.org/local/2023 |
|
||||
| POWERPLAY (2022-2023) - Offseason | https://ftc-scoring.firstinspires.org/local/2023-offseason |
|
||||
| CENTERSTAGE (2023-2024) | COMING SOON |
|
||||
|
||||
The scoring system will autoupdate to the latest available version for the season on launch if connected to the internet.
|
||||
|
||||
# Choosing the correct installer
|
||||
The website will detect the platform you are running on and offer a button to download for that platform 
|
||||
If you need to download for one system from another (e.g. the scoring computer runs Windows but you are downloading on a Mac to put on a flash drive), other systems can be found by clicking on "All platforms" 
|
||||
|
||||
If you are downloading for macOS or for Linux and are unsure which download is correct for you, run `uname -m` in a terminal and select the corresponding download. (Note: while we will address any issues reported through this repository for Linux, we are unable to provide Linux-specific event-day support and therefore encourage running the scoring system on Windows or macOS unless your event has volunteers sufficiently experienced in debugging issues on Linux.)
|
||||
|
||||
## Advanced installer
|
||||
|
||||
In some cases you may not be able to run the provided installer (e.g. security policies on the scorekeeper computer). In those cases you can run the scoring system through a package that is similar to how it was provided in previous seasons. There is a download available under the "Advanced" dropdown that works on all platforms.
|
||||
<img width="752" alt="image" src="https://github.com/FIRST-Tech-Challenge/scorekeeper/assets/3067361/9371f9c2-06f8-40b9-a06f-17e838c8fa44">
|
||||
This requires a global installation of Java 17, which can be downloaded and installed from here https://www.azul.com/downloads/?version=java-17-lts&package=jre
|
||||
To launch, extract the zip and open the FTCLauncher file on macOS/Linux or the FTCLauncher.bat file on Windows. This version of the scoring system still has the same auto-update feature as the installer version.
|
||||
Reference in New Issue
Block a user