Hackfix KanBoard postgres schema (will be fixed in 1.2.9)
This commit is contained in:
parent
b4b03d3505
commit
fda64ee225
@ -15,6 +15,9 @@ RUN EOF
|
|||||||
unzip /srv/kanboard.zip -d /srv
|
unzip /srv/kanboard.zip -d /srv
|
||||||
mv /srv/kanboard-1.2.8 /srv/kanboard
|
mv /srv/kanboard-1.2.8 /srv/kanboard
|
||||||
|
|
||||||
|
# Hackfix postgres schema (will be fixed in 1.2.9)
|
||||||
|
wget https://raw.githubusercontent.com/kanboard/kanboard/master/app/Schema/Sql/postgres.sql -O /srv/kanboard/app/Schema/Sql/postgres.sql
|
||||||
|
|
||||||
# Install plugins
|
# Install plugins
|
||||||
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation
|
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation
|
||||||
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage
|
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage
|
||||||
|
Loading…
Reference in New Issue
Block a user