Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.88 KB

README.rst

File metadata and controls

47 lines (37 loc) · 1.88 KB

Cosmic Data Stories Portal

The portal for the Cosmic Data Stories project acts as the front-end for educators and students to manager their class associations and available active data stories.

Usage

To run the project locally, clone the repository and install using

pip install cds-portal

Then, run the following command to start the server:

SOLARA_SESSION_SECRET_KEY="..." SOLARA_OAUTH_CLIENT_ID="..." SOLARA_OAUTH_CLIENT_SECRET="..."
SOLARA_OAUTH_API_BASE_URL="..." SOLARA_OAUTH_SCOPE="openid profile email" SOLARA_SESSION_HTTPS_ONLY=false
CDS_API_KEY="..." solara run cds_portal.pages --port=8865