- Fix tiki URL.
This commit is contained in:
@@ -43,7 +43,7 @@ sed -i -e "s%mailhub=mail%mailhub=${SMTP_SERVER}%" /etc/ssmtp/s
|
||||
RUN urpmi.update -a \
|
||||
&& urpmi --force wget ssmtp tiki \
|
||||
&& mv /etc/httpd/conf/sites.d/tiki.conf ${TIKI_CORE_CONFIG_FILE}.ref \
|
||||
&& sed -i -e "s%Alias /tiki%Alias TIKI_URL%" ${TIKI_CORE_CONFIG_FILE}.ref \
|
||||
&& sed -i -e "s%Alias /tiki/%Alias TIKI_URL%" ${TIKI_CORE_CONFIG_FILE}.ref \
|
||||
&& mv ${TIKI_WWW_DIR} ${TIKI_WWW_DIR}.ref \
|
||||
&& echo -e "${TIKI}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/tiki \
|
||||
&& chmod a+x /etc/init.d/tiki \
|
||||
|
||||
4
env.dist
4
env.dist
@@ -65,7 +65,7 @@ NETWORK_IF_NAME=br-${HOST_NAME_PREFIX}
|
||||
DOCKER_TOOLS_DEBUG=FALSE
|
||||
DOCKER_TOOLS_VOLUME=MIXED
|
||||
#DOCKER_TOOLS_VOLUME=MERGED
|
||||
DOCKER_TOOLS_EXEPTION_LIBS="postgres:pgsql"
|
||||
#DOCKER_TOOLS_EXEPTION_LIBS="postgres:pgsql"
|
||||
|
||||
|
||||
|
||||
@@ -111,5 +111,5 @@ WA_WWW_INT=/var/www/${APPL_NAME}
|
||||
|
||||
#docker_config_add ${WA_CONF_EXT}/config_inc.php ${WA_CONF_EXT}/config_inc.php.ref
|
||||
|
||||
WA_TIKI_URL="/tiki"
|
||||
WA_TIKI_URL="/tiki/"
|
||||
#WA_SMTP_SERVER="mail.rx3.net"
|
||||
|
||||
Reference in New Issue
Block a user