##// END OF EJS Templates
fix(docs): fixed develop docs
marcink -
Show More
@@ -4,11 +4,19 b' WORKDIR /project'
4 4
5 5 RUN apt-get update \
6 6 && apt-get install --no-install-recommends --yes \
7 curl \
8 zip \
9 graphviz \
10 imagemagick \
11 make \
7 curl \
8 zip \
9 graphviz \
10 imagemagick \
11 make \
12 latexmk \
13 texlive-latex-recommended \
14 texlive-latex-extra \
15 texlive-xetex \
16 fonts-freefont-otf \
17 texlive-fonts-recommended \
18 texlive-lang-greek \
19 tex-gyre \
12 20 && apt-get autoremove \
13 21 && apt-get clean \
14 22 && rm -rf /var/lib/apt/lists/*
@@ -149,6 +149,7 b' Init DB'
149 149
150 150
151 151 .. code-block:: bash
152
152 153 # run from enterprise shell
153 154 ➜ rhodecode-enterprise-ce
154 155
General Comments 0
You need to be logged in to leave comments. Login now