Getting Started with Idea and La Clojure

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 3. about 1 year by stuart.halloway
  2. 2. about 2 years by stuart.halloway
  3. 1. about 2 years by stuart.halloway
 

One-time install

  • Install IntelliJ IDEA. The free Community Edition works fine.
  • Install the La Clojure plugin:
    • Prefereneces/Plugins/Available,Getting selectStarted Lapages Clojure,have right click and download the plugin.
  • Install the Git Integration plugin if it is not already installed.
  • Restart IDEA.

To checkout a project from git

  • Choose Version Control|Checkout From Version Control|Git. Fill in the repository URL, and the name of the parent directory you want.
  • Choose “Yes” for create IDEA project, and then:
    • Import Project from external model
    • Choose Maven if given choice of models
    • Accept all the defaults (click “Next” a bunch of times.)
  • Wait for mavenmoved to download dependencies.
  • Choose Tools|Clojure REPL|Add new Clojure REPL to launch a REPL on your project.

To open an existing maven-based project

  • Choose File|New Project, and select “Import project from external model.”
  • Choose “Maven” model type.
  • Fill in the Root directory at the top of the big dialog that appears.
  • Accept the defaults (click “Next” a bunch of times).
  • Choose Tools|Clojure REPL|Add new Clojure REPL to launch a REPL on your project.
http://dev.clojure.org.