This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
knowledge-base:issues-to-date:2016:07-july:install-walk-through [2016/09/01 11:40] mn [Install _Kudoseo package to Client WebServer] |
knowledge-base:issues-to-date:2016:07-july:install-walk-through [2016/09/01 12:01] (current) mn |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| 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. | 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. | It seems there are delays in the Plesk system when system criteria are modified. | ||
| + | ---- | ||
| + | |||
| ====== Install _Kudoseo package to Client WebServer ====== | ====== Install _Kudoseo package to Client WebServer ====== | ||
| * Download, unzip and install the kudoseo to the template directory of the client website. | * Download, unzip and install the kudoseo to the template directory of the client website. | ||
| Line 11: | Line 13: | ||
| It must start with NO leading Slashes (/)** and **end with a trailing slash and a question mark (/?)**. | 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. | * - 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');** | * Go into the client template and at the php level : **include('dir/path/to/kudoseo/'.'sem-content.inc.php');** | ||
| Line 19: | Line 22: | ||
| * **$GLOBALS['sem_content']** - goes within the html-doc itself, on-page prominently placed near the <nav> | * **$GLOBALS['sem_content']** - goes within the html-doc itself, on-page prominently placed near the <nav> | ||
| * **$GLOBALS['sem_footer_link']** - checks sem-content : goes in the footer.php part of the template.\\ | * **$GLOBALS['sem_footer_link']** - checks sem-content : goes in the footer.php part of the template.\\ | ||
| + | |||
| * The SEM VARS are wrapped in IF-THEN-ELSE statements placed in the client website template ... | * The SEM VARS are wrapped in IF-THEN-ELSE statements placed in the client website template ... | ||
| Line 25: | Line 29: | ||
| * THEN echo $GLOBALS['sem_title_meta'] | * THEN echo $GLOBALS['sem_title_meta'] | ||
| * ELSE echo the templates default value eg: wp_head() and the templates normal title and meta implementation. | * ELSE echo the templates default value eg: wp_head() and the templates normal title and meta implementation. | ||
| + | |||
| + | ---- | ||
| ====== Install Client to _kudoseo database ====== | ====== Install Client to _kudoseo database ====== | ||
| Line 31: | Line 37: | ||
| - * Create the username - which is an imaginary mailbox(which could be real if needed) eg: **kudoseo@socialremediation.com**\\ \\ | - * Create the username - which is an imaginary mailbox(which could be real if needed) eg: **kudoseo@socialremediation.com**\\ \\ | ||
| - * Set the path that you Installed the kudoseo package to in the clients config.php **KUDO_PATH**. Leave out the domain name http://socialremediation.com/ - we just want the PATH from the Root Domain/**PATH/_kudoseo/**\\ eg: **"/wp-content/themes/client-theme-name/_kudoseo/?"** it must finish with (?) \\ | - * Set the path that you Installed the kudoseo package to in the clients config.php **KUDO_PATH**. Leave out the domain name http://socialremediation.com/ - we just want the PATH from the Root Domain/**PATH/_kudoseo/**\\ eg: **"/wp-content/themes/client-theme-name/_kudoseo/?"** it must finish with (?) \\ | ||
| + | |||
| + | ---- | ||
| ====== Create Verify Directories and Client JSON storage ====== | ====== Create Verify Directories and Client JSON storage ====== | ||
| Line 41: | Line 49: | ||
| The JSON Editor should connect to the kudoseo flat-file json database located on the client server and allow editing and saving. | The JSON Editor should connect to the kudoseo flat-file json database located on the client server and allow editing and saving. | ||
| + | ---- | ||
| + | |||