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.
One-time install
InstallIntelliJ IDEA.Thefree Community Edition works fine.Install the LaClojureplugin:Prefereneces/Plugins/Available,GettingselectStartedLapagesClojure,haveright 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 modelChoose Maven if given choice of modelsAccept all the defaults (click “Next” a bunch of times.)
Wait for mavenmoved todownload 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.