Installing MCFileManager is a quite simple process. You simply extract the contents of distribution zip or tgz file to the server. This document described the steps in more detail.
Requirements
MCFileManager requires the following to be pre installed on your web server.
- Apache 1.3+, IIS 4 or other web server capable of running PHP
- PHP 4.3+ script language used by the MCFileManager.
Downloading
Since this product is under commercial license, downloading of this software is restricted to customers only. For download and purchase instructions check our web site.
Extracting the archives
On windows you could use WinZip or something similar. And on other operating systems such as Linux you simply extract the archive with the tar command. You can find a example on how to extract the archived file on Linux below.
Extract example using a shell:
$ cd wwwroot $ gzip -d mcfilemanager_1_0.tar.gz $ tar xvf mcfilemanager_1_0.tar
Testing the installation
Once you have extracted the archive you should be able to just go the the MCFileManager by pointing your browser to http://<your host>/filemanager. The next step is probably to configure the MCFileManager for your needs, check the configuration reference for details.
Integrating MCFileManager
Check out the page on system integration for details on how to integrate MCFileManager into TinyMCE or other software.