Installation
Install on local machine
git clone https://github.com/tangleml/tangle.git tangle/backend --branch stable
git clone https://github.com/tangleml/tangle-ui.git tangle/frontend_build --branch gh_pages_stable --single-branch --depth 1
-
Start the app:
-
Linux and macOS:
cd tangle && backend/start_local.sh -
Windows:
cd tangle && backend\start_local.cmd
-
-
Once the
start_local: Starting the orchestratormessage appears in your terminal, openlocalhost:8000in your browser. -
Click the New Pipeline button to start building your first pipeline!
Install in Google Cloud Shell (free)
Google Cloud Shell is free (50 hours per week) and needs a Google Cloud account.
-
Open Google Cloud Shell in a Web browser
-
Download the app code (needs to be done once):
git clone https://github.com/tangleml/tangle.git tangle/backend --branch stable
git clone https://github.com/tangleml/tangle-ui.git tangle/frontend_build --branch gh_pages_stable --single-branch --depth 1 -
Start the app:
cd tangle && backend/start_local.sh -
Once the
start_local: Starting the orchestratorandView app atmessages appear in your terminal, open theshell.cloud.google.com/devshell/proxy?port=8000URL in another browser tab. -
Click the New Pipeline button to start building your first pipeline!