update example projects dependencies
This commit is contained in:
parent
bad0d977ee
commit
1c33cb7c2f
|
@ -19,21 +19,6 @@ this and also be sure you're familiar with Reagent.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
### A quick note on the dependencies used
|
|
||||||
|
|
||||||
Since views.reagent and the Views library it depends on are all
|
|
||||||
currently in somewhat of an experimental / pre-beta state right now,
|
|
||||||
you will need to first clone the following repositories and manually
|
|
||||||
install the libraries via `lein install`:
|
|
||||||
|
|
||||||
* [views](https://github.com/gered/views)
|
|
||||||
* [views.sql](https://github.com/gered/views.sql)
|
|
||||||
* [views.reagent](https://github.com/gered/views.reagent)
|
|
||||||
|
|
||||||
As well, you can install [views.honeysql](https://github.com/gered/views.honeysql)
|
|
||||||
if you want to try out using HoneySQL instead of SQL with views. But
|
|
||||||
this example app does not use it so it's not required.
|
|
||||||
|
|
||||||
### Creating the Database
|
### Creating the Database
|
||||||
|
|
||||||
This example app uses a PostgreSQL database. The SQL script to create
|
This example app uses a PostgreSQL database. The SQL script to create
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
[org.clojure/java.jdbc "0.6.1"]
|
[org.clojure/java.jdbc "0.6.1"]
|
||||||
[org.postgresql/postgresql "9.4.1208.jre7"]
|
[org.postgresql/postgresql "9.4.1208.jre7"]
|
||||||
[com.taoensso/sente "1.8.1"]
|
[com.taoensso/sente "1.8.1"]
|
||||||
[gered/views "1.5-SNAPSHOT"]
|
[gered/views "1.5"]
|
||||||
[gered/views.sql "0.1.0-SNAPSHOT"]
|
[gered/views.sql "0.1"]
|
||||||
[gered/views.reagent "0.2.0-SNAPSHOT"]
|
[gered/views.reagent "0.1"]
|
||||||
[gered/views.reagent.sente "0.1.0-SNAPSHOT"]
|
[gered/views.reagent.sente "0.1"]
|
||||||
|
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[reagent "0.6.0-alpha2"]
|
[reagent "0.6.0-alpha2"]
|
||||||
|
|
|
@ -16,21 +16,6 @@ to that data to any number of users currently viewing the app.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
### A quick note on the dependencies used
|
|
||||||
|
|
||||||
Since views.reagent and the Views library it depends on are all
|
|
||||||
currently in somewhat of an experimental / pre-beta state right now,
|
|
||||||
you will need to first clone the following repositories and manually
|
|
||||||
install the libraries via `lein install`:
|
|
||||||
|
|
||||||
* [views](https://github.com/gered/views)
|
|
||||||
* [views.sql](https://github.com/gered/views.sql)
|
|
||||||
* [views.reagent](https://github.com/gered/views.reagent)
|
|
||||||
|
|
||||||
As well, you can install [views.honeysql](https://github.com/gered/views.honeysql)
|
|
||||||
if you want to try out using HoneySQL instead of SQL with views. But
|
|
||||||
this example app does not use it so it's not required.
|
|
||||||
|
|
||||||
### Creating the Database
|
### Creating the Database
|
||||||
|
|
||||||
This example app uses a PostgreSQL database. The SQL script to create
|
This example app uses a PostgreSQL database. The SQL script to create
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
[org.postgresql/postgresql "9.4.1208.jre7"]
|
[org.postgresql/postgresql "9.4.1208.jre7"]
|
||||||
[gered/clj-browserchannel "0.3.2"]
|
[gered/clj-browserchannel "0.3.2"]
|
||||||
[gered/clj-browserchannel-immutant-adapter "0.0.3"]
|
[gered/clj-browserchannel-immutant-adapter "0.0.3"]
|
||||||
[gered/views "1.5-SNAPSHOT"]
|
[gered/views "1.5"]
|
||||||
[gered/views.sql "0.1.0-SNAPSHOT"]
|
[gered/views.sql "0.1"]
|
||||||
[gered/views.reagent "0.2.0-SNAPSHOT"]
|
[gered/views.reagent "0.1"]
|
||||||
[gered/views.reagent.browserchannel "0.1.0-SNAPSHOT"]
|
[gered/views.reagent.browserchannel "0.1"]
|
||||||
|
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[reagent "0.6.0-alpha2"]
|
[reagent "0.6.0-alpha2"]
|
||||||
|
|
|
@ -9,21 +9,6 @@ to that data to any number of users currently viewing the app.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
### A quick note on the dependencies used
|
|
||||||
|
|
||||||
Since views.reagent and the Views library it depends on are all
|
|
||||||
currently in somewhat of an experimental / pre-beta state right now,
|
|
||||||
you will need to first clone the following repositories and manually
|
|
||||||
install the libraries via `lein install`:
|
|
||||||
|
|
||||||
* [views](https://github.com/gered/views)
|
|
||||||
* [views.sql](https://github.com/gered/views.sql)
|
|
||||||
* [views.reagent](https://github.com/gered/views.reagent)
|
|
||||||
|
|
||||||
As well, you can install [views.honeysql](https://github.com/gered/views.honeysql)
|
|
||||||
if you want to try out using HoneySQL instead of SQL with views. But
|
|
||||||
this example app does not use it so it's not required.
|
|
||||||
|
|
||||||
### Creating the Database
|
### Creating the Database
|
||||||
|
|
||||||
This example app uses a PostgreSQL database. The SQL script to create
|
This example app uses a PostgreSQL database. The SQL script to create
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
[org.clojure/java.jdbc "0.6.1"]
|
[org.clojure/java.jdbc "0.6.1"]
|
||||||
[org.postgresql/postgresql "9.4.1208.jre7"]
|
[org.postgresql/postgresql "9.4.1208.jre7"]
|
||||||
[com.taoensso/sente "1.8.1"]
|
[com.taoensso/sente "1.8.1"]
|
||||||
[gered/views "1.5-SNAPSHOT"]
|
[gered/views "1.5"]
|
||||||
[gered/views.sql "0.1.0-SNAPSHOT"]
|
[gered/views.sql "0.1"]
|
||||||
[gered/views.reagent "0.2.0-SNAPSHOT"]
|
[gered/views.reagent "0.1"]
|
||||||
[gered/views.reagent.sente "0.1.0-SNAPSHOT"]
|
[gered/views.reagent.sente "0.1"]
|
||||||
|
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[reagent "0.6.0-alpha2"]
|
[reagent "0.6.0-alpha2"]
|
||||||
|
|
Loading…
Reference in a new issue