Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995655
dev-setup.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Referenced Files
None
Subscribers
None
dev-setup.sh
View Options
#!/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
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Dec 23, 12:38 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556288
Default Alt Text
dev-setup.sh (677 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment