Difference between revisions of "Manual Installation Debian Etch"

From Scalix Wiki
Jump to: navigation, search
(Installation script)
m (Minor changes for 11.4.4)
 
(38 intermediate revisions by 6 users not shown)
Line 6: Line 6:
  
 
You can copy & paste the whole script into your favorite editor and run it from the commandline or simply copy & paste it line by line.
 
You can copy & paste the whole script into your favorite editor and run it from the commandline or simply copy & paste it line by line.
 +
 +
==Preparation==
 +
 +
Please take a look at [[Manual_Installation]] to make sure your system fullfills all necessary requirements. Pay special attention to your network configuration. Your /etc/hosts file should contain at least the following two lines:
 +
<pre>
 +
127.0.0.1    localhost
 +
<yourexternalip>  <hostname.domain.com> <hostname>
 +
</pre>
 +
 +
Make sure your /etc/apt/sources.list contains appropriate deb lines for etch containing main and non-free. e.g:
 +
<pre>
 +
deb http://ftp.debian.org/debian etch main non-free contrib
 +
</pre>
  
 
==Installation script==
 
==Installation script==
 +
Open your favorite text editor, copy and paste the script and save it somewhere. Make it executable and run it.
 +
<pre>
 +
cd /root/
 +
vi sxinst.sh
 +
chmod 755 sxinst.sh
 +
./sxinst.sh
 +
</pre>
 +
 
<pre>
 
<pre>
 
#!/bin/bash
 
#!/bin/bash
  
 +
#
 +
# (C) 2006-2008 Christoph Lukas <christoph.lukas@gmx.net>
 +
#  05-23-2007 modified to setup the mobile client by Peter Ulrich
 +
#  06-11-2007 adapted for 11.1.0 Till Wimmer <scalix@tonarchiv.ch>
 +
#  01-09-2008 adapted for 11.3.0 Christoph Lukas <christoph.lukas@gmx.net>
 +
#
 +
# private message via scalix forums: http://www.scalix.com/forums/privmsg.php?mode=post&u=4501
 +
 +
set -e
 +
cat << EOF
 +
 +
############################################################
 +
# SCALIX INSTALLTION SCRIPT FOR DEBIAN ETCH
 +
#
 +
# (C) 2006-2008 Christoph Lukas, Till Wimmer, Peter Ulrich
 +
############################################################
 +
 +
EOF
 
echo -n "What should the name of your primary mailnode be? "; read mnode
 
echo -n "What should the name of your primary mailnode be? "; read mnode
 
echo -n "Please enter the admin password for the Scalix admin user (sxadmin)? "; read admpwd
 
echo -n "Please enter the admin password for the Scalix admin user (sxadmin)? "; read admpwd
Line 18: Line 57:
  
 
tomcatport=80
 
tomcatport=80
scalix11downloadurl="http://downloads.scalix.com/.community/11.0.0-rc2/scalix-core-debian-11.0.0-rc2.tar.gz"
+
ldapport=389
scalix11targz="scalix-core-debian-11.0.0-rc2.tar.gz"
+
scalix11version=11.4.4
scalix11dir="scalix-debian-11.0.0-RC2/software/scalix_server"
+
scalix11downloadurl="http://downloads.scalix.com/.community/${scalix11version}/scalix-${scalix11version}-GA-unsupported-debian-intel.bin"
 +
scalix11bin=$(basename $scalix11downloadurl)
 +
scalix11dir="scalix-debian-${scalix11version}-GA/software/scalix_server"
 
ldomain=$(hostname -d)
 
ldomain=$(hostname -d)
 
host=$(hostname)
 
host=$(hostname)
 
fqdn=$(hostname -f)
 
fqdn=$(hostname -f)
 +
short=${host:0:1}${host: -1:1}
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Updating your System
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Update and install required packages
 
# Update and install required packages
 
aptitude update
 
aptitude update
aptitude upgrade
+
aptitude upgrade -y
aptitude install apache2 libapache2-mod-jk gawk krb5-config krb5-doc krb5-user libkadm55 libkrb53 \
+
 
 +
cat << EOF
 +
 
 +
############################################################
 +
#
 +
# Installing required Packages
 +
#
 +
############################################################
 +
 
 +
EOF
 +
sleep 2
 +
aptitude install -y apache2 libapache2-mod-jk gawk krb5-config krb5-doc krb5-user libkadm55 libkrb53 \
 
       libglib2.0-0 libstdc++2.10-glibc2.2 libxml2 sgml-base xml-core postgresql libsasl2-modules \
 
       libglib2.0-0 libstdc++2.10-glibc2.2 libxml2 sgml-base xml-core postgresql libsasl2-modules \
       libsasl2-gssapi-mit sendmail elinks w3m sun-java5-jre libssl0.9.7 libstdc++5 wget
+
       libsasl2-gssapi-mit sendmail elinks w3m sun-java5-jre libssl0.9.7 libstdc++5 wget libmilter0 \
 +
      mailx
  
 
# Remove sendmail startup links
 
# Remove sendmail startup links
update-rc.d -f sendmail remove
+
# This disables outgoing mail
 +
#/etc/init.d/sendmail stop
 +
#update-rc.d -f sendmail remove
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Downloading Scalix Software
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Download Scalix 11
 
# Download Scalix 11
 
cd /tmp/
 
cd /tmp/
 
wget -N $scalix11downloadurl
 
wget -N $scalix11downloadurl
 +
chmod 755 $scalix11bin
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Extracting Scalix Packages
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Extract and install packages
 
# Extract and install packages
tar xvfz $scalix11targz
+
./$scalix11bin
 +
 
 +
cat << EOF
 +
 
 +
############################################################
 +
#
 +
# Installing Scalix Packages
 +
#
 +
############################################################
 +
 
 +
EOF
 +
sleep 2
 
cd $scalix11dir
 
cd $scalix11dir
dpkg -i libical*.deb
+
dpkg -i scalix-libical_*.deb scalix-chardet_*.deb
dpkg -i scalix-postgres_*.deb scalix-tomcat-connector_*.deb scalix-tomcat_*.deb
+
dpkg -i scalix-server_*.deb
dpkg -i scalix-mobile_*.deb scalix-platform_*.deb scalix-res_*.deb scalix-sac_*.deb \
+
dpkg -i scalix-postgres_*.deb scalix-tomcat-connector_*.deb scalix-tomcat_*.deb \
         scalix-server_*.deb scalix-sis_*.deb scalix-swa_*.deb
+
        scalix-mobile_*.deb scalix-platform_*.deb scalix-res_*.deb scalix-sac_*.deb \
 +
         scalix-sis_*.deb scalix-swa_*.deb
 
cd
 
cd
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Setting up Scalix Mailnode
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Setup mailnode
 
# Setup mailnode
 
export PATH=/opt/scalix/bin:$PATH
 
export PATH=/opt/scalix/bin:$PATH
Line 53: Line 162:
 
sxconfig --set -t general.usrl_cn_rule='G S'
 
sxconfig --set -t general.usrl_cn_rule='G S'
 
sxconfig --set -t general.usrl_authid_rule='l@'
 
sxconfig --set -t general.usrl_authid_rule='l@'
sxconfig --set -t orniasys.name_part_1='"C" <l>' -t orniasys.domain_part_1="$ldomain"
+
sxconfig --set -t orniasys.name_part_1='"C" <S>' -t orniasys.domain_part_1="$ldomain"
 
omaddmn -m $mnode
 
omaddmn -m $mnode
 
omrc -n
 
omrc -n
 +
omadmidp -a -s 66000 -n 100
 
omaddu -n sxadmin/$mnode --class limited -c admin -p "$admpwd" sxadmin
 
omaddu -n sxadmin/$mnode --class limited -c admin -p "$admpwd" sxadmin
 
omconfenu -n "sxadmin/$mnode"
 
omconfenu -n "sxadmin/$mnode"
Line 66: Line 176:
 
omon -s all
 
omon -s all
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Setting up Scalix PostgresDB
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Setup DB
 
# Setup DB
 
cd /opt/scalix-postgres/bin
 
cd /opt/scalix-postgres/bin
Line 71: Line 191:
 
./sxpsql-whitelist 127.0.0.1 $ip
 
./sxpsql-whitelist 127.0.0.1 $ip
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Configuring Scalix Webapplications
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Configure Scalix
 
# Configure Scalix
files="/etc/opt/scalix/webmail/swa.properties /etc/opt/scalix/caa/scalix.res/config/ubermanager.properties  
+
base=/var/opt/scalix/${short}
       /etc/opt/scalix/res/config/res.properties /etc/opt/scalix/platform/platform.properties  
+
files="$base/webmail/swa.properties \
       /etc/opt/scalix/mobile/mobile.properties /etc/opt/scalix/sis/sis.properties"
+
      $base/caa/scalix.res/config/ubermanager.properties \
 +
       $base/res/config/res.properties \
 +
      $base/platform/platform.properties \
 +
       $base/mobile/mobile.properties \
 +
      $base/sis/sis.properties"
  
 
for file in $files; do
 
for file in $files; do
 
sed -e "s;%LOCALDOMAIN%;$ldomain;g" \
 
sed -e "s;%LOCALDOMAIN%;$ldomain;g" \
 
     -e "s;%LOCALHOST%;$fqdn;g" \
 
     -e "s;%LOCALHOST%;$fqdn;g" \
     -e "s;%PLATFORMURL%;$fqdn;g" \
+
     -e "s;swa.platform.url=http://%PLATFORMURL%:8080/api;swa.platform.url=http://$fqdn/api;g" \
 +
    -e "s;%PLATFORMURL%;http://$fqdn/api;g" \
 
     -e "s;__SECURED_MODE__;false;g" \
 
     -e "s;__SECURED_MODE__;false;g" \
 
     -e "s;ubermanager/__FQHN_HOST__@__KERBEROS_REALM__;;g" \
 
     -e "s;ubermanager/__FQHN_HOST__@__KERBEROS_REALM__;;g" \
Line 97: Line 232:
 
     -e "s;%INDEX-WHITELIST%;$fqdn;g" \
 
     -e "s;%INDEX-WHITELIST%;$fqdn;g" \
 
     -e "s;%SEARCH-WHITELIST%;$fqdn;g" \
 
     -e "s;%SEARCH-WHITELIST%;$fqdn;g" \
 +
    -e "s;%IMAPHOST%;$fqdn;g" \
 +
    -e "s;%SMTPHOST%;$fqdn;g" \
 +
    -e "s;%LDAPPORT%;389;g" \
 +
    -e "s;%DBHOST%;$fqdn:5733;g" \
 +
    -e "s;%DBPASSWD%;$dbpwd;g" \
 
     $file > $file.neu
 
     $file > $file.neu
 
mv $file.neu $file
 
mv $file.neu $file
 
done
 
done
  
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# Configuring Scalix Ldap Server
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Write Ldappassword to psdata
 
# Write Ldappassword to psdata
cd /etc/opt/scalix/caa/scalix.res/config
+
cd ${base}/caa/scalix.res/config
 
echo "$ldappwd" > psdata
 
echo "$ldappwd" > psdata
 
chown root:root psdata
 
chown root:root psdata
Line 108: Line 258:
 
cd
 
cd
  
# Setup Tomcat
+
cat << EOF
/opt/scalix-tomcat/bin/sxtomcat-webapps --add scalix ALL
+
cd /var/opt/scalix/sx/tomcat/conf
+
ln -sf /opt/scalix-tomcat/conf/{catalina.policy,catalina.properties,context.xml,logging.properties,server-minimal.xml,web.xml} .
+
cd /var/opt/scalix/sx
+
ln -s /etc/opt/scalix/{caa,mobile,platform,res,sis,webmail} .
+
/etc/init.d/scalix-tomcat restart
+
  
 +
############################################################
 +
#
 +
# Setting up Apache Webserver
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
 
# Setup Apache
 
# Setup Apache
 
ln -s /opt/scalix/global/httpd/scalix-web-client.conf /etc/apache2/conf.d
 
ln -s /opt/scalix/global/httpd/scalix-web-client.conf /etc/apache2/conf.d
Line 123: Line 275:
 
</Location>
 
</Location>
 
EOF
 
EOF
echo "ProxyPass /caa ajp://$fqdn:8009/scalix-caa" >> /etc/opt/scalix-tomcat/connector/ajp/app-scalix.scalix-caa.conf
+
 
echo "ProxyPass /res ajp://$fqdn:8009/scalix-res" >> /etc/opt/scalix-tomcat/connector/ajp/app-scalix.scalix-res.conf
+
cat << EOF
 +
 
 +
############################################################
 +
#
 +
# Restarting Services
 +
#
 +
############################################################
 +
 
 +
EOF
 +
sleep 2
 +
# Restart Tomcat
 +
/etc/init.d/scalix-tomcat restart
 
/etc/init.d/apache2 restart
 
/etc/init.d/apache2 restart
 +
 +
cat << EOF
 +
 +
############################################################
 +
#
 +
# FINISHED !!
 +
#
 +
# You should now be able to access your scalix installation at:
 +
#
 +
# Admin Console: http://$fqdn/sac
 +
# Webmail:      http://$fqdn/webmail
 +
# Mobile Client: http://$fqdn/m
 +
# API:          http://$fqdn/api/dav
 +
#
 +
############################################################
 +
 +
EOF
 +
sleep 2
  
 
</pre>
 
</pre>
 +
 +
== Finishing your installation ==
 +
In order for your Scalix server to be fully operational, you need to do some changes to some config files, as described in the section "Configuring Scalix Applications" in [[Manual_Installation]].
 +
 +
Bug in /opt/scalix-tomcat/bin/determine-java-home:16
 +
 +
JAVA_HOME=$(echo $alternative | sed 's@/bin/java$@@')
 +
 +
= Testing your installation =
  
 
Now try to login to your administration console at:
 
Now try to login to your administration console at:
http://$fqdn/scalix-admin
+
http://your-server-name/sac
  
 
and to Scalix webmail at:
 
and to Scalix webmail at:
http://$fqdn/scalix-swa
+
http://your-server-name/webmail
  
 
If you are getting a message "503 Service Temporarily Unavailable" wait some time for tomcat to start up. This takes about 40 seconds on my system.
 
If you are getting a message "503 Service Temporarily Unavailable" wait some time for tomcat to start up. This takes about 40 seconds on my system.
 +
 +
Please take another look at [[Manual_Installation]] for additional hints not covered by the above script.
 +
 +
= Troubleshooting =
 +
 +
If it does not work as described do not hesitate to contact me.
 +
 +
mailto:christoph.lukas-AT-gmx.net
 +
 +
[http://www.scalix.com/forums/privmsg.php?mode=post&u=4501 Private Message]

Latest revision as of 20:45, 28 July 2009

Manual Installation on Debian Etch

This is an attempt to supply a simple script to install the latest Scalix Community Edition on a system running Debian Etch.

If you already have downloaded the tar.gz file copy it to /tmp so that the script can find it.

You can copy & paste the whole script into your favorite editor and run it from the commandline or simply copy & paste it line by line.

Preparation

Please take a look at Manual_Installation to make sure your system fullfills all necessary requirements. Pay special attention to your network configuration. Your /etc/hosts file should contain at least the following two lines:

127.0.0.1    localhost
<yourexternalip>  <hostname.domain.com> <hostname>

Make sure your /etc/apt/sources.list contains appropriate deb lines for etch containing main and non-free. e.g:

deb http://ftp.debian.org/debian etch main non-free contrib

Installation script

Open your favorite text editor, copy and paste the script and save it somewhere. Make it executable and run it.

cd /root/
vi sxinst.sh
chmod 755 sxinst.sh
./sxinst.sh
#!/bin/bash

#
# (C) 2006-2008 Christoph Lukas <christoph.lukas@gmx.net>
#  05-23-2007 modified to setup the mobile client by Peter Ulrich
#  06-11-2007 adapted for 11.1.0 Till Wimmer <scalix@tonarchiv.ch>
#  01-09-2008 adapted for 11.3.0 Christoph Lukas <christoph.lukas@gmx.net>
#
# private message via scalix forums: http://www.scalix.com/forums/privmsg.php?mode=post&u=4501

set -e
cat << EOF

############################################################
# SCALIX INSTALLTION SCRIPT FOR DEBIAN ETCH
#
# (C) 2006-2008 Christoph Lukas, Till Wimmer, Peter Ulrich
############################################################

EOF
echo -n "What should the name of your primary mailnode be? "; read mnode
echo -n "Please enter the admin password for the Scalix admin user (sxadmin)? "; read admpwd
echo -n "Please enter a password for the ldap query user? "; read ldappwd
echo -n "Please enter a password for the db user? "; read dbpwd
echo -n "Please enter the external ip address of your Scalix box? "; read ip

tomcatport=80
ldapport=389
scalix11version=11.4.4
scalix11downloadurl="http://downloads.scalix.com/.community/${scalix11version}/scalix-${scalix11version}-GA-unsupported-debian-intel.bin"
scalix11bin=$(basename $scalix11downloadurl)
scalix11dir="scalix-debian-${scalix11version}-GA/software/scalix_server"
ldomain=$(hostname -d)
host=$(hostname)
fqdn=$(hostname -f)
short=${host:0:1}${host: -1:1}

cat << EOF

############################################################
#
# Updating your System
#
############################################################

EOF
sleep 2
# Update and install required packages
aptitude update
aptitude upgrade -y

cat << EOF

############################################################
#
# Installing required Packages
#
############################################################

EOF
sleep 2
aptitude install -y apache2 libapache2-mod-jk gawk krb5-config krb5-doc krb5-user libkadm55 libkrb53 \
       libglib2.0-0 libstdc++2.10-glibc2.2 libxml2 sgml-base xml-core postgresql libsasl2-modules \
       libsasl2-gssapi-mit sendmail elinks w3m sun-java5-jre libssl0.9.7 libstdc++5 wget libmilter0 \
       mailx

# Remove sendmail startup links
# This disables outgoing mail
#/etc/init.d/sendmail stop
#update-rc.d -f sendmail remove

cat << EOF

############################################################
#
# Downloading Scalix Software
#
############################################################

EOF
sleep 2
# Download Scalix 11
cd /tmp/
wget -N $scalix11downloadurl
chmod 755 $scalix11bin

cat << EOF

############################################################
#
# Extracting Scalix Packages
#
############################################################

EOF
sleep 2
# Extract and install packages
./$scalix11bin

cat << EOF

############################################################
#
# Installing Scalix Packages
#
############################################################

EOF
sleep 2
cd $scalix11dir
dpkg -i scalix-libical_*.deb scalix-chardet_*.deb
dpkg -i scalix-server_*.deb
dpkg -i scalix-postgres_*.deb scalix-tomcat-connector_*.deb scalix-tomcat_*.deb \
        scalix-mobile_*.deb scalix-platform_*.deb scalix-res_*.deb scalix-sac_*.deb \
        scalix-sis_*.deb scalix-swa_*.deb
cd

cat << EOF

############################################################
#
# Setting up Scalix Mailnode
#
############################################################

EOF
sleep 2
# Setup mailnode
export PATH=/opt/scalix/bin:$PATH
ommakeom
sxconfig --set -t general.usrl_cn_rule='G S'
sxconfig --set -t general.usrl_authid_rule='l@'
sxconfig --set -t orniasys.name_part_1='"C" <S>' -t orniasys.domain_part_1="$ldomain"
omaddmn -m $mnode
omrc -n
omadmidp -a -s 66000 -n 100
omaddu -n sxadmin/$mnode --class limited -c admin -p "$admpwd" sxadmin
omconfenu -n "sxadmin/$mnode"
omlimit -u "sxadmin/$mnode" -o -i 0 -m 0
omaddu -n sxqueryadmin/$mnode --class limited -c admin -p $ldappwd sxqueryadmin@$fqdn
omaddpdl -l ScalixUserAdmins/$mnode
omaddpdl -l ScalixUserAttributesAdmins/$mnode
omaddpdl -l ScalixGroupAdmins/$mnode
omaddpdl -l ScalixAdmins/$mnode
omon -s all

cat << EOF

############################################################
#
# Setting up Scalix PostgresDB
#
############################################################

EOF
sleep 2
# Setup DB
cd /opt/scalix-postgres/bin
./sxpsql-setpwd $dbpwd
./sxpsql-whitelist 127.0.0.1 $ip

cat << EOF

############################################################
#
# Configuring Scalix Webapplications
#
############################################################

EOF
sleep 2
# Configure Scalix
base=/var/opt/scalix/${short}
files="$base/webmail/swa.properties \
       $base/caa/scalix.res/config/ubermanager.properties \
       $base/res/config/res.properties \
       $base/platform/platform.properties \
       $base/mobile/mobile.properties \
       $base/sis/sis.properties"

for file in $files; do
sed -e "s;%LOCALDOMAIN%;$ldomain;g" \
    -e "s;%LOCALHOST%;$fqdn;g" \
    -e "s;swa.platform.url=http://%PLATFORMURL%:8080/api;swa.platform.url=http://$fqdn/api;g" \
    -e "s;%PLATFORMURL%;http://$fqdn/api;g" \
    -e "s;__SECURED_MODE__;false;g" \
    -e "s;ubermanager/__FQHN_HOST__@__KERBEROS_REALM__;;g" \
    -e "s;__KERBEROS_REALM__;;g" \
    -e "s;__FQHN_FOR_KDC_HOST__;;g" \
    -e "s;__FQHN_QUERY_SERVER_NAME__;$fqdn;g" \
    -e "s;__UBERMGR_USE_EXTERNAL_AUTH__;false;g" \
    -e "s;__UBERMGR_ALLOW_EXTERNAL_AUTH__;false;g" \
    -e "s;__UBERMGR_MAXLIST_SIZE__;100;g" \
    -e "s;__UBERMGR_MAIL_DOMAINS_LIST__;$ldomain;g" \
    -e "s;__UBERMGR_EXTERNAL_DOMAIN_AUTH_LIST__;;g" \
    -e "s;__CONFIGURED__;true;g" \
    -e "s;__FQHN_FOR_UBERMANAGER__;$fqdn;g" \
    -e "s;__TOMCAT_PORT__;$tomcatport;g" \
    -e "s;localhost;$fqdn;g" \
    -e "s;%SIS-LANGUAGE%;German;g" \
    -e "s;%INDEX-WHITELIST%;$fqdn;g" \
    -e "s;%SEARCH-WHITELIST%;$fqdn;g" \
    -e "s;%IMAPHOST%;$fqdn;g" \
    -e "s;%SMTPHOST%;$fqdn;g" \
    -e "s;%LDAPPORT%;389;g" \
    -e "s;%DBHOST%;$fqdn:5733;g" \
    -e "s;%DBPASSWD%;$dbpwd;g" \
    $file > $file.neu
mv $file.neu $file
done

cat << EOF

############################################################
#
# Configuring Scalix Ldap Server
#
############################################################

EOF
sleep 2
# Write Ldappassword to psdata
cd ${base}/caa/scalix.res/config
echo "$ldappwd" > psdata
chown root:root psdata
chmod 400 psdata
cd

cat << EOF

############################################################
#
# Setting up Apache Webserver
#
############################################################

EOF
sleep 2
# Setup Apache
ln -s /opt/scalix/global/httpd/scalix-web-client.conf /etc/apache2/conf.d
cat << EOF > /etc/apache2/conf.d/scalix-access.conf
<Location />
        Allow from all
</Location>
EOF

cat << EOF

############################################################
#
# Restarting Services
#
############################################################

EOF
sleep 2
# Restart Tomcat
/etc/init.d/scalix-tomcat restart
/etc/init.d/apache2 restart

cat << EOF

############################################################
#
# FINISHED !!
#
# You should now be able to access your scalix installation at:
#
# Admin Console: http://$fqdn/sac
# Webmail:       http://$fqdn/webmail
# Mobile Client: http://$fqdn/m
# API:           http://$fqdn/api/dav
#
############################################################

EOF
sleep 2

Finishing your installation

In order for your Scalix server to be fully operational, you need to do some changes to some config files, as described in the section "Configuring Scalix Applications" in Manual_Installation.

Bug in /opt/scalix-tomcat/bin/determine-java-home:16

JAVA_HOME=$(echo $alternative | sed 's@/bin/java$@@')

Testing your installation

Now try to login to your administration console at: http://your-server-name/sac

and to Scalix webmail at: http://your-server-name/webmail

If you are getting a message "503 Service Temporarily Unavailable" wait some time for tomcat to start up. This takes about 40 seconds on my system.

Please take another look at Manual_Installation for additional hints not covered by the above script.

Troubleshooting

If it does not work as described do not hesitate to contact me.

mailto:christoph.lukas-AT-gmx.net

Private Message