You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2014/01/30 23:10:28 UTC

[Jclouds Wiki] Update of "IDEA" by EverettToews

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.

The "IDEA" page has been changed by EverettToews:
https://wiki.apache.org/jclouds/IDEA

New page:
Instructions for configuring Intellij IDEA with jclouds.

<<TableOfContents(2)>>

== Pre-requisites ==

 1. Java 7+ [[http://www.oracle.com/technetwork/java/javase/downloads/index.html|Oracle JDK]] or [[OpenJDK|http://openjdk.java.net/install/index.html]]
 1. [[http://git-scm.com/downloads|Git]]
 1. Download and install [[http://www.jetbrains.com/idea/|Intellij IDEA]].
  1. If you're an Apache committer, it's easy to get a [[http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE|free license]] for the Ultimate Edition.
 1. Download and install [[http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html|Maven]].

== Configure the jclouds Repo ==

 1. Fork the [[https://github.com/jclouds/jclouds|jclouds repo]] and [[https://help.github.com/articles/fork-a-repo|clone your fork]]
  1. git clone git@github.com:username/jclouds.git
  1. cd jclouds
  1. mvn clean install
 1. File > Import Project
 1. Choose your newly cloned jclouds directory
 1. Create Project Page
  1. Select Import project from external model
   1. Maven
 1. Configure Project Page
  1. Keep all defaults
  1. Select Import Maven projects automatically
  1. Optionally select Automatically download Sources and Documentation
 1. Select Profiles Page
  1. Continue
 1. Select Maven Projects Page
  1. Continue
 1. Select Project SDK
  1. 1.7
 1. Name Page
  1. Continue

== Configure Maven ==

 1. Open Preferences
 1. Maven > Importing
 1. Select Import Maven projects automatically

== Configure a jclouds Labs Repo ==

 1. Fork the [[https://github.com/jclouds/jclouds-labs-openstack|jclouds repo]] (for example) and [[https://help.github.com/articles/fork-a-repo|clone your fork]]
  1. git clone git@github.com:username/jclouds-labs-openstack.git
  1. cd jclouds
  1. mvn clean install
 1. File > Import Module
 1. Choose your newly cloned jclouds-labs-openstack directory
 1. Create Project Page
  1. Select Import project from external model
   1. Maven
 1. Configure Project Page
  1. Keep all defaults
  1. Select Import Maven projects automatically
  1. Optionally select Automatically download Sources and Documentation
 1. Select Profiles Page
  1. Continue
 1. Select Maven Projects Page
  1. Continue

== Next ==

Next you might want to learn [[How to Contribute]]!