Skip to content

Provides a welcome page, a top menu bar, and app installation and management for Garden apps.

Notifications You must be signed in to change notification settings

garden20/dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Dashboard

The dashboard couchapp gives you a way to make a site out of a bunch of couchapps.

The Garden Project

An open garden, opposite of a Walled Garden, is a place for couchapp developers to distribute couchapps. The name also pays tribute to the Garden project by J Chris Anderson.

Learn more on the wiki.

Dependencies

Requires CouchDB, NodeJS and Kanso.

Development

git clone https://github.com/garden20/dashboard &&
git checkout develop &&
kanso install &&
kanso push http://localhost:5984/dashboard

Production

git clone https://github.com/garden20/dashboard &&
git checkout master &&
kanso install &&
kanso push --minify https://example.com/dashboard

Vhosts

Example vhosts section to configure your dashboard to manage your frontpage:

{
    "staging.dev.medicmobile.org": "/dashboard/_design/dashboard/_rewrite",
    "staging.dev.medicmobile.org/dashboard": "/dashboard"
}

Travis

When pushed to master on github, the application is auto-deployed to http://staging.dev.medicmobile.org/ and will be available to any existing dashboards.

About

Provides a welcome page, a top menu bar, and app installation and management for Garden apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • HTML 13.7%
  • CSS 5.2%
  • Perl 2.9%
  • Yacc 0.2%
  • Shell 0.2%
  • Makefile 0.1%