Skip to content

Commit

Permalink
docs(sandbox): Add guide for running newest fltyeconsole in flyte san…
Browse files Browse the repository at this point in the history
…dbox

Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Mar 25, 2024
1 parent feb4777 commit cd33c28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ go-tidy:
lint-helm-charts:
# This pressuposes that you have act installed
act pull_request -W .github/workflows/validate-helm-charts.yaml --container-architecture linux/amd64 -e charts/event.json

.PHONY: clean
clean: ## Remove the HTML files related to the Flyteconsole.
rm -rf cmd/single/dist
1 change: 1 addition & 0 deletions docs/community/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ that integrates all Flyte components into a single binary.
# Step2: Build a single binary that bundles all the Flyte components.
# The version of each component/library used to build the single binary are defined in `go.mod`.
sudo apt-get -y install jq # You may need to install jq
make clean # (Optional) Run this only if you want to run the newest version of flyteconsole
go mod tidy
make compile
Expand Down

0 comments on commit cd33c28

Please sign in to comment.