File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is meant to be an example CouchApp and to ship with most of the CouchApp goodies.
4
4
5
- Install with
5
+ Clone with git:
6
+
7
+ git clone git://github.com/couchapp/example.git
8
+ cd example
6
9
10
+ Install with
11
+
7
12
couchapp push . http://localhost:5984/example
8
13
9
14
or (if you have security turned on)
10
15
11
- couchapp push . http://myname:mypass @localhost:5984/example
16
+ couchapp push . http://adminname:adminpass @localhost:5984/example
12
17
13
18
You can also create this app by running
14
19
15
- couchapp generate proto && cd proto
20
+ couchapp generate example && cd example
16
21
couchapp push . http://localhost:5984/example
17
22
23
+ Deprecated: * couchapp generate proto && cd proto*
24
+
25
+
18
26
## Todo
19
27
20
28
* factor CouchApp Commonjs to jquery.couch.require.js
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1>Example CouchApp</h1>
16
16
< div id ="sidebar ">
17
17
< p > Edit welcome message.</ p >
18
18
< p > Ideas: You could easily turn this into a photo sharing app,
19
- or a grocery list, or a chat room.</ p >
19
+ or a grocery list, or a chat room. < a href =" https://github.com/couchapp/example " > Code for this app is on Github. </ a > </ p >
20
20
</ div >
21
21
</ body >
22
22
< script src ="/_utils/script/sha1.js "> </ script >
You can’t perform that action at this time.
0 commit comments