Page MenuHomeSealhub

dev-setup.sh
No OneTemporary

dev-setup.sh

#!/bin/sh
(git clone --depth 100 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
Fri, Nov 28, 15:00 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1036581
Default Alt Text
dev-setup.sh (691 B)

Event Timeline