1. Install FusionPBX or CoolPBX (this manual doesn't cover this part),
  2. Install phpbolt (please go to https://phpbolt.com/ for detailed directions)
  3. Check out the repository (TBD) by typing: git clone ....
  4. Go to your FusionPBX/CoolPBX deployment, click under Advanced->Upgrade and check Schema, Menu Defaults and Permissions Default. Click on the execute button and wait.
  5. Go to your FusionPBX/CoolPBX deployment, click under Advanced->Group Manager and click on  SuperAdmin permissions link. Look for the lcr_* permissions and make sure they are all checked on.
  6. Log out and log in.
  7. Log via SSH to your server, and go to the LUA APP script directory, usually /usr/share/freeswich/scripts/app, then do a symlink of the Lua scripts the LCR app comes with.  For example (change it according to your system):
    cd /usr/share/freeswitch/scrpts/app
    ln -s /var/www/CoolPBX/app/lcr/resources/install/scripts/app/lcr/

If you are upgrading, execute steps 3, 4, 5, and 6.

";