Installation


To use the simple website manager, you need to copy all the source files to your website, then configure the basic settings. Open and edit the file src/settings.php and make sure the path to the editor source and other sub-directories is correct. Set the page title and keywords variables to appropriate values as well. Additional information on settings is available in the setup page.

The source for the Simple Website Manager includes the distribution for the TinyMCE editor. You can also get the latest version from the TinyMCE website. Edit the settings.php file to make sure that the $mceurl variable points to the source code. The default setting is for the source to be located in the /tiny_mce directory, but can be any accessible directory on your site.  Also, include a config.js script to setup your editor buttons the way you want them. A default config.js is included in the src directory.

After the settings are done, run the script "http://mysite/initwebmgr.php?passwd=mypass" replacing "mypass" with the administrator password. The script will make sure all the needed sub-directories are created and writable and also create an initial users file with an administrator account using the password you supplied. If you can't login, try deleting the data/users.* file and run the init script again. After running this script you should delete it from your site.