Manual Installation Instructions #89
Replies: 3 comments 3 replies
-
|
Should Since |
Beta Was this translation helpful? Give feedback.
-
|
@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. |
Beta Was this translation helpful? Give feedback.
-
|
Would one of you please update these instructions to reflect the current code? The files mentioned in the post don't seem to exist. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions