forked from BigBlueHat/futon2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
34 lines (22 loc) · 944 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Apache CouchDB Futon (_utils) as a CouchApp
===========================================
Futon 2 is a Sammy-based UI for CouchDB. The hope is that
it will eventually replace the current Futon in CouchDB.
One of the current limitations to Futon is that hacking on
it is slowed by the setup time of compiling CouchDB, or
symlinking Futon 2 into an existing CouchDB repo, or some
other similar setup.
By providing this CouchApp directory, the hope is that
anyone with client-side web UI experience can contribute
to the further development of Futon 2.
Installation
------------
First you will need to install CouchApp:
http://couchapp.org/page/installing
Next, create a DB with any name you like ('futon2' seems
reasonable enough).
Then, within this directory, type:
couchapp push . http://localhost:5984/futon2
Last, visit your CouchApp Futon 2 at:
http://localhost:5984/futon2/_design/futon/index.html
Really last, enjoy!