======= Social Remediation - Install - 2016-07-01 =======
These are notes and observations made during the socialremediation.com installation.
The server is a Plesk system, initially I set up FTP but it did not work so I proceeded using the Plesk File Manager, later when I returned to the install to upload content, the FTP was working.
It seems there are delays in the Plesk system when system criteria are modified.
----
====== Install _Kudoseo package to Client WebServer ======
* Download, unzip and install the kudoseo to the template directory of the client website.
* Upload the package to the client webserver.
* Then ...
* Insert the Install paths into the **_kudoseo/config.php** \\
* - There is one path for the directory that host _kudoseo - **KUDO_PATH**. It is to be entered without the domain name ie: only the path. eg: **define("KUDO_PATH","dir/path/to/kudoseo/?");\\
It must start with NO leading Slashes (/)** and **end with a trailing slash and a question mark (/?)**.
* - There is the $_SERVER['SERVER_NAME'] if the client domain name begins with (www.). This line may need to be UnRemmed and the value changed to reflect the clients naked **domain-name.com**. It is a good idea to set this rather than just leave it up to php and the server.
* Go into the client template and at the php level : **include('dir/path/to/kudoseo/'.'sem-content.inc.php');**
* Set Paths for the **SEM VARS** that kudoseo exposes to php and are to be inserted into the clients website template.
* **$GLOBALS['sem_title_meta']** - checks sem-content : goes in the header.php template around where
is inserted in the template
* **$GLOBALS['sem_connections']** - checks sem-content : goes in the header.php template - html-doc after all javascript calls before the closing tag.
* **$GLOBALS['sem_keypress']** - checks sem-content : goes in the tag
* **$GLOBALS['sem_content']** - goes within the html-doc itself, on-page prominently placed near the