Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include documentation, examples for local development and deployment specific to LINC, update cookie domain, fingerprint values #10

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

aaronkanzer
Copy link

…o LINC

URL of deployed dev instance (used for testing):

  • https://___.webknossos.xyz

Steps to test:

  • abc

TODOs:

  • ...

Issues:

  • fixes #

(Please delete unneeded items, merge only when none are left open)

@aaronkanzer aaronkanzer changed the title Include documentation for local development and deployment specific to LINC Include documentation, examples for local development and deployment specific to LINC Jun 12, 2024
@aaronkanzer aaronkanzer changed the base branch from ak-prod-ui to master June 20, 2024 16:03
@aaronkanzer aaronkanzer mentioned this pull request Jun 26, 2024
47 tasks
@aaronkanzer aaronkanzer changed the title Include documentation, examples for local development and deployment specific to LINC Include documentation, examples for local development and deployment specific to LINC, update cookie domain value Jun 26, 2024
@aaronkanzer aaronkanzer changed the title Include documentation, examples for local development and deployment specific to LINC, update cookie domain value Include documentation, examples for local development and deployment specific to LINC, update cookie domain, fingerprint values Jul 13, 2024
@@ -400,6 +400,9 @@ class AnnotationService @Inject()(
teamId <- selectSuitableTeam(user, dataset) ?~> "annotation.create.forbidden"
annotation = Annotation(ObjectId.generate, datasetId, None, teamId, user._id, annotationLayers)
_ <- annotationDAO.insertOne(annotation)
teamIdValidated = List(teamId)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,37 @@
# LINC | WebKNOSSOS Development
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```

You'll need to set your authentication token as an env var `WK_TOKEN`: go to https://webknossos.lincbrain.org/auth/token
(or https://webknossos-staging.lincbrain.org/auth/token if you are on staging)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jingjingwu1225 Try these instructions -- should be webknossos-r5.lincbrain.org/auth/token though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant