Connect Installation Guide
Aus Wiki
Inhaltsverzeichnis |
[bearbeiten] Prerequisites
- A configured Conversations or teamXchange installation (follow directions in conversations package)
[bearbeiten] Informations
- Port 8080 and 8380 shouldn't be used before installation
- Connect & Jboss will be installed in /usr/local/jboss - Access to this directory is only possible as user connect or root.
- Connect is available under the URL http://localhost:8380/connect and (if Apache2 was installed before connect was installed) under the URL http://localhost/connect. The hosts that are able to reach the Reverse Proxy must be configured in /etc/apache2/mods-enabled/proxy.conf.
- Password must be equal to the Username.
- Logfiles jboss: /usr/local/jboss/server/connect/log/server.log
- The TXC-Server has to be configured in /etc/connect/default in the variable "MAPI_SERVER" (Default: localhost) - The TXC-Server has to be installed seperately
[bearbeiten] Fresh Installation
sudo dpkg -i jbossas-osbl.deb connect_<version>_all.deb
<Messages about Package depedencies>
sudo apt-get -f install
Solves Package dependencies and installs jbossas / connect
[bearbeiten] Upgrade from connect >0.8.0
sudo dpkg -i connect_<version>_all.deb
[bearbeiten] Upgrade from connect 0.8.0
sudo dpkg -P connect
Deinstalls connect including configuration files. If the removal fails, have a look at Problems deinstalling connect
sudo dpkg -i connect_<version>_all.deb
Installs the new version.
