You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/03/20 22:22:56 UTC

[33/50] [abbrv] git commit: README: Add instructions for IntelliJ IDEA

README: Add instructions for IntelliJ IDEA


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/1bcefbbf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/1bcefbbf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/1bcefbbf

Branch: refs/heads/master
Commit: 1bcefbbfc960353ec6713adb2f3342e4a92a31bb
Parents: 4c40384
Author: Michael G. Noll <mn...@verisign.com>
Authored: Sat Dec 7 10:36:58 2013 +0100
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Sat Dec 7 10:36:58 2013 +0100

----------------------------------------------------------------------
 README.markdown | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/1bcefbbf/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 69941f2..7e1c8e0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -9,6 +9,7 @@ Table of Contents
 * <a href="#getting-started">Getting started</a>
 * <a href="#leiningen">Using storm-starter with Leiningen</a>
 * <a href="#maven">Using storm-starter with Maven</a>
+* <a href="#intellij-idea">Using storm-starter with IntelliJ IDEA</a>
 
 ---
 
@@ -110,3 +111,25 @@ Use the following Maven command to run the unit tests that ship with storm-start
 yet run the included unit tests.
 
     $ mvn -f m2-pom.xml test
+
+
+<a name="intellij-idea"></a>
+
+# Using storm-starter with IntelliJ IDEA
+
+## Importing storm-starter as a project in IDEA
+
+The following instructions will import storm-starter as a new project in IntelliJ IDEA.
+
+* Open _File > Import Project..._ and navigate to the top-level directory of your storm-starter clone (e.g.
+  `~/git/storm-starter`).
+* Select _Create project from existing sources_ and click _Next_.
+* You may now optionally change the suggested name of the project in IDEA (by default, IDEA suggests `storm-starter`).
+  Click _Next_ when you are done.
+* Click _Next_ on the following screen -- IDEA will auto-detect the correct source files of storm-starter.
+* Select the JDK to be used by IDEA for storm-starter, then click _Next_.
+    * At the time of this writing you should use JDK 6.
+    * It is strongly recommended to use Sun/Oracle JDK 6 rather than OpenJDK 6.
+* Click _Next_ on the following screen about reviewing libraries found by IDEA.  It is ok if none are listed.
+* CLick _Next_ on the following screen about reviwing suggested modules -- IDEA will auto-detect the relevant settings.
+* Click _Finish_.