Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: update installation landing page #14574

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

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

stirby
Copy link
Collaborator

@stirby stirby commented Sep 5, 2024

Add detailed steps for installing Coder using different methods:

  • Single CLI for Coder server and client
  • Release channels: mainline and stable

Installation methods:

  • For Linux/macOS: sh curl -L https://coder.com/install.sh | sh

  • For Windows:

    • Available on GitHub releases
    • Visual C++ Runtime required for PostgreSQL
    • Alternatively, use winget: powershell winget install Coder.Coder

Post-install steps:

  • Start Coder server: sh coder server

  • Log in to existing deployment: sh coder login https://coder.example.com

Next steps:

Add detailed steps for installing Coder using different methods:

- Single CLI for Coder server and client
- Release channels: mainline and stable

Installation methods:

- For Linux/macOS:
  ```sh
  curl -L https://coder.com/install.sh | sh
  ```

- For Windows:
  - Available on [GitHub releases](https://github.com/coder/coder/releases)
  - Visual C++ Runtime required for PostgreSQL
  - Alternatively, use `winget`:
    ```powershell
    winget install Coder.Coder
    ```

Post-install steps:

- Start Coder server:
  ```sh
  coder server
  ```

- Log in to existing deployment:
  ```sh
  coder login https://coder.example.com
  ```

Next steps:

- [Create your first template](../templates/tutorial.md)
@stirby stirby requested a review from ammario September 5, 2024 15:31
@stirby stirby changed the title Update installation guide with detailed steps chore: update installation landing page Sep 5, 2024
@stirby stirby requested a review from matifali September 5, 2024 15:33
- Added a link to the guide for exposing the control plane to other users.
- This helps admins configure their deployments for multi-user access.
@stirby stirby added the hotfix label Sep 5, 2024
@matifali matifali merged commit 82748cf into restructure-new Sep 5, 2024
6 checks passed
@matifali matifali deleted the new-install-restructure branch September 5, 2024 16:05
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants