forked from pdubois/docker-alfresco
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tutum-start-example.sh
executable file
·28 lines (27 loc) · 1.31 KB
/
tutum-start-example.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
sudo docker run -e TUTUM_USER=<put-your-tutum-user-here> -e TUTUM_APIKEY=<put-your-tutum-key-here> tutum/cli service run -e INITIAL_PASS=<initial-admin-alfresco-pass> \
-e ALF_1=mail.host.EQ.smtp.gmail.com \
-e ALF_2=mail.port.EQ.587 \
-e [email protected] \
-e ALF_4=mail.password.EQ.xxxxxxx \
-e ALF_5=mail.protocol.EQ.smtp \
-e ALF_6=mail.encoding.EQ.UTF-8 \
-e [email protected] \
-e ALF_8=mail.smtp.starttls.enable.EQ.true \
-e ALF_9=mail.smtp.auth.EQ.true \
-e ALF_10=mail.smtp.debug.EQ.false \
-e ALF_11=mail.testmessage.send.EQ.true \
-e [email protected] \
-e ALF_13=mail.testmessage.subject.EQ."Outbound SMTP" \
-e ALF_14=mail.testmessage.text.EQ."The Outbound SMTP email subsystem is working." \
-e ALF_15=mail.smtp.socketFactory.port.EQ.587 \
-e ALF_16=mail.smtp.socketFactory.class.EQ.javax.net.ssl.SSLSocketFactory \
-e ALF_17=mail.smtp.socketFactory.fallback.EQ.false \
-e ALF_18=notification.email.siteinvite.EQ.true \
-e ALF_19=share.context.EQ.share \
-e ALF_20=share.host.EQ.TUTUM_CONTAINER_FQDN \
-e ALF_21=share.port.EQ.8602 \
-e ALF_22=share.protocol.EQ.https \
--autorestart OFF \
--autodestroy OFF \
--entrypoint "bash -c '/entry.sh;/opt/alfresco-5.0.c/alfresco.sh start;while true;do sleep 20;done'" \
-p 8602:8443 pdubois/docker-alfresco