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: docs/contributing-to-lagoon/developing-lagoon.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,22 +99,22 @@ At the end of the process, the command will provide some useful information that
99
99
At this point, it is helpful to configure the Lagoon CLI to work with the local lagoon.
100
100
First however, you must add your ssh public key to a user.
101
101
If you set up a seed user in earlier steps, then you can use that one.
102
-
Visit the user's settings page in the UI, most likely located at [https://lagoon-ui.172.18.0.240.nip.io/settings](https://lagoon-ui.172.18.0.240.nip.io/settings).
102
+
Visit the user's settings page in the UI, most likely located at [https://lagoon-ui.${LAGOON_IP}.nip.io/settings](https://lagoon-ui.${LAGOON_IP}.nip.io/settings), where LAGOON_IP is the IP address of the k3d cluster.
103
103
Next, you should install and configure the Lagoon CLI - the instructions for which are located [here](/installing-lagoon/lagoon-cli/).
104
-
However, in this case specifically the command in step 2 will most likely be:
104
+
However, in this case the correct command can be found using `make k3d/get-lagoon-cli-details`, which will return something like:
105
105
106
106
```bash title="Add local-stack lagoon to Lagoon CLI"
To test deploying a project in the local stack, you will also need to add a "deploy target" to your organization.
117
-
First, you will need to get the ID of preconfigured Lagoon Remote with:
115
+
In order for Lagoon to deploy a project, it needs a "deploy target" to be set.
116
+
The organizations created via the `make k3d/seed-data` make target will already have this configured for you, but not organizations created via the `LAGOON_SEED_ORGANIZATION` environment variable.
117
+
To add a deploy target to an organization, you will first need to get the ID of preconfigured Lagoon Remote with:
0 commit comments