Manual Installation Instructions #89
Unanswered
johnlindquist
asked this question in
Errors
Replies: 3 comments 3 replies
|
Should Since |
1 reply
|
@johnlindquist hey thank you for this great product! I was wondering if the manual installation instructions are up to date? I actually have a proxy/firewall problem on a non-personal machine. |
0 replies
|
Would one of you please update these instructions to reflect the current code? The files mentioned in the post don't seem to exist. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If the automatic setup fails (sometimes due to proxy/firewalls/etc), here are steps you can take to manually set up:
Remove previous .kit and .kenv:
please be careful with rm -rf. It recursively deletes directories:
rm -rf ~/.kit
rm -rf ~/.kenv
Set up the core ".kit":
git clone https://github.com/johnlindquist/kit.git ~/.kit
cd ~/.kit
./install-node.sh --prefix node --platform darwin
./node/bin/npm i
Set up your environment ".kenv":
git clone https://github.com/johnlindquist/kenv.git ~/.kenv
Relaunch Kit.app.
Kit.app will detect the directories exist and skip trying to set them up.
Please post below if you run into issues. I know it's a lot more steps than you probably want to take. Thanks for your patience.
All reactions