Table of Contents

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


Install Client to _kudoseo database

  1. * Create the Password
    - http://www.xkpasswd.net.
    Use this config which generates nice passwords { “num_words”: 3, “word_length_min”: 4, “word_length_max”: 8, “case_transform”: “CAPITALISE”, “separator_character”: “RANDOM”, “separator_alphabet”: [ “!”, “@”, “$”, “%”, “^”, “&”, “*”, “-”, “_”, “+”, “=”, “:”, “|”, “~”, “?”, “/”, “.”, “;” ], “padding_digits_before”: 0, “padding_digits_after”: 2, “padding_type”: “NONE”, “random_increment”: “AUTO”}

  2. * Create the username - which is an imaginary mailbox(which could be real if needed) eg: kudoseo@socialremediation.com

  3. * 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

  1. * In kudoseo.com/cli/ create a directory in the clients domain name without any www.prefix
  2. * copy in the accstat.json array
    {“domain”:“naked-clients-domain-name.com”,
    “status”:true,
    “kdc”:“http://kudoseo.com/cli/”,
    “kds”:“http://kudoseo.com/maas/?”,
    “jsr”:“/lib/SeoJsonReader/SeoJsonReader.php”,
    “kdp”:“/data/ffdb.json”,
    “message”:“Kudoseo services under normal supply.”,
    “hits”:“9999”}

The accstat.json file must remain in the Root as the installed _kudoseo instance will look for the file whenever the cleint website receives a request !

  1. * Create a directory for the current year - this will be for storage of dated versions of client json database files eg: 20160725@14.24.16.json

The JSON Editor should connect to the kudoseo flat-file json database located on the client server and allow editing and saving.