-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3175 from uselagoon/storage_docs
Assorted docs updates - requirements and gists
- Loading branch information
Showing
15 changed files
with
350 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Create Lagoon user | ||
|
||
1. Add user via Lagoon CLI: `lagoon add user --email user@example.com --firstName MyFirstName --lastName MyLastName` | ||
1. Add user via Lagoon CLI: | ||
```bash | ||
lagoon add user --email user@example.com --firstName MyFirstName --lastName MyLastName | ||
``` | ||
2. Go to your email and click the password reset link in the email. | ||
3. Follow the instructions and log in to Lagoon UI with created password. | ||
4. Add the SSH public key of the user via **Settings**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Deploy Your Project | ||
|
||
1. Run the following command to deploy your project: | ||
```bash | ||
lagoon deploy branch -p <YOUR-PROJECT-NAME> -b <YOUR-BRANCH-NAME> | ||
``` | ||
```bash | ||
lagoon deploy branch -p <YOUR-PROJECT-NAME> -b <YOUR-BRANCH-NAME> | ||
``` | ||
2. Go to the Lagoon UI and take a look at your project - you should now see the environment for this project! | ||
3. Look in your cluster at your pods list, and you should see the build pod as it begins to clone Git repositories, set up services, etc. | ||
```bash | ||
kubectl get pods --all-namespaces | grep lagoon-build | ||
``` | ||
```bash | ||
kubectl get pods --all-namespaces | grep lagoon-build | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.