FAQ: TeamWox Groupware installation
|
TeamWox SDK: Interaction with DBMS
In this article we will consider how to organize interaction with DBMS used in TeamWox, as well as creating User Interface for this purpose. |
|
|
11/02/2010 15:17
|
#
What database is used in TeamWox Groupware?SQL base is an Embedded Firebird free for commercial use. To store large contents the native implementation of file databases with automatic packing and content encryption is used. We've applied a specialized file storage, because in most cases data are once recorded and then many times read. The storage engine also uses an efficient cache. In addition we offer TeamWox Application Programming Interface (API) with all necessary interfaces for accessing SQL and file storages. Besides, instead of Embedded Firebird you can use the Standalone version, to which other applications can connect directly. |
|
|
|
11/02/2010 15:23
|
#
How to move the TeamWox web server to another computer within local network?To move the TeamWox web server to another computer, do the following:
<TeamWox installation path>\updater.exe /stop
2. Unregister TeamWox Groupware server as a service in the system:
teamwox.exe /uninstall
3. Copy the entire TeamWox Groupware folder to a new computer.
teamwox.exe /install /certinstall
6. Download updates and start the TeamWox Groupware server using the command:
updater.exe /activate
7. If necessary, set up TeamWox Groupware server access through the hosts file, internal DNS server or redefining of DNS entries on the proxy. 8. If a firewall, traffic control antivirus etc. is installed on your computer, exception for TeamWox collaboration software should be added. |
|
|
|
11/02/2010 16:30
|
#
How to find the hosts file?Depending on the operating system, hosts file is located in the following directories:
Hosts file is editable with standard Notepad, but if you run Vista or 7, you must have administrator rights in order to save changes. |
|
|
|
11/02/2010 16:58
|
#
How to allocate a new additional IP address on a computer?Use the right mouse button to open Network Neighborhood -> Properties -> Local Area Connections -> Properties (RMB)-> TCP/IP in Internet Protocol -> Properties:
|
|
|
|
11/02/2010 16:59
|
#
Where can I find TeamWox log files?By default TeamWox collaboration system is installed to "C:\Program Files\TeamWox". TeamWox Groupware log files are located in "C:\Program Files\TeamWox\logs":
|
|
|
|
11/02/2010 17:00
|
#
Can TeamWox Groupware work without the Internet?TeamWox Groupware system can work in a local network. Still the Internet connection is required for the system activation (obtaining of the SSL certificate). |
|
|
|
11/02/2010 17:22
|
#
Can I use any ports other than 443 and 80?No, TeamWox collaboration software cannot be connected to other ports. |
|
|
|
11/02/2010 17:46
|
#
Is there a Linux version of TeamWox Groupware?You can work in TeamWox Groupware from Linux or Mac OS X in the following web browsers: Mozilla Firefox, Apple Safari or Google Chrome. But there is no special version of TeamWox Groupware server for Linux or Mac OS X. |
|
|
|
12/02/2010 17:02
|
#
How can I check if 443 port is free on my computer?To check whether the port 443 is free, use the netstat command. Launch the command line console (Start -> Run -> cmd) and run the following command in the appeared window: netstat -an | find "443" If the command result is a line like this: TCP 0.0.0.0:443 0.0.0.0:0 LISTENING it means that port 443 is already used by some other application. |
|