AgentGPT icon indicating copy to clipboard operation
AgentGPT copied to clipboard

update instructions to say how to start the app after docker install

Open mowliv opened this issue 2 years ago • 6 comments

I did the docker install, worked great. But how do I start the app and use it? Maybe I'm missing something... I recommend adding that info to the instructions.

mowliv avatar Apr 16 '23 23:04 mowliv

I have a request in to get a wiki going, I'll make sure to contribute a walkthrough for Docker in there. It was a very intuitive process, so I think the how-to will be easy to follow.

APiTJLillo avatar Apr 17 '23 12:04 APiTJLillo

The Dockerfile exposes port 3000 and the docker run command binds it to your localhost on port 3000.

So the app should be accesible at: localhost:3000.

exil0867 avatar Apr 17 '23 13:04 exil0867

Thanks. With ChatGPT's help I figured out the magic command:

docker run agentgpt

mowliv avatar Apr 17 '23 17:04 mowliv

Good! Also check the Getting Started section if you didnt.

exil0867 avatar Apr 17 '23 17:04 exil0867

Yes, that's where I started. That's why I opened this ticket. That one extra command should be added to the docker start section.

On Mon, Apr 17, 2023 at 10:13 AM 3x!1 @.***> wrote:

Good! Also check the Getting Started https://github.com/reworkd/AgentGPT#-getting-started section if you didnt.

— Reply to this email directly, view it on GitHub https://github.com/reworkd/AgentGPT/issues/189#issuecomment-1511767779, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDDXTOSSUZLOO4AE5CI5BTXBV24DANCNFSM6AAAAAAXAOHUCY . You are receiving this because you authored the thread.Message ID: @.***>

mowliv avatar Apr 17 '23 17:04 mowliv

Task:

  • [ ] Add docker command to documentation "docker run agentgpt"

APiTJLillo avatar Apr 17 '23 17:04 APiTJLillo

We've since updated our setup scripts from this time and actually removed guidance for docker alone. This is because running through docker compose will deal with managing all of the sub-services which is especially important now as we integrate with things like a VectorDB.

Thanks for the help here folks!

asim-shrestha avatar Jun 05 '23 01:06 asim-shrestha