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

WIP: Qiita container in compose #2

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Conversation

Anna-Rehm
Copy link
Collaborator

WIP PR for code review.

@Anna-Rehm Anna-Rehm requested a review from sjanssen2 May 24, 2024 11:35
Copy link
Member

@sjanssen2 sjanssen2 left a comment

Choose a reason for hiding this comment

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

first round of comments, I am not yet able to start the system. Need to chat offline with you

Images/qiita/Dockerfile Outdated Show resolved Hide resolved
Images/qiita/Dockerfile Outdated Show resolved Hide resolved
Images/qiita/Dockerfile Outdated Show resolved Hide resolved
Images/qiita/Dockerfile Outdated Show resolved Hide resolved
Images/qiita/Dockerfile Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@@ -0,0 +1,24 @@
**IMPORTANT: Have docker installed!**
Copy link
Member

Choose a reason for hiding this comment

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

can we add that podman is only available since Ubuntu 20.10 (I just spend 30min to find ways install on 20.04)

Copy link
Member

Choose a reason for hiding this comment

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

also add a note on how to install podman-compose: pip3 install podman-compose

README.md Outdated
### Hopefully "foolproof" instructions:
1. Clone repository
2. Move into Image Folder `cd Images/qiita`
3. Build docker image `docker build . -f qiita/Dockerfile -t qiita`
Copy link
Member

Choose a reason for hiding this comment

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

I tried to build the image on qiita.intra. I ran into the proxy issue. Should we leave some info to add these to the docker file?

ENV http_proxy="http://proxy.computational.bio.uni-giessen.de:3128"
ENV https_proxy="http://proxy.computational.bio.uni-giessen.de:3128"
ENV ftp_proxy="http://proxy.computational.bio.uni-giessen.de:3128"

README.md Outdated Show resolved Hide resolved
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.

2 participants