AeroGear Mobile Services Integration for the Intellij Platform
IntelliJ Platform plugin for Aerogear Mobile services on OpenShift.
zip
file from the page with a list of released versionsPreferences
-> Plugins
-> Install plugin from disk
and by selecting the zip
fileThe plugin is integrated into the IntelliJ IDE with a tool window.
See package org.aerogear.plugin.intellij.mobile.ui
.
The aerogear-mobile-intellij-plugin relies on the Aerogear mobile-cli to communicate with your Openshift cluster.
It’s very easy to set it up as an IntelliJ project.
Gradle
, Plugin DevKit
and UI Designer
in IntelliJ.git clone https://github.com/aerogear/aerogear-mobile-intellij-plugin.git
build.gradle
in aerogear-mobile-intellij-plugin
folder and press “OK”)Once build.gradle
gets updated, you need to “Refresh all Gradle projects” in the Gradle panel.
Run the plugin tests
Gradle
plugin is enabled and properly configured in IntelliJ as detailed above.Gradle
panel and run the task test
under “Tasks” -> “Verification” -> “test”Check the CONTRIBUTING.md
file.