Skip to content

Commit

Permalink
updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Oct 18, 2011
1 parent 417876e commit e085675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Add new domains to the EDB ring by adding kv pairs under the `:domains` key of g

To deploy ElephantDB, you'll need to install [Leiningen](https://github.com/technomancy/leiningen). Once that's complete, run the following commands to prep your system for deploy:

$ git clone git://github.com/nathanmarz/elephantdb.git
$ cd elephantdb/deploy
$ git clone git://github.com/sritchie/elephantdb-deploy.git
$ cd elephantdb-deploy
$ lein deps

These commands will pull in all dependencies required to deploy ElephantDB. Finally, run:
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:java-source-path "src/jvm"
:javac-options {:debug "true" :fork "true"}
:repositories {"oracle" "http://download.oracle.com/maven"}
:main elephantdb.main
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[jvyaml "1.0.0"]
Expand All @@ -15,4 +14,5 @@
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]
[swank-clojure "1.4.0-SNAPSHOT"]
[lein-marginalia "0.6.1"]]
:aot [elephantdb.client elephantdb.main])
:aot [elephantdb.client elephantdb.main]
:main elephantdb.main)

0 comments on commit e085675

Please sign in to comment.