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

Which OS do you use? #60

Open
laszewsk opened this issue Jul 8, 2019 · 2 comments
Open

Which OS do you use? #60

laszewsk opened this issue Jul 8, 2019 · 2 comments

Comments

@laszewsk
Copy link

laszewsk commented Jul 8, 2019

I am trying to install latex2edx on ubuntu (18.04), but I am having difficulties.

Which OS are you using? I am trying to actually create a docker container, so it is easier to use another os. I tried your documentation and seem to fail succeding.

Would be great to post a concrete example that shows how to do it. The README, somehow does not work.

@pdpinch
Copy link
Member

pdpinch commented Jul 11, 2019

Sorry, there isn't a lot of support for this codebase.

I don't know of anyone who has used it with docker.

Can you share what command you ran and the output?

@ichuang
Copy link
Contributor

ichuang commented Jul 11, 2019

Try using blang/latex

Here's a part of a Dockerfile which may help:

FROM blang/latex

RUN apt-get update
RUN apt-get -y install python
RUN apt-get -y install python-lxml
RUN apt-get -y install python-pip
RUN easy_install -U pip
RUN pip install --upgrade pip

RUN apt-get install -y poppler-utils
RUN apt-get install -y imagemagick

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

No branches or pull requests

3 participants