This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:install_ubuntu_nginx [2017/01/14 04:51] – [Install RADIUSdesk] admin | getting_started:install_ubuntu_nginx [2017/07/06 21:17] (current) – [Install RADIUSdesk] admin | ||
|---|---|---|---|
| Line 217: | Line 217: | ||
| == Install CakePHP v2 == | == Install CakePHP v2 == | ||
| - | * Download the 2.x version of CakePHP (Version 2.9.4 as of this writing). https:// | + | * Download the 2.x version of CakePHP (Version 2.9.7 as of this writing). https:// |
| * There are two formats to choose from when selecting to download, Zip or Tar.gz. Select Tar.gz. | * There are two formats to choose from when selecting to download, Zip or Tar.gz. Select Tar.gz. | ||
| * Copy and extract it inside the directory that Nginx is serving its content from (/ | * Copy and extract it inside the directory that Nginx is serving its content from (/ | ||
| <code bash> | <code bash> | ||
| - | sudo cp 2.9.4.tar.gz / | + | sudo cp 2.9.7.tar.gz / |
| cd / | cd / | ||
| - | sudo tar -xzvf 2.9.4.tar.gz | + | sudo tar -xzvf 2.9.7.tar.gz |
| - | sudo ln -s ./ | + | sudo ln -s ./ |
| </ | </ | ||
| * Reload php7.0-fpm | * Reload php7.0-fpm | ||
| Line 270: | Line 270: | ||
| sudo chown -R www-data. / | sudo chown -R www-data. / | ||
| sudo chown -R www-data. / | sudo chown -R www-data. / | ||
| + | sudo chown -R www-data. / | ||
| sudo chown -R www-data. / | sudo chown -R www-data. / | ||
| </ | </ | ||
| Line 320: | Line 321: | ||
| </ | </ | ||
| - | === Test things out === | ||
| - | * RADIUSdesk supports multiple languages which are sourced during loading. To confirm that the CakePHP application is working as intended, go to this URL: | ||
| - | http:// | ||
| - | * Your browser should show a JSON encrypted string: | ||
| - | <code bash> | ||
| - | {" | ||
| - | </ | ||
| * Congratulations you are almost there. Next we will install the viewer component | * Congratulations you are almost there. Next we will install the viewer component | ||
| + | |||
| ----- | ----- | ||