Line 1: | Line 1: | ||
== Installation Instructions == | == Installation Instructions == | ||
− | # Copy the distribution files to your web server inside the | + | # Copy the distribution files to your web server inside the '''/ckfinder/''' folder or any other folder in your web site. |
− | # Create a folder in the server to hold all uploaded files. By default, CKFinder is configured to use the | + | # Create a folder in the server to hold all uploaded files. By default, CKFinder is configured to use the '''/ckfinder/userfiles/''' folder in your web site. |
# Make the above user files folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user. | # Make the above user files folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user. | ||
− | # Edit the ''' | + | # Edit the '''config.ascx''' file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See [[CKFinder/Developers Guide/ASP.NET/Configuration|Configuration]] for more information.<br> |
− | You should be ready to go. Just browse _samples/aspx/standalone.aspx to test and see CKFinder. | + | You should be ready to go. Just browse '''_samples/aspx/standalone.aspx''' to test and see CKFinder in action. |
== Security Tips == | == Security Tips == |
Revision as of 11:34, 11 January 2008
Installation Instructions
- Copy the distribution files to your web server inside the /ckfinder/ folder or any other folder in your web site.
- Create a folder in the server to hold all uploaded files. By default, CKFinder is configured to use the /ckfinder/userfiles/ folder in your web site.
- Make the above user files folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user.
- Edit the config.ascx file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See Configuration for more information.
You should be ready to go. Just browse _samples/aspx/standalone.aspx to test and see CKFinder in action.
Security Tips
- On IIS, you may set "Execute Permissions" to "none" in the properties of the user files folder (created in step 2).
- The ckfinder.config file contains many important security settings. Be sure you have reviewed and understood all of them.