binder-project/binder-web

Name: binder-web

Owner: Binder

Description: front-end web app for binder deployments

Created: 2016-02-29 19:43:59.0

Updated: 2018-03-02 08:41:42.0

Pushed: 2017-08-22 17:58:53.0

Homepage:

Size: 2667

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

:dash: :dash: The Binder Project is moving to a new repo. :dash: :dash:

:books: Same functionality. Better performance for you. :books:

Over the past few months, we've been improving Binder's architecture and infrastructure. We're retiring this repo as it will no longer be actively developed. Future development will occur under the JupyterHub organization.

Thanks for updating your bookmarked links.

:dash: :dash: The Binder Project is moving to a new repo. :dash: :dash:

binder-web

Client-side web app for managing binder deployments.

install
install binder-web
development

For developing, you need to specify a binder server to run the web app against. The easiest option is to use the beta binder server at beta.mybinder.org. To do that, open the file ~/.binder/web.conf and provide the following configuration


ort": 3000,
uild": {
"host": "beta.mybinder.org",
"port": 8082

egistry": {
"host": "beta.mybinder.org",
"port": 8082

eploy": {
"host": "beta.mybinder.org",
"port": 8084


And provide an API token by setting the environmental variable

rt BINDER_API_KEY=***

Then start the web app with

run start:debug

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.