SkyServer version for SDSS Data Release 20
To get Skyserver runnining using the dotnet6 runtime you need to do the following:
- Clone the repository
- Ensure the following are installed
dotnet6node 16.18.0(lts)grunt(npm install -g grunt)sass(dart-sass, can use the js transpiled version in npm calledsass)
To run the project you need to do the following:
cd SkyserverCore-DR17dotnet publish SkyserverCore.slncd SkyserverCoredotnet run --environment Development
grunt-contrib-sass wants libsass=3.4, but it has been deprecated
if using vscode and the razor engine keeps crashing with the error:
Cannot get required symbol EVP_MD_size from libssl
Set the following environment variable and restart.
CLR_OPENSSL_VERSION_OVERRIDE=1.1 source