Skip to content

Instantly share code, notes, and snippets.

call pathogen#infect()
call pathogen#helptags()
let mapleader = ","
set et
set ai
set si
set ts=4
set sts=4
/*
*
* Copyright (C) 2011, The Locker Project
* All rights reserved.
*
* Please see the LICENSE file for more information.
*
*/
//just a place for lockerd.js to populate config info
diff --git a/Common/node/lservicemanager.js b/Common/node/lservicemanager.js
index a0d8b31..2c20e3b 100644
--- a/Common/node/lservicemanager.js
+++ b/Common/node/lservicemanager.js
@@ -59,19 +59,21 @@ exports.init = function (sman, reg, callback) {
if(lconfig.collections) lconfig.collections.forEach(function(coll){ installs.push(coll) });
console.dir(installs);
async.forEachSeries(installs, function(id, cb){
- console.log("On " + id);
var arg = {};
diff --git a/Common/node/lservicemanager.js b/Common/node/lservicemanager.js
index a0d8b31..23ea40b 100644
--- a/Common/node/lservicemanager.js
+++ b/Common/node/lservicemanager.js
@@ -57,21 +57,25 @@ exports.init = function (sman, reg, callback) {
}
if(lconfig.apps) lconfig.apps.forEach(function(app){ installs.push(app) });
if(lconfig.collections) lconfig.collections.forEach(function(coll){ installs.push(coll) });
- console.dir(installs);
async.forEachSeries(installs, function(id, cb){
diff --git a/Common/node/lservicemanager.js b/Common/node/lservicemanager.js
index 0fcd69a..23ea40b 100644
--- a/Common/node/lservicemanager.js
+++ b/Common/node/lservicemanager.js
@@ -62,13 +62,20 @@ exports.init = function (sman, reg, callback) {
// allow a configurable name:path/to/it value for local installs
if(id.indexOf(':') != -1)
{
- arg.path = id.substr(id.indexOf(':')+1);
- id = id.substr(0,id.indexOf(':'));
{
"registryUpdate":false,
"externalHost":"me.lvh.me",
"externalPort":8443,
"externalSecure":true,
"ui":"dashboardv3:Apps/dashboardv3",
"logFile":"locker.log",
"logging":{
"level":"silly",
"file":"logging.txt"
{
"registryUpdate":false,
"externalHost":"me.lvh.me",
"externalPort":8443,
"externalSecure":true,
"ui":"dashboardv3:Apps/dashboardv3",
"logFile":"locker.log",
"logging":{
"level":"silly",
"file":"logging.txt"
31 Jan 11:30:12 - info: registry publishing temas-rolodexviewer
31 Jan 11:30:12 - info: attempting to publish Me/github/temas/RolodexViewer/package.json
npm ERR! prepublish Error: undefined log message
npm ERR! prepublish at log (/Users/temas/singly/code/Locker/node_modules/npm/lib/utils/log.js:112:11)
npm ERR! prepublish at lifecycle (/Users/temas/singly/code/Locker/node_modules/npm/lib/utils/lifecycle.js:23:3)
npm ERR! prepublish at /Users/temas/singly/code/Locker/node_modules/npm/lib/publish.js:36:5
npm ERR! prepublish at readJson (/Users/temas/singly/code/Locker/node_modules/npm/lib/utils/read-json.js:21:12)
npm ERR! prepublish at EventEmitter.publish (/Users/temas/singly/code/Locker/node_modules/npm/lib/publish.js:33:3)
npm ERR! prepublish at Object.<anonymous> (/Users/temas/singly/code/Locker/node_modules/npm/lib/npm.js:193:11)
npm ERR! prepublish at /Users/temas/singly/code/Locker/Ops/registry.js:395:34
{
"externalHost":"me.lvh.me",
"externalPort":8443,
"externalSecure":true,
"ui":"dashboardv3:Apps/dashboardv3",
"logFile":"locker.log",
"requireSigned":true,
"logging":{
"level":"silly",
"file":"logging.txt"
diff --git a/Apps/dashboardv3/static/common b/Apps/dashboardv3/static/common
index 95377a0..26ebed7 160000
--- a/Apps/dashboardv3/static/common
+++ b/Apps/dashboardv3/static/common
@@ -1 +1 @@
-Subproject commit 95377a0d47fb092b7591ea4b998e7b6426ca807f
+Subproject commit 26ebed7bbd67d239ac6c03a7db0642267bc05a4a
diff --git a/Collections/Contacts/contacts.js b/Collections/Contacts/contacts.js
index 7cda7c6..b36aa07 100644
--- a/Collections/Contacts/contacts.js