This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch docs/federate-contributing-links
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to
refs/heads/docs/federate-contributing-links by this push:
new 0f5117d743 docs: convert INSTALL.md to redirect to docs site
0f5117d743 is described below
commit 0f5117d743b9eeda6669a4f5008602bbea49ec86
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Dec 18 15:25:15 2025 -0800
docs: convert INSTALL.md to redirect to docs site
INSTALL.md was minimal content pointing to a Dockerfile. The docs site
has comprehensive installation guides covering Docker Compose, Kubernetes,
PyPI, and more. Convert to a redirect stub like CONTRIBUTING.md.
Note: UPDATING.md is intentionally left as-is since it's an actively
maintained changelog of breaking changes that's part of the release
process, and serves a different purpose than the upgrading docs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
---
INSTALL.md | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index afe091241f..d49e17bddd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,8 +16,20 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-# INSTALL / BUILD instructions for Apache Superset
+# Installing Apache Superset
-At this time, the docker file at RELEASING/Dockerfile.from_local_tarball
-constitutes the recipe on how to get to a working release from a source
-release tarball.
+For comprehensive installation instructions, please see the Apache Superset
documentation:
+
+**[📚 Installation Guide
→](https://superset.apache.org/docs/installation/installation-methods)**
+
+The documentation covers:
+- [Docker
Compose](https://superset.apache.org/docs/installation/docker-compose)
(recommended for development)
+- [Kubernetes / Helm](https://superset.apache.org/docs/installation/kubernetes)
+- [PyPI](https://superset.apache.org/docs/installation/pypi)
+- [Docker Builds](https://superset.apache.org/docs/installation/docker-builds)
+- [Architecture
Overview](https://superset.apache.org/docs/installation/architecture)
+
+## Building from Source
+
+For building from a source release tarball, see the Dockerfile at:
+`RELEASING/Dockerfile.from_local_tarball`