(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
# 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. | # 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 userfiles folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user. | # Make the above userfiles folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user. | ||
− | # Edit the '''config.asp''' file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See [[ | + | # Edit the '''config.asp''' file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See [[CKFinder_1.x/Developers Guide/ASP/Configuration|Configuration]] |
You should be ready to go. Just browse _samples/asp/standalone.asp to test and see CKFinder. | You should be ready to go. Just browse _samples/asp/standalone.asp to test and see CKFinder. | ||
Line 10: | Line 10: | ||
== Security Tips == | == Security Tips == | ||
− | * For security tips see [[ | + | * For security tips see [[CKFinder_1.x/Developers Guide/ASP/Configuration/Security|Security]] section |
+ | |||
+ | == Troubleshooting == | ||
+ | |||
+ | If you have some problem trying to install CKFinder, please check the [[CKFinder_1.x/Developers_Guide/ASP/Troubleshooting|Troubleshooting]]section. |
Latest revision as of 08:34, 28 May 2010
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 userfiles folder writable by the internet user. On Windows, give write permissions to the IUSR_<ServerName> user.
- Edit the config.asp file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See Configuration
You should be ready to go. Just browse _samples/asp/standalone.asp to test and see CKFinder.
Security Tips
- For security tips see Security section
Troubleshooting
If you have some problem trying to install CKFinder, please check the Troubleshootingsection.