Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188526
dev-setup.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
691 B
Referenced Files
None
Subscribers
None
dev-setup.sh
View Options
#!/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
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Jul 8, 08:14 (21 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
810134
Default Alt Text
dev-setup.sh (691 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment