FAQ: TeamWox installation
|
What Is SaaS and What Are Its Advantages?
The idea of the SaaS model is that the customer does not purchase a software, but pays only for the functions provided by this software. As a result, the customer doesn't spend money buying and maintaining the system and additional hardware - all this is done by the SaaS provider. |
|
|
11/02/2010 15:17
| #
What database is used in TeamWox?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 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 server as a service in the system:
teamwox.exe /uninstall
3. Copy the entire TeamWox folder to a new computer.
teamwox.exe /install /certinstall
6. Download updates and start the TeamWox server using the command:
updater.exe /activate
7. If necessary, set up TeamWox 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 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 is installed to "C:\Program Files\TeamWox". TeamWox log files are located in "C:\Program Files\TeamWox\logs":
|
|
|
|
11/02/2010 17:00
| #
Can TeamWox work without the Internet?TeamWox 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 cannot be connected to other ports. |
|
|
|
11/02/2010 17:46
| #
Is there a Linux version of TeamWox?You can work in TeamWox 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 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. |
|