Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mkdir /usr/src/freepbx
cd /usr/src/freepbx
git clone ssh://git@git.freepbx.orggit@github.com/FreePBX/freepbx/framework.git
cd framework
git checkout release/13.0
./install_amp --insta

...

  1. Navigate to your devtools directory

    Code Block
    cd /usr/src/devtools
  2. Check out the module using the raw name (a list of modules can be seen here: http://git.freepbx.orggithub.com/FreePBX/projects/FPBXCN

    Code Block
    ./freepbx_git.php -m accountcodepreserve

...