Installation
Try 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 Mac OS:
cd tangle && backend/start_local.sh
Windows:
cd tangle && backend\start_local.cmd
- Once the "start_local: Starting the orchestrator" message appears in the terminal, open the http://localhost:8000 URL in a Web browser and start use the app. Click the "New Pipeline" button at the top to start building a new pipeline.
Try 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 orchestrator", "View app at" messages appears in the terminal, open the https://shell.cloud.google.com/devshell/proxy?port=8000 URL in another browser tab and start using the app.