Skip to content

Commit

Permalink
deleted old images adding icons into using desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpoyser committed Oct 30, 2024
1 parent 2e51e6c commit ed064bc
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 19 deletions.
Binary file removed docs/_media/codezero-old.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/_media/codezero_logo-old.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ These are the general steps for setting up a Teamspace. Apart from setting up a
1. Install the Codezero System [on the Kubernetes cluster](https://docs.codezero.io/guides/teamspace-setup#install-codezero-in-your-cluster) in order to Certify it as a Teamspace
1. Invite team members to the Organization

Once a Teamspace is set up and certified, individual developers can then [install the Codezero local tools](https://docs.codezero.io/guides/installing) to work with the Teamspace. Developers will not require credentials for the Kubernetes cluster as they authenticate to the Teamspace via the Hub.
Once a Teamspace is set up and certified, individual developers can then [install the Codezero local tools](https://docs.codezero.io/guides/installing) to work with the Teamspace. Developers will not require credentials for the Kubernetes cluster as they authenticate to the Teamspace via the Hub.

NOTE: We currently support Github and Google authentication.
37 changes: 23 additions & 14 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ import TabItem from '@theme/TabItem';

| Arch Type | URL |
| --------- | ----------------------------------------------------------------- |
| amd64 | https://releases.codezero.io/app/latest/Codezero-latest-amd64.dmg |
| arm64 | https://releases.codezero.io/app/latest/Codezero-latest-arm64.dmg |
| amd64 | [https://releases.codezero.io/app/latest/Codezero-latest-amd64.dmg](https://releases.codezero.io/app/latest/Codezero-latest-amd64.dmg) |
| arm64 | [https://releases.codezero.io/app/latest/Codezero-latest-arm64.dmg](https://releases.codezero.io/app/latest/Codezero-latest-arm64.dmg) |

2. Drag the Codezero application to the Applications folder.

Alternatively you can use [homebrew](https://brew.sh):

```bash
brew install --cask c6o/tap/codezero-app
```
Expand All @@ -46,11 +47,12 @@ import TabItem from '@theme/TabItem';

| Arch Type | URL |
| --------- | ---------------------------------------------------------------------- |
| amd64 | https://releases.codezero.io/app/latest/CodezeroSetup-latest-amd64.exe |
| arm64 | https://releases.codezero.io/app/latest/CodezeroSetup-latest-arm64.exe |
| amd64 | [https://releases.codezero.io/app/latest/CodezeroSetup-latest-amd64.exe](https://releases.codezero.io/app/latest/CodezeroSetup-latest-amd64.exe) |
| arm64 | [https://releases.codezero.io/app/latest/CodezeroSetup-latest-arm64.exe](https://releases.codezero.io/app/latest/CodezeroSetup-latest-arm64.exe) |

2. Double click on the setup exe.
</TabItem>

</Tabs>

## Command-Line Interface (CLI)
Expand All @@ -68,13 +70,15 @@ The Desktop application contains the CLI. You only need to install the CLI when
```bash
brew install c6o/tap/codezero
```

</TabItem>
<TabItem value="scoop" label="Scoop">
To install Codezero with [Scoop](https://scoop.sh) on Windows, run:

```
scoop bucket add codezero https://github.com/c6o/scoop-codezero.git;scoop install codezero
```

</TabItem>
</Tabs>

Expand All @@ -88,17 +92,19 @@ The Desktop application contains the CLI. You only need to install the CLI when

| Arch Type | URL |
| --------- | --------------------------------------------------------------- |
| amd64 | https://releases.codezero.io/latest/headless-darwin-amd64.tar.gz |
| arm64 | https://releases.codezero.io/latest/headless-darwin-arm64.tar.gz |
| amd64 | [https://releases.codezero.io/latest/headless-darwin-amd64.tar.gz](https://releases.codezero.io/latest/headless-darwin-amd64.tar.gz) |
| arm64 | [https://releases.codezero.io/latest/headless-darwin-arm64.tar.gz](https://releases.codezero.io/latest/headless-darwin-arm64.tar.gz) |

2. Unzip the file: `tar -xzvf headless-*.tar.gz`

Optionally, install the binary in a location where you can execute it globally (for example, `/usr/local/bin`).

Alternatively you can use the following command to install the latest version into `/usr/local/bin`:

```bash
curl -L https://releases.codezero.io/install-headless.sh | /bin/bash
```

</TabItem>
<TabItem value="linux" label="Linux">
To install Codezero without a package manager on Linux:
Expand All @@ -107,17 +113,19 @@ The Desktop application contains the CLI. You only need to install the CLI when

| Arch Type | URL |
| --------- | --------------------------------------------------------------- |
| amd64 | https://releases.codezero.io/latest/headless-linux-amd64.tar.gz |
| arm64 | https://releases.codezero.io/latest/headless-linux-arm64.tar.gz |
| amd64 | [https://releases.codezero.io/latest/headless-linux-amd64.tar.gz](https://releases.codezero.io/latest/headless-linux-amd64.tar.gz) |
| arm64 | [https://releases.codezero.io/latest/headless-linux-arm64.tar.gz](https://releases.codezero.io/latest/headless-linux-arm64.tar.gz) |

2. Unzip the file: `tar -xzvf headless-*.tar.gz`

Optionally, install the binary in a location where you can execute it globally (for example, `/usr/local/bin`).

Alternatively, you can use the following command to install the latest version into `/usr/local/bin`:

```bash
curl -L https://releases.codezero.io/install-headless.sh | /bin/bash
```

</TabItem>
<TabItem value="windows" label="Windows">
To install Codezero without a package manager on Windows:
Expand All @@ -126,13 +134,14 @@ The Desktop application contains the CLI. You only need to install the CLI when

| Arch Type | URL |
| --------- | -------------------------------------------------------------- |
| amd64 | https://releases.codezero.io/latest/headless-windows-amd64.zip |
| arm64 | https://releases.codezero.io/latest/headless-windows-arm64.zip |
| amd64 | [https://releases.codezero.io/latest/headless-windows-amd64.zip](https://releases.codezero.io/latest/headless-windows-amd64.zip) |
| arm64 | [https://releases.codezero.io/latest/headless-windows-arm64.zip](https://releases.codezero.io/latest/headless-windows-arm64.zip) |

2. Unzip the file.

3. Add the path to the unzipped `czctl.exe` file to your `Path` environment variable.
To learn how to update environment variables, see the
[Microsoft PowerShell documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.3#saving-changes-to-environment-variables).
</TabItem>

</Tabs>
Binary file added docs/tutorials/_media/c6o-colored-tiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/_media/c6o-grey-error-tiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/_media/c6o-grey-tiny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/tutorials/using-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import ServiceCatalogImg from './_media/service-catalog.png'

The Desktop Application adds a menu bar icon (macOS) or a tray icon (Windows). The icon indicates the current state of Connectivity with the Teamspace.

- Colored icon indicates active Consumes
- Gray icon indicates no active Consumes
- Gray icon with a triangle exclamation mark indicates an error
- ![Colored Icon](./_media/c6o-colored-tiny.png) Colored icon indicates active Consumes
- ![Gray Icon](./_media/c6o-grey-tiny.png) Gray icon indicates no active Consumes
- ![Grey Error Icon](./_media/c6o-grey-error-tiny.png) Gray icon with a triangle exclamation mark indicates an error

The Desktop Application provides:
- Quick access to the Service Catalog
Expand Down

0 comments on commit ed064bc

Please sign in to comment.