5. Select CKFinder as preferred file browser in "Administer > Site configuration > CKEditor"
(in selected CKEditor profile scroll down to "File browser settings" section).
In the "File browser settings" section you may also change destination folders for files uploaded with CKFinder.
## Upgrading instructions (migration from FCKeditor)
During the installation, CKEditor will check for the existence of FCKeditor module and
copy all FCKeditor settings, profiles etc. (to save your time, just disable FCKeditor module
during CKEditor installation, if you unistall FCKeditor module before installing CKEditor,
all FCKeditor settings will be deleted from the database and CKEditor will not copy them).
After installing CKEditor you may unsinstall FCKeditor module.
If both modules are enabled (CKEditor and FCKeditor) you may get javascript errors, if both editors
will try to attach to the same textarea, be sure that's not a problem if you have problems after upgrading.
Apart from the information above, installing CKEditor is just like installing a new module,
so be sure to follow the installation instruction.
## Upgrading instructions (CKEditor)
This instruction assumes that you are upgrading CKEditor module [M] and CKEditor [the editor](E) at the same time.
Instructions specific for module upgrades are tagged with [M], steps that must be taken when upgrading CKEditor (the editor) are marked with [E].
1. [M] Download the latest version of CKEditor module from <http://drupal.org/project/ckeditor> (it is advised to read release notes before going further).
2. [E] Download the latest version of CKEditor from <http://ckeditor.com/download> (it is advised to read "what's new" before going further: <http://ckeditor.com/whatsnew>).
3. [M] Back up your database.
4. [EM] Place the site in "Off-line" mode, to let the database updates run without interruption and avoid displaying errors to end users of the site.
5. [E] If you are using CKFinder, make sure you'll not delete it, move it into a safe place.
6. [E] If you have made any changes inside of sites/all/modules/ckeditor/ckeditor.config.js (or sites/all/modules/ckeditor/ckeditor/config.js), write down your changes and add them again after uploading new files (e.g. own toolbar definitions etc.).
Try to not make any changes to CKEditor's config.js and add everything to ckeditor.config.js.
7. Delete old files:
[EM]* Simply remove modules/ckeditor directory if upgrading both, the editor and the module.
[M] If you are upgrading module only, remember to leave the modules/ckeditor/ckeditor directory.
[E] When upgrading the editor, remove contents of modules/ckeditor/ckeditor directory only.
WARNING: if you don't remove old files and just rename ckeditor directory instead e.g. to ckeditor_old, Drupal may use module from the ckeditor_old directory.
8. [M] Upload CKEditor module (extracted files and folders) to sites/all/modules directory.
9. [E] Upload CKEditor (extracted files and folders from the ckeditor directory) to sites/modules/ckeditor/ckeditor (i.e. where COPY HERE.txt file exists)
10. [E] Copy back CKFinder (see step 5)
11. [E] Apply your modifications to default configuration in ckeditor.config.js file (see step 6).
12. [M] Run update.php.
13. [EM] Put the site back online.
## Maintainers
- Lauri Timmanee [@lauriii](https://www.drupal.org/u/lauriii)