Skip to content

Commit

Permalink
Install visual editor from release
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
solarkraft committed Aug 23, 2021
1 parent 3260cd1 commit eb1d936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ RUN \
unzip && \
echo "**** Downloading plugins ****" && \
curl -Ls https://github.com/Chris--S/dokuwiki-plugin-iframe/archive/master.zip --output /tmp/iframe.zip && \
curl -Ls https://github.com/fablab-luenen/dokuwiki-visual-editor/archive/develop.zip --output /tmp/visual-editor.zip && \
curl -Ls https://github.com/fablab-luenen/dokuwiki-visual-editor/zipball/release --output /tmp/visual-editor.zip && \
echo "**** Extracting plugins ****" && \
unzip -d /tmp/plugins /tmp/iframe.zip && \
unzip -d /tmp/plugins /tmp/visual-editor.zip && \
echo "Tmp plugin dir: " && ls /tmp/plugins && \
echo "DW plugin dir: " && ls $plugindir && \
echo "**** Moving plugins ****" && \
mv /tmp/plugins/dokuwiki-plugin-iframe-master $plugindir/iframe && \
mv /tmp/plugins/dokuwiki-visual-editor-develop $plugindir/prosemirror && \
mv /tmp/plugins/*dokuwiki-visual-editor* $plugindir/prosemirror && \
echo "Dokuwiki Plugins folder after move: " && ls $plugindir && \
echo "**** Downloading theme ****" && \
curl -Ls https://github.com/FabLab-Luenen/dokuwiki-krypton/archive/master.zip --output /tmp/theme.zip && \
Expand Down

0 comments on commit eb1d936

Please sign in to comment.