Skip to content

sciserver/SkyServer-DR20

Repository files navigation

SkyServer-DR20

SkyServer version for SDSS Data Release 20

Development

To get Skyserver runnining using the dotnet6 runtime you need to do the following:

  1. Clone the repository
  2. Ensure the following are installed
    • dotnet6
    • node 16.18.0 (lts)
    • grunt (npm install -g grunt)
    • sass (dart-sass, can use the js transpiled version in npm called sass)

To run the project you need to do the following:

  1. cd SkyserverCore-DR17
  2. dotnet publish SkyserverCore.sln
  3. cd SkyserverCore
  4. dotnet 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

About

SkyServer website supporting SDSS DR20

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors