sealcode / sealious

An extensible, declarative node framework
25 stars 2 forks source link

Trello#adjust dev-setup.sh #249

Closed Jakski closed 8 years ago

Jakski commented 8 years ago

Test it on your machines, please. As described on Trello; now it's NVM aware and switches URLs to use SSH after cloning repository.

kuba-orlik commented 8 years ago

Good job! Is there a specific reason to change the git remote urls after cloning instead of just changing the clone urls?

i.e. just:

(git clone ssh://git@github.com/Sealious/sealious) &
Jakski commented 8 years ago

This way you don't have to authenticate on GitHub when cloning. Actually it's useful only when you're GitHub outsider, have no access to keys or are too lazy to enter pass phrase.

kuba-orlik commented 8 years ago

Awesome! I've just tried running the script on a fresh VM and it worked like a charm :)