Installation (EditorMonkey v2.5) ** The instructions were taken from the website. ** Installation - Method 1 (Shell Access) 1. Upload editormonkey.tar.gz to wp-content/plugins/. 2. Uncompress it into this directory using the command tar xfpz editormonkey.tar.gz 3. Activate the plugin from within WordPress. Installation - Method 2 (FTP Access) 1. Uncompress the EditorMonkey zip archive to your HARDDRIVE. 2. Delete all files in the various lang/ or langs/ folders that you don't need. This will reduce the size EditorMonkey takes up by more than 75%. 1. The language files are represented by their two-letter abbreviations. 3. Use an FTP or SSH program to upload editormonkey.php and editormonkey/ to your wp-content/plugins/ directory. Make sure that the client is set to chmod uploaded files to 755 or 777. 4. Activate the plugin from within WordPress. === Additional Steps === You no longer need to configure uploading or spell-checking manually! 1. Comment Form: 1. Scroll down to the bottom of the EditorMonkey options page and select "Use WYSIWYG comments form?" 2. File Uploads: 1. Starting in version 2.4.2, upload is enabled by default. 2. The absolute upload path is set by default to the server path to the wp-content/uploads/ directory, which is created if it does not exist. 1. If you change the path to the upload directory, EditorMonkey will create the new directory and/or set the directory permissions automatically. 3. The relative (web url) path is set by default to /wp-content/uploads/. 3. Spell Checking: 1. Jacuba is enabled by default. 2. To use Speller Pages and aspell: 1. Disable Safe Mode in php.ini. 2. Remove shell_exec from the list of disabled functions in php.ini 3. Specify the location to the local aspell binary on your server in the Options>EditorMonkey page.