RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
technical_discussions:sencha_command [2021/06/20 13:48] – [Install the Sencha Command] admintechnical_discussions:sencha_command [2022/06/15 08:07] (current) admin
Line 45: Line 45:
  
 ===== Link it to the JS Code ===== ===== Link it to the JS Code =====
-  * If you have a standard Git install of RADIUSdesk there will be the following folder **/var/www/rd_code/rd**+  * If you have a standard Git install of RADIUSdesk there will be the following folder **/var/www/rdcore/rd**
   * Create the following symbolic link   * Create the following symbolic link
 <code bash> <code bash>
-sudo ln -s /home/system/Documents/sencha/extjs-gpl-7.0 /var/www/rd_code/rd/ext+sudo ln -s /home/system/Documents/sencha/extjs-gpl-7.0 /var/www/rdcore/rd/ext
 </code> </code>
  
Line 55: Line 55:
   * We assume a user called **system** will edit the files. Change to fit your environment.   * We assume a user called **system** will edit the files. Change to fit your environment.
 <code bash> <code bash>
-sudo ln -s /var/www/rd_code/rd /var/www/html/rd_dev +sudo ln -s /var/www/rdcore/rd /var/www/html/rd_dev 
-sudo chown -R system. /var/www/rd_code+sudo chown -R system. /var/www/rdcore
 sudo chown -R www-data. /var/www/html/cake3/rd_cake/tmp sudo chown -R www-data. /var/www/html/cake3/rd_cake/tmp
 sudo chown -R www-data. /var/www/html/cake3/rd_cake/logs sudo chown -R www-data. /var/www/html/cake3/rd_cake/logs
Line 73: Line 73:
   * Once you are happy with all your changes its time to optimize the code   * Once you are happy with all your changes its time to optimize the code
 <code bash> <code bash>
- cd /var/www/rd_code/rd+ cd /var/www/rdcore/rd
  sencha app build production  sencha app build production
 #Note there will be some JRE related warnings... thats normal #Note there will be some JRE related warnings... thats normal