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

Write initial CONTRIBUTING.md #17

Open
pozsa opened this issue Nov 15, 2021 · 0 comments
Open

Write initial CONTRIBUTING.md #17

pozsa opened this issue Nov 15, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@pozsa
Copy link
Member

pozsa commented Nov 15, 2021

No description provided.

@pozsa pozsa added the documentation Improvements or additions to documentation label Nov 15, 2021
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Nov 17, 2021
Creating a dev docker image based on python3.9 and poetry.
Fixing poetry version for reproducable docker builds.
Because we are inside a container poetry doesn't need to use
virtual environments. Pre-installing our python deps, so containers
based on the image are ready to go for dev work.

Creating a docker-compose file to spin up a container from our dev
image. Mounting in `backend` to `/usr/src/aof` so changes are synced.
Using an infinite loop for the time being to keep the container
running. (Will change to start and serve the backend.)

Running poetry init with installing fastapi and uvicorn[standard] as
dependencies.

See: paulscherrerinstitute#17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Nov 17, 2021
Creating a dev docker image based on python3.9 and poetry.
Fixing poetry version for reproducible docker builds.
Because we are inside a container poetry doesn't need to use
virtual environments. Pre-installing our python dependencies, so
containers based on the image are ready to go for dev work.

Creating a docker-compose file to spin up a container from our dev
image. Mounting in `backend` to `/usr/src/aof` so changes are synced.
Using an infinite loop for the time being to keep the container
running. (Will change to start and serve the backend.)

Running poetry init with installing fastapi and uvicorn[standard] as
dependencies.

See: paulscherrerinstitute#17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Nov 17, 2021
Creating a dev docker image based on python3.9 and poetry.
Fixing poetry version for reproducible docker builds.
Because we are inside a container poetry doesn't need to use
virtual environments. Pre-installing our python dependencies, so
containers based on the image are ready to go for dev work.

Creating a docker-compose file to spin up a container from our dev
image. Mounting in `backend` to `/usr/src/aof` so changes are synced.
Using an infinite loop for the time being to keep the container
running. (Will change to start and serve the backend.)

Running poetry init with installing fastapi and uvicorn[standard] as
dependencies.

See: paulscherrerinstitute#17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Nov 17, 2021
Creating a dev docker image based on python3.9 and poetry.
Fixing poetry version for reproducible docker builds.
Because we are inside a container poetry doesn't need to use
virtual environments. Pre-installing our python dependencies, so
containers based on the image are ready to go for dev work.

Creating a docker-compose file to spin up a container from our dev
image. Mounting in `backend` to `/usr/src/aof` so changes are synced.
Using an infinite loop for the time being to keep the container
running. (Will change to start and serve the backend.)

Running poetry init with installing fastapi and uvicorn[standard] as
dependencies.

See: paulscherrerinstitute#17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Nov 18, 2021
Creating a dev docker image based on python3.9 and poetry.
Fixing poetry version for reproducible docker builds.
Because we are inside a container poetry doesn't need to use
virtual environments. Pre-installing our python dependencies, so
containers based on the image are ready to go for dev work.

Creating a docker-compose file to spin up a container from our dev
image. Mounting in `backend` to `/usr/src/aof` so changes are synced.
Using an infinite loop for the time being to keep the container
running. (Will change to start and serve the backend.)

Running poetry init with installing fastapi and uvicorn[standard] as
dependencies.

See: paulscherrerinstitute#17
pozsa added a commit that referenced this issue Nov 18, 2021
Creating a dev docker image based on python3.9 and poetry.
Fixing poetry version for reproducible docker builds.
Because we are inside a container poetry doesn't need to use
virtual environments. Pre-installing our python dependencies, so
containers based on the image are ready to go for dev work.

Creating a docker-compose file to spin up a container from our dev
image. Mounting in `backend` to `/usr/src/aof` so changes are synced.
Using an infinite loop for the time being to keep the container
running. (Will change to start and serve the backend.)

Running poetry init with installing fastapi and uvicorn[standard] as
dependencies.

See: #17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Dec 15, 2021
A realm called `dev` created with default settings.
A client called `alphafold-on-fire` created with
`http://localhost:8000` as url and default settings.
A user with `username: jane` and `password: jane` created for dev/test
purposes. (email address set to confirmed)

See: paulscherrerinstitute#10, paulscherrerinstitute#17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Dec 15, 2021
A realm called `dev` created with default settings.
A client called `alphafold-on-fire` created with
`http://localhost:8000` as url and default settings.
A user with `username: jane` and `password: jane` created for dev/test
purposes. (email address set to confirmed)

See: paulscherrerinstitute#10, paulscherrerinstitute#17
pozsa added a commit to pozsa/alphafold-on-fire that referenced this issue Dec 15, 2021
A realm called `dev` created with default settings.
A client called `alphafold-on-fire` created with
`http://localhost:8000` as url and default settings.
A user with `username: jane` and `password: jane` created for dev/test
purposes. (email address set to confirmed)

See: paulscherrerinstitute#10, paulscherrerinstitute#17
pozsa added a commit that referenced this issue Dec 21, 2021
A realm called `dev` created with default settings.
A client called `alphafold-on-fire` created with
`http://localhost:8000` as url and default settings.
A user with `username: jane` and `password: jane` created for dev/test
purposes. (email address set to confirmed)

See: #10, #17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant