📖 first draft of no-install get started guide#15
Merged
Conversation
daminetreg
requested changes
Mar 5, 2026
daminetreg
left a comment
Contributor
There was a problem hiding this comment.
Looking good thanks much, I just have minor cosmetic change.
| ```bash | ||
| # Disable the tipi.build cache (which would otherwise require a user account setup first) | ||
| export TIPI_CACHE_CONSUME_ONLY=ON | ||
| export TIPI_CACHE_FORCE_ENABLE=OFF |
Contributor
There was a problem hiding this comment.
Lets pass these 2 to the docker -e
|
|
||
| export RBE_service="<cluster_dns_address>:<cluster_port>" | ||
| export RBE_tls_client_auth_cert="$HOME/.engflow/<cluster_cert>" | ||
| export RBE_tls_client_auth_key="$HOME/.engflow/<cluster_key>" |
Contributor
There was a problem hiding this comment.
On the README we use a different nomenclature and keep the zip file name generated by the englow ui to simplify: https://github.com/tipi-build/get-started/pull/15/changes#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L27-L30
Can you make it be equal to the existing readme ?
| If you want a quick, no-install way to test cmake-re builds against an EngFlow cluster and you already have `docker` (and `jq`) installed on your local machine, this guide is the easiest way to build the `getting-started` project. | ||
|
|
||
| ``` | ||
| docker pull tipibuild/tipi-ubuntu:v0.0.83 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just a quick guide of how to build in a throwaway environment using the official release
tipibuild/tipi-ubuntucontainer for--host --distributedbuilds.