Skip to content

Access to CouchDB Futon from Cloud9 IDE for Node.JS project

Notifications You must be signed in to change notification settings

romannep/c9couch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

c9couch

Access to CouchDB Futon and CouchDB Fauxton from Cloud9 IDE for Node.JS project

Cloud9 IDE does not provide a way to access Futon or Fauxton- web admin interfaces to CouchDB. This script do nothing but forward http requests to couchdb. It helps to work with Futon.

Use

Setup CouchDB

sudo mkdir -p /var/run/couchdb
sudo chown couchdb:couchdb /var/run/couchdb 

Start CouchDB

sudo su couchdb -c /usr/bin/couchdb

Run script

node c9couch.js

Now you can access Futon from web browser at /_utils/ (Ex.: https://c9couch-username.c9.io/_utils/ )

Now, with the same c9couch.js script, you can access the newer Fauxton web interface from web browser at /_utils/fauxton/ (Ex.: https://c9couch-username.c9.io/_utils/fauxton/ )

About

Access to CouchDB Futon from Cloud9 IDE for Node.JS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published