Skip to content

Commit

Permalink
Incorporate best practices into how-to's
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dupaski committed Dec 10, 2018
1 parent c3775d7 commit da0c550
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Developer Tool Recommendations"
category: "Best Practices"
description: "Describes best practices for using third-party tools when developing with Mendix."
category: "General"
menu_order: 60
description: "Describes the best third-party tools to use when developing with Mendix."
tags: ["Linux", "GNU", "Firefox", "devtools", "Selenium", "Eclipse", "SOAP", "REST", "Visual Studio Code"]
---

Expand Down
15 changes: 8 additions & 7 deletions content/refguide/third-party-licenses.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: "Third-Party Licenses"
category: "General"
menu_order: 60
menu_order: 70
---


Mendix uses various third party libraries that have their own licenses. All the licenses are available when you download the freely available Mendix Platform installation. They can be found in various subfolders of your Mendix installation folder.
Mendix uses various third-party libraries that have their own licenses. All the licenses are available when you download the freely available [Mendix Desktop Modeler](https://appstore.home.mendix.com/link/modelers/) installation. They can be found in various sub-folders of your **Mendix** installation folder:

* Runtime Server libraries can be found in the folder **runtime\lib**
* Modeler libraries can be found in the folder **modeler\Licenses**
* Client licenses can be found in the following locations:
* **modeler\deployment.mxz** – this is a *zip* file where you can navigate to **web\lib\bootstrap\css\bootstrap.css** and to **web\lib\rbootstrap\css\rbootstrap.css** for bootstrap licenses (when you deploy an app, you can also find all these files in your deployment folder)
* **runtime\mxclientsystem\mxui.mxui.js** for the dojo license

* Runtime Server libraries can be found in the folder runtime\lib
* Modeler libraries can be found in the folder modeler\Licenses
* Client licenses can be found in:
* modeler\deployment.mxz which is a zip file. In this zip file you can navigate to web\lib\bootstrap\css\bootstrap.css and to web\lib\rbootstrap\css\rbootstrap.css for bootstrap licenses. If you simply deploy an application you can also find all these files in your deployment folder.
* runtime\mxclientsystem\mxui.mxui.js for the dojo license.

0 comments on commit da0c550

Please sign in to comment.