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

docs: update development.md #6258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

docs: update development.md #6258

wants to merge 1 commit into from

Conversation

satyampsoni
Copy link
Contributor

Description

Fixes #6257

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


Copy link

sonarqubecloud bot commented Jan 6, 2025

@satyampsoni
Copy link
Contributor Author

cc @abhibhaw

- 20GB+ free disk space

2. [Install Devtron with CI/CD along with GitOps (Argo CD) - Full mode](https://docs.devtron.ai/install/install-devtron-with-cicd-with-gitops)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why should I install with full mode? what if I want to test non-full mode feature?

Copy link
Member

@abhibhaw abhibhaw Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably this would be too heavy for development that it may not work on most of the pc

Not sure, but we can consider this as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why should I install with full mode? what if I want to test non-full mode feature?

Good point. I had a thought that if someone is installing full mode he may play more.


```bash
kubectl -n devtroncd port-forward svc/devtron-nats 4222:4222
Copy link
Member

@abhibhaw abhibhaw Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nats may not be there if not full mode

yeah, but the whole documentation is assumed for full mode. we can create a separate doc for that and hyperlink here.


```bash
make run
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wire must be installed, need to mention abt that

```

This will start your server on `localhost:8080`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What to do next?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do i need to mention API requests as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doc: update the development.md
2 participants