IMPORTANT: Apache 2, Java, SSL, and the server version of Linux must already be installed and configured before you install iFolder. For Solaris, you must install Apache 2 and SSL. If you have not already done so, complete the tasks in Before You Install iFolder before beginning the installation.
Review the information in Things You Should Know during the Installation before beginning the installation.
Copy install.bin to a directory on your server.
NOTE: You must have Read and Execute permissions to run this file.
Go to the directory that contains install.bin and enter
sh ./install.bin
Follow the on-screen instructions.
Do one of the following:
ulimit -n 2048
NOTE: Adding this command to the end of /etc/profile permanently sets the hard limit for file descriptors to 2048. This number (2048) depends on your server load. You must adjust this accordingly.
set rlim_fd_max = 4096 set rlim_fd_cur = 1024 NOTE: These commands set the hard limit on file descriptors to 4096 and the soft limit on file descriptors to 1024. These numbers (4096, 1024) depend on your server load. You must adjust this accordingly.
Start iFolder by entering
/usr/local/apache2/bin/apachectl startssl
To stop iFolder, enter
/usr/local/apache2/bin/apachectl stop