Before you begin, in the file /settings/globalvars.php the Salt Keys must be entered.
$webutler_config['salt_key1'] = "";
$webutler_config['salt_key2'] = "";
Permits are the signs: A to Z, a to z, 0 to 9 and #+-_*@%&=!?
Each Salt Key should contain a string of at least 10 characters. The installation routine also makes a suggestion if the salt keys are empty. Then copy the WEButler to your webspace and call the installation routine.
https://_YOUR_DOMAIN_/admin/install.php
When the installation routine refers to non-writable files and directories, assign to the directory /content and all subdirectories and files CHMOD according to the information of your provider. The file /settings/baseconfig.php also requires CHMOD.
Enter your username and password and save your settings. A separate, not administrable Webmaster Access can be entered in the file "/settings/globalvars.php". If you move with the WEButler to another server or to a different directory, you need only the following variables from the file "/settings/baseconfig.php" and delete the installation routine to perform again.
$webutler_config['server_path'] = "";
$webutler_config['homepage'] = "";
$webutler_config['admin_name'] = "";
$webutler_config['admin_pass'] = "";