This is an old revision of the document!
cd /usr/share/nginx/html/rd sudo svn update
Should you wish to serve the optimized code from the Webroot instead of /rd/build/production/Rd/ do the following:
sudo cp -R /usr/share/nginx/html/rd/build/production/Rd/* /usr/share/nginx/html/
Should you wish to replace the RADIUSdesk etc from the optimised content edit the following file and look for the word RADIUSdesk (There should be three occurrences)
#If served out of Webroot sudo vi /usr/share/nginx/html/app.js #If served out of built dir sudo vi /usr/share/nginx/html/rd/build/production/Rd/app.js
Be sure to flash you browser cache after this to pull in the latest changes
#First CakePHP v2 cd /usr/share/nginx/html/cake2/rd_cake/ sudo svn update sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/tmp sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/Locale sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/flags sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/nas sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/realms sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/dynamic_details sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/dynamic_photos sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/files/imagecache #Now CakePHP v3 cd /usr/share/nginx/html/cake3 sudo svn update #================ #NOTE You might be asked questions on tome files, simply choose cf / tc (Their side) each time #================