(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://<your site>/< | + | <pre>http://<your site>/<CKEditor installation path>/_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 12:58, 28 January 2009
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) 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