The WorldWide Telescope core data web server and Communities app.
Перейти к файлу
dependabot[bot] 8907462a9b
Bump jQuery from 3.2.1 to 3.4.0 in /src/WWTMVC5
Bumps jQuery from 3.2.1 to 3.4.0.

---
updated-dependencies:
- dependency-name: jQuery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 20:43:58 +00:00
docs docs/deprecations.md: log the newly deprecated APIs 2020-12-10 12:54:32 -05:00
src Bump jQuery from 3.2.1 to 3.4.0 in /src/WWTMVC5 2023-05-30 20:43:58 +00:00
tests Update to .NET 6 2022-09-16 10:38:45 -04:00
tools/PlateManager tools/PlateManager/Download/DownloadCommand.cs: fix a mistake revealed by .NET 6 update 2022-09-16 10:39:55 -04:00
.dockerignore .dockerignore: add this 2020-12-04 09:17:13 -05:00
.gitattributes
.gitignore WWTMVC5: tidy up grunt install of bundled JS deps 2020-11-22 14:19:59 -05:00
CONTRIBUTING.md
Directory.Build.props Add initial disabled nullable directive (#232) 2020-11-25 08:02:04 -08:00
Directory.Build.targets Add initial disabled nullable directive (#232) 2020-11-25 08:02:04 -08:00
Dockerfile Update to .NET 6 2022-09-16 10:38:45 -04:00
GitVersion.yml
INSTALL.md
LICENSE
NuGet.config Add .NET 5 project head (#198) 2020-11-19 08:48:04 -08:00
README.md README.md: add dashboard link and update standard acknowledgment blurb 2022-11-23 12:43:00 -05:00
azure-pipelines.yml azure-pipelines.yml: attempt to make Azure Pipelines trigger warning go away 2022-09-16 10:51:43 -04:00
global.json Update to .NET 6 2022-09-16 10:38:45 -04:00
init.ps1 WWTMVC5: remove generated CSS files; regenerate during build instead 2020-11-22 14:26:02 -05:00
wwt-website-net6.slnf Update to .NET 6 2022-09-16 10:38:45 -04:00
wwt-website.sln Add .NET 5 project head (#198) 2020-11-19 08:48:04 -08:00

README.md

Build Status

AAS WorldWide Telescope website

This repository contains the code for the web services backing the AAS WorldWide Telescope (WWT) software system.

You can monitor metrics for the WWT web services on the public WWT metrics dashboard, made possible by support from Datadog.

Developer Instructions

See these instructions for details on how to build and run locally. Please submit issues (or PRs!) if you run into any problems or inaccuracies.

If you have .NET 6 installed, the basic CLI build command is:

dotnet build -c Release wwt-website-net6.slnf

You can build and run the server in a Docker container with:

docker build -t aasworldwidetelescope/core-data:latest .
docker run --rm -p 8080:80 --name wwtcoredata aasworldwidetelescope/core-data:latest
# browse to http://localhost:8080/wwtweb/isstle.aspx

However, most API endpoints won't work since they need to be wired up to the backing data storage. To test locally with WWT production assets, launch the Docker container with the following environment variables:

-e UseAzurePlateFiles=true -e AzurePlateFileStorageAccount=[secret]

where the secret can be obtained from the running app's configuration KeyVault.

See comments in the azure-pipelines.yml file for descriptions of how deployment works.

This file logs old APIs that have been deprecated or removed. The implementations of many of these can be found in the Git history if youre willing to dig.

Getting involved

We love it when people get involved in the WWT community! You can get started by participating in our user forum or by signing up for our low-traffic newsletter. If you would like to help make WWT better, our Contributor Hub aims to be your one-stop shop for information about how to contribute to the project, with the Contributors Guide being the first thing you should read. Here on GitHub we operate with a standard fork-and-pull model.

All participation in WWT communities is conditioned on your adherence to the WWT Code of Conduct, which basically says that you should not be a jerk.

Acknowledgments

The AAS WorldWide Telescope system is a .NET Foundation project managed by the non-profit American Astronomical Society (AAS). Work on WWT has been supported by the AAS, the US National Science Foundation, and other partners. See the WWT user website for details.

Legalities

The WWT code is licensed under the MIT License. The copyright to the code is owned by the .NET Foundation.