CulverLab / sparcd

https://wildcatresearch.arizona.edu/
GNU General Public License v3.0
4 stars 7 forks source link

Problem: Application home: where is website pointing #59

Closed smalusa closed 2 years ago

smalusa commented 2 years ago

The current website is where app users access the application. wildcatresearch.arizona.edu Currently it is unknown if the where the website is pulling the application from - the site needs to be corrected to pull the app from latest published version on github.

smalusa commented 2 years ago

App should be bundled with proper link to compatible java 15 (NOT 16) for user to access if the user does not have java.

julianpistorius commented 2 years ago

Notes:

https://www.codejava.net/java-se/download-and-install-openjdk-15

https://download.java.net/java/GA/jdk15.0.2/0d1cfde4252546c6931946de8db48ee2/7/GPL/openjdk-15.0.2_windows-x64_bin.zip

julianpistorius commented 2 years ago

The website always points at the latest release build:

https://github.com/CulverLab/sparcd/releases/tag/latest

I created a wiki page with instructions on updating the release build: https://github.com/CulverLab/sparcd/wiki/Release-build

@smalusa please test the download from the website to ensure it works on Windows and macOS.

julianpistorius commented 2 years ago

This now works, and the instructions above will ensure it keeps working. It still involves manual steps, but we can automate it later.