Installation"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(New page: Installing CKEditor is a easy task. Just follow these simple steps: #'''Download''' the latest version of the editor from our web site: http://ckeditor.com/ #'''Extract''' (decompress) ...)
 
m (Fixed typo)
Line 11: Line 11:
  
 
To test your installation just call the following page at your web site:  
 
To test your installation just call the following page at your web site:  
<pre>http://&lt;your site&gt;/&lt;FCKeditor installation path&gt;/_samples/index.html
+
<pre>http://&lt;your site&gt;/&lt;CKEditor installation path&gt;/_samples/index.html
  
 
For example:
 
For example:
 
http://www.example.com/ckeditor/_samples/index.html
 
http://www.example.com/ckeditor/_samples/index.html
 
</pre>
 
</pre>

Revision as of 13:58, 28 January 2009

Installing CKEditor is a easy task. Just follow these simple steps:

  1. Download the latest version of the editor from our web site: http://ckeditor.com/
  2. Extract (decompress) the downloaded file to a directory called "ckeditor" in the root of your web site.

Note: You can place the files in whichever path at your web site. "ckeditor" is the default one.

Checking Your Installation

The editor comes with a few sample pages that can be used to verify that installation proceeded properly. Take a look at the _samples directory.

To test your installation just call the following page at your web site:

http://<your site>/<CKEditor installation path>/_samples/index.html

For example:
http://www.example.com/ckeditor/_samples/index.html