(New page: = 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...) |
|||
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 user files folder writable by the internet user. On Linux, chmod it to 0777. On Windows, give write permissions to the IUSR_<ServerName> user. | # Make the above user files folder writable by the internet user. On Linux, chmod it to 0777. On Windows, give write permissions to the IUSR_<ServerName> user. | ||
− | # Edit the config.php file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. | + | # Edit the config.php file. Be sure you have correctly set all settings in that file, and that you have enabled CKFinder on it. See [[CKFinder/Developers Guide/PHP/Configuration|Configuration]]<br> |
You should be ready to go. Just browse _samples/php/standalone.php to test and see CKFinder. | You should be ready to go. Just browse _samples/php/standalone.php to test and see CKFinder. |
Revision as of 14:55, 28 December 2007
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 Linux, chmod it to 0777. On Windows, give write permissions to the IUSR_<ServerName> user.
- Edit the config.php 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/php/standalone.php to test and see CKFinder.