RADIUSdesk

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
getting_started:18_install_ubuntu_nginx [2019/12/19 11:46] admingetting_started:18_install_ubuntu_nginx [2019/12/19 12:27] (current) – [Install RADIUSdesk] admin
Line 335: Line 335:
     sudo mysql -u root rd < /usr/share/nginx/html/cake3/rd_cake/setup/db/rd.sql     sudo mysql -u root rd < /usr/share/nginx/html/cake3/rd_cake/setup/db/rd.sql
 </code> </code>
- 
-<WRAP center round tip 80%> 
-  * If you have a small server like a Raspberry Pi you, run the following SQL for better performance. 
-<code sql> 
-use rd; 
-delete from phrase_values where language_id=16 OR language_id=15 or language_id=13 or language_id=5 or language_id=14; 
-</code> 
-</WRAP> 
- 
 === Configure Nginx === === Configure Nginx ===
   * Since CakePHP uses rewrite rules, we have to configure Nginx in such a way as to allow rewriting of the URL's that starts with /cake2/rd_cake or with /cake3/rd_cake.   * Since CakePHP uses rewrite rules, we have to configure Nginx in such a way as to allow rewriting of the URL's that starts with /cake2/rd_cake or with /cake3/rd_cake.