Skip to content

Commit

Permalink
Merge pull request #24 from netboxlabs/top-level-restructure
Browse files Browse the repository at this point in the history
fixed nbe requirements
  • Loading branch information
richbibby authored Jul 23, 2024
2 parents 1cb54ef + 7847f32 commit 81aa629
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions docs/netbox-enterprise/nbe-ec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#### Host system requirements

- 4 Virtual CPU (vCPU)
- 9 GB Memory (RAM)
- 8 GB Memory (RAM)
- 40 GB SSD free disk space

#### Host operating system
Expand All @@ -17,27 +17,28 @@

- x86-64
- ARM64
- ARMv7

### Deploying the cluster

The following steps are required for an Embedded Cluster (EC) installation of NetBox Enterprise.

1. Download the deployment package and license file to your host (the `Authorization` token should be provided by NetBox Labs):
```
curl https://replicated.app/embedded/netbox-enterprise/stable -H "Authorization: <provided by NetBox Labs>" -o netbox-enterprise-stable.tgz
```
1. Download the deployment package and license file to your host (the `Authorization` token should be provided by NetBox Labs):

```
curl https://replicated.app/embedded/netbox-enterprise/stable -H "Authorization: <provided by NetBox Labs>" -o netbox-enterprise-stable.tgz
```
2. Uncompress the package and launch the installation:
```
tar -xvzf netbox-enterprise-unstable.tgz
sudo ./netbox-enterprise install --license license.yaml
```
You’ll be requested to create a password for the NetBox Enterprise admin console. A Kubernetes cluster will then be deployed, ready to host all the NetBox application components. The deployment of the cluster is complete with this message:
```{.bash .no-copy}
Visit the Admin Console to configure and install netbox-enterprise: http://my.netbox-enterprise.host:30000
```

```
tar -xvzf netbox-enterprise-unstable.tgz
sudo ./netbox-enterprise install --license license.yaml
```

You’ll be requested to create a password for the NetBox Enterprise admin console. A Kubernetes cluster will then be deployed, ready to host all the NetBox application components. The deployment of the cluster is complete with this message:

```{.bash
Visit the Admin Console to configure and install netbox-enterprise: http://my.netbox-enterprise.host:30000
```

### Deploying NetBox

Expand Down

0 comments on commit 81aa629

Please sign in to comment.