RADIUSdesk

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
user_guide:md_on_lede_luci [2016/11/21 23:50]
admin [Modify the LuCI theme]
user_guide:md_on_lede_luci [2016/11/21 23:58] (current)
admin [Include the MESHdesk application]
Line 129: Line 129:
 </​file>​ </​file>​
   * Now we completed all the files needed for our LuCI application.   * Now we completed all the files needed for our LuCI application.
-  * Next we need to inform ​out build environment about this new kid on the block.+  * Next we need to inform ​our build environment about this new kid on the block.
   * For this we issue the following command:   * For this we issue the following command:
 <code bash> <code bash>
Line 137: Line 137:
   * Now we can install the application   * Now we can install the application
 <code bash> <code bash>
-~/ledelsource/​scripts/​feeds install luci-app-meshdesk+~/lede/source/​scripts/​feeds install luci-app-meshdesk
 </​code>​ </​code>​
   * Run the **make menuconfig** pattern and go to **LuCI ->  Applications** and select **luci-app-meshdesk**.   * Run the **make menuconfig** pattern and go to **LuCI ->  Applications** and select **luci-app-meshdesk**.