Common Cloud Development Tools
You can use many common developer tools to create applications on the Predix platform.
Your Predix.io account gives you access to various resources, such as the PredixDev GitHub and Artifactory, which contain sample code. The following table shows the most common tools for Predix developers.
Software | Version | Download |
---|---|---|
Android Studio | Latest | https://developer.android.com/sdk/index.html |
Bower | Latest stable version | https://bower.io/ |
Eclipse | Latest | https://eclipse.org/users/. |
Git | Latest | https://git-scm.com/downloads |
Java SE Development Kit (JDK) | 8 | https://www.oracle.com/downloads/index.html |
Maven | Latest | If you are developing with Java, you can use Maven to manage and organize dependencies for your project. |
Node.js | Latest | https://nodejs.org/. |
XCode | 7.3.1 | http://adcdownload.apple.com/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg |
Software | Version | Download |
---|---|---|
Cloud Foundry extensions for Visual Studio | Latest | Enables you to publish applications from Visual Studio directly to a Cloud Foundry deployment. https://visualstudiogallery.msdn.microsoft.com/4cad4d95-099c-449e-9d90-7d4da5c4a0c0. |
Cygwin | Latest | Allows porting of many UNIX programs without the need for extensive changes to the source code. This includes configuring and building most of the available GNU or BSD software. They can be used from one of the provided UNIX shells like bash , tcsh or zsh .When you install Cygwin, select the curl libs installation so that you can perform curl commands. https://cygwin.com/install.html. |
Visual Studio Community | Latest | https://www.visualstudio.com/. |