🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

launchpad.net/devboard

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchpad.net/devboard

Go Modules
Version
v0.0.0-20120601022914-000000000001
Version published
Created
Source

This application requires couchdb

Install couchdb: sudo apt-get install couchdb

Futon: http://127.0.0.1:5984/_utils/

Using Futon, add the below views to your couchdb database:

#views

{ "_id": "_design/boardItemView", "views": { "boarditems": { "map": "function(doc) { if (doc.BoardItemId){ emit(null,doc.BoardItem);} }" } } }

{ "_id": "_design/ticketView", "views": { "ticket": { "map": "function(doc) { if (doc.TicketId){ emit(doc.TicketId, null);} }" } } }

FAQs

Package last updated on 01 Jun 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts