mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Docs: Adjust docs for installing enterprise plugins with docker
This commit is contained in:
@@ -68,7 +68,7 @@ generated key and installs the plugin from the URL we told you::
|
|||||||
mkdir -p /etc/ssh && \
|
mkdir -p /etc/ssh && \
|
||||||
ssh-keyscan -t rsa -p 10022 code.rami.io >> /root/.ssh/known_hosts && \
|
ssh-keyscan -t rsa -p 10022 code.rami.io >> /root/.ssh/known_hosts && \
|
||||||
echo StrictHostKeyChecking=no >> /root/.ssh/config && \
|
echo StrictHostKeyChecking=no >> /root/.ssh/config && \
|
||||||
DJANGO_SETTINGS_MODULE=pretix.settings pip3 install -U "git+ssh://git@code.rami.io:10022/pretix/pretix-slack.git@stable#egg=pretix-slack" && \
|
DJANGO_SETTINGS_MODULE= pip3 install -U "git+ssh://git@code.rami.io:10022/pretix/pretix-slack.git@stable#egg=pretix-slack" && \
|
||||||
cd /pretix/src && \
|
cd /pretix/src && \
|
||||||
sudo -u pretixuser make production
|
sudo -u pretixuser make production
|
||||||
USER pretixuser
|
USER pretixuser
|
||||||
|
|||||||
Reference in New Issue
Block a user