Page MenuHomeSealhub

dev-setup.sh
No OneTemporary

dev-setup.sh

#!/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;

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Dec 23, 12:38 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556288
Default Alt Text
dev-setup.sh (677 B)

Event Timeline