Page MenuHomeSealhub

No OneTemporary

diff --git a/dev-setup.sh b/dev-setup.sh
index ed299e8c..c5cb3a4b 100644
--- a/dev-setup.sh
+++ b/dev-setup.sh
@@ -1,16 +1,35 @@
-#!/bin/bash
-
-mkdir Sealious
-git clone https://github.com/Sealious/Sealious.git
-git clone https://github.com/Sealious/sealious-www-server
-git clone https://github.com/Sealious/sealious-example-app
-cd sealious-www-server
-npm install
-npm link .
-cd ../sealious
-npm install
-npm link .
-cd ../sealious-example-app
-npm link sealious
-npm link sealious-www-server
-npm install
\ No newline at end of file
+#!/bin/sh
+
+(git clone https://github.com/Sealious/Sealious.git) &
+(git clone https://github.com/Sealious/sealious-www-server.git) &
+(git clone https://github.com/Sealious/sealious-channel-rest.git) &
+
+wait
+
+(
+ cd Sealious;
+ npm install && npm link;
+
+ cd ../sealious-www-server;
+
+ npm install;
+ npm link sealious;
+ npm link;
+
+ cd ../sealious-channel-rest;
+
+ npm install;
+ npm link sealious;
+ npm link sealious-www-server;
+ npm link;
+) &
+(git clone https://github.com/Sealious/hello-world.git)&
+
+
+wait;
+
+cd hello-world
+npm link sealious;
+npm link sealious-www-server;
+npm link sealious-channel-rest;
+
diff --git a/package.json b/package.json
index a379d1bd..32ddd7c0 100644
--- a/package.json
+++ b/package.json
@@ -1,63 +1,61 @@
{
"name": "sealious",
"homepage": "http://sealious.github.io/",
"version": "0.5.9",
"description": "",
"main": "./lib/main.js",
"scripts": {
"prepublish": "require-self",
"test": "./node_modules/mocha/bin/mocha --delay ./tests/test.js",
"test-coverage": "./node_modules/mocha/bin/mocha -R html-cov --delay ./tests/test.js >> coverage.html && xdg-open coverage.html",
"test-no-blanket": "mocha --delay ./tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Sealious/Sealious/"
},
"keywords": [
"sealious"
],
"author": "Kuba Orlik",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Sealious/Sealious/issues"
},
"dependencies": {
"Set": "~0.4.1",
"bluebird": "~2.9.9",
"clone": "^1.0.2",
"fs": "0.0.2",
"fs-extra": "^0.18.2",
"hapi": "^8.5.0",
"immutable": "^3.7.2",
"merge": "^1.2.0",
"path": "^0.11.14",
"sanitize-html": "^1.6.1",
"sealious-datastore-tingo": "^0.1.3",
"sha1": "^1.1.0",
- "socket.io": "~1.2.0",
- "socket.io-client": "~1.2.0",
"uid": "0.0.2",
"winston": "^1.0.0"
},
"devDependencies": {
"blanket": "git://github.com/alex-seville/blanket.git",
"mocha": "*",
"mocha-multi": "^0.7.1",
"require-self": "^0.1.0",
"travis-cov ": "*"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": [
"node_modules",
"public"
],
"data-cover-reporter-options": {
"shortnames": false,
"relativepath": true
}
}
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Sep 20, 22:50 (20 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
949727
Default Alt Text
(2 KB)

Event Timeline