mitocw / latex2edx

latex2edx system for creating edX courses
GNU Affero General Public License v3.0
41 stars 28 forks source link

Which OS do you use? #60

Open laszewsk opened 5 years ago

laszewsk commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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