Page MenuHomeSealhub

dev-setup.sh
No OneTemporary

dev-setup.sh

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

File Metadata

Mime Type
text/x-shellscript
Expires
Wed, Aug 13, 17:19 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
867953
Default Alt Text
dev-setup.sh (366 B)

Event Timeline