Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Make installation does work on Windows #1

Open
AHFoD opened this issue Feb 2, 2024 · 4 comments
Open

🐛 Make installation does work on Windows #1

AHFoD opened this issue Feb 2, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@AHFoD
Copy link

AHFoD commented Feb 2, 2024

Path: /get-started/docker-installation

Hello there, and good day to you. I'm writing this as i think the instructions on the docker installation page is quite unclear. i've followed the instructions given but i have a problem with using make command on my windows terminal and then after i've run the container what should i do? i am kind of confuse whether to run the GET method request for the /chat

image

@roma-glushko
Copy link
Member

@AHFoD Hey 👋 sorry to hear that. Windows doesn't support make like Linux or MacOS (or there may be a way to do that, but it's not not part of the system by default).

Essentially, you need to do this:

  • create a dir called secrets in the demo project root
  • inside of the dir create a new file called .OPENAI_API_KEY with your OpenAI access token

Let me know if that helped.

Also, I will add this guide to the page not to confuse other people. Thanks for the feedback 👍

BTW, we are aiming to support Windows natively without docker in EinStack/glide#91 You may want to subscribe to the issue to track our progress there 👀

cc @mkrueger12

@roma-glushko roma-glushko changed the title Issue on docs 🐛 Make installation does work on Windows Feb 4, 2024
@roma-glushko roma-glushko added the bug Something isn't working label Feb 4, 2024
@roma-glushko roma-glushko transferred this issue from EinStack/docs Feb 4, 2024
@roma-glushko
Copy link
Member

I have updated the installation guide in the demo repo: https://github.com/EinStack/glide-demo
The docs should be redeployed fairly soon, too.

@AHFoD
Copy link
Author

AHFoD commented Feb 4, 2024

Hello there @roma-glushko , thank you for your swift response. I really appreciate it, i'll take a look of the updated installation guide that you've updated. Thank you again

@roma-glushko
Copy link
Member

@AHFoD perfect! From my side, I really appreciate you came forward and let us know about this issue. This is the only way to get Glide better. A way to go!

Be sure to let me know how it goes. Also, we have a Discord space in case you want to chat more directly. Here is an invitation: https://discord.gg/xHbrRutZb7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants