Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
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

Create gitpod.yml #939

Closed
Daniel-Mietchen opened this issue Nov 28, 2019 · 1 comment

Comments

@Daniel-Mietchen
Copy link
Collaborator

@Daniel-Mietchen Daniel-Mietchen commented Nov 28, 2019

To facilitate development via Gitpod, as per their docs.

@Daniel-Mietchen

This comment has been minimized.

Copy link
Collaborator Author

@Daniel-Mietchen Daniel-Mietchen commented Nov 28, 2019

Should probably be something like this:

image:
  file: .gitpod.Dockerfile

# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/44_config_start_tasks/
tasks:
- init: pip install -r requirements.txt # runs during prebuild
  command: python runserver.py

# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/43_config_ports/
ports:
  - port: 8100
    onOpen: open-browser
Daniel-Mietchen added a commit that referenced this issue Nov 28, 2019
Daniel-Mietchen added a commit that referenced this issue Nov 28, 2019
Robustifying Scholia automation moved this from Backend to Done Nov 30, 2019
1. Back-end development and testing with pilot corpora automation moved this from In progress to Done Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.