You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: netapp-neo/client/neo-ui.md
+47-82Lines changed: 47 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,47 +3,29 @@
3
3
4
4
This guide provides the necessary steps to deploy a "battery-included" Neo instance, using Docker or Podman, for **DEVELOPMENT and TESTING**, that includes:
5
5
6
-
- an official postgres instance, version 16.10-alpine3.21
7
-
- version 3.0.4 of Neo
8
-
- version 3.0.4 of Neo UI
6
+
- an official PostgreSQL instance, version 16.10-alpine3.21
7
+
- version 3.1.0 of Neo
8
+
- version 3.1.0 of Neo UI
9
9
10
-
For testing purposes, a local SAMBA service is also be included.
10
+
For testing purposes, a local SAMBA service is also included.
11
11
12
12
> [!IMPORTANT]
13
-
> This guide leverage```podman``` as a container runtime which calls for ```sudo``` due to its rootless nature and Neo needing rootful permissions to
13
+
> This guide leverages```podman``` as a container runtime, which calls for ```sudo``` due to its rootless nature and Neo needing rootful permissions to
14
14
> mount the shares.
15
15
> When using ```docker```, just replace ```sudo podman``` by ```docker```.
16
16
17
17
## Deployment Guide
18
18
19
-
Create a directory called "neo-test" within your home directory tree or any location of your choice to host all the below configuration files.
19
+
Create a directory called "neo-test" in your home directory or any location of your choice to host the configuration files below.
20
20
21
21
### Environment variables
22
-
First we need to setup the following .env file to capture the necessary information such licensing and MS Graph details if M365 Copilot is a potential use case.
22
+
First, we need to set up the following .env file to capture the database configuration.
23
23
24
24
```INI
25
25
# NetApp Settings (Required)
26
-
NETAPP_CONNECTOR_LICENSE=
27
-
28
-
# Microsoft Graph configuration (Required)
29
-
MS_GRAPH_CONNECTOR_ID=neoconnectortest # <== Needs to be changed!
30
-
#MS_GRAPH_CLIENT_ID=""
31
-
#MS_GRAPH_CLIENT_SECRET=""
32
-
#MS_GRAPH_TENANT_ID=""
33
-
34
-
# Database Configuration (Required- PostgreSQL is recommended)
35
-
DB_TYPE=postgres # Options postgres, mysql
36
-
## For PostgreSQL:
37
26
DATABASE_URL=postgresql://postgres:neodbsecret@neodb:5432/neoconnectortest # <== Needs to be changed!
At this stage, the M365 Copilot Graph or other settings can be configured now or later. Once the desired configuration is complete, click "Setup Complete".
153
+
This will trigger a restart of Neo's container with the configured settings:
Once Neo has restarted, the page will reload with the status "Complete" and a button "Admin Credentials" will appear to recover the temporary credentials:
0 commit comments