[GH-ISSUE #2976] [bug]: the documentation is wrong or is lack of information about self-hosted #965

Closed
opened 2026-03-16 17:50:51 +03:00 by kerem · 3 comments
Owner

Originally created by @fuechter on GitHub (Apr 10, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2976

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I follow all the steps of doc about self-hosted (https://docs.hoppscotch.io/documentation/self-host/install-and-build), some packages doesn't exist like packages/hoppscotch-backend and any services cited to up on docker-compose doesn't exist also.

docker compose up hoppscotch-backend # Runs the backend server up
docker compose up hoppscotch-sh-admin # Runs the self hosted server up (preset opens in port 3100)
docker compose up hoppscotch-app # Runs the main frontend app up

Steps to reproduce

  1. Clone the repository git clone https://github.com/hoppscotch/hoppscotch.git
  2. Copy .env.example to .env and change the values
  3. cd packages/hoppscotch-backend on root folder
  4. Execute pnpm exec prisma migrate deploy

Environment

Production

Version

Self-hosted

Originally created by @fuechter on GitHub (Apr 10, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2976 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I follow all the steps of doc about self-hosted (https://docs.hoppscotch.io/documentation/self-host/install-and-build), some packages doesn't exist like `packages/hoppscotch-backend` and any services cited to up on docker-compose doesn't exist also. ``` docker compose up hoppscotch-backend # Runs the backend server up docker compose up hoppscotch-sh-admin # Runs the self hosted server up (preset opens in port 3100) docker compose up hoppscotch-app # Runs the main frontend app up ``` ### Steps to reproduce 1. Clone the repository `git clone https://github.com/hoppscotch/hoppscotch.git` 2. Copy `.env.example` to `.env` and change the values 3. `cd packages/hoppscotch-backend` on root folder 4. Execute `pnpm exec prisma migrate deploy` ### Environment Production ### Version Self-hosted
kerem 2026-03-16 17:50:51 +03:00
Author
Owner

@thetronjohnson commented on GitHub (Apr 11, 2023):

@fuechter The new self-hosted release is on the way, I will reply here in this thread when the packages are live

<!-- gh-comment-id:1502702940 --> @thetronjohnson commented on GitHub (Apr 11, 2023): @fuechter The new self-hosted release is on the way, I will reply here in this thread when the packages are live
Author
Owner

@fuechter commented on GitHub (Apr 11, 2023):

Okay, thanks @thetronjohnson

<!-- gh-comment-id:1503257389 --> @fuechter commented on GitHub (Apr 11, 2023): Okay, thanks @thetronjohnson
Author
Owner

@thetronjohnson commented on GitHub (Apr 11, 2023):

@fuechter It's live, you can now self-host Hoppscotch by following the docs

https://docs.hoppscotch.io/documentation/self-host/getting-started

<!-- gh-comment-id:1503603746 --> @thetronjohnson commented on GitHub (Apr 11, 2023): @fuechter It's live, you can now self-host Hoppscotch by following the docs https://docs.hoppscotch.io/documentation/self-host/getting-started
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#965
No description provided.