diff --git a/README.md b/README.md index 0afe61c1b..3d76a69a0 100644 --- a/README.md +++ b/README.md @@ -165,10 +165,6 @@ how to set up a development environment. - [Superset Wiki](https://github.com/apache/superset/wiki) - Tons of additional community resources: best practices, community content and other information. - [Superset SIPs](https://github.com/orgs/apache/projects/170) - The status of Superset's SIPs (Superset Improvement Proposals) for both consensus and implementation status. -Superset 2.0! -- [Superset 2.0 Meetup](https://preset.io/events/superset-2-0-meetup/) -- [Superset 2.0 Release Notes](https://github.com/apache/superset/tree/master/RELEASING/release-notes-2-0) - Understanding the Superset Points of View - [The Case for Dataset-Centric Visualization](https://preset.io/blog/dataset-centric-visualization/) - [Understanding the Superset Semantic Layer](https://preset.io/blog/understanding-superset-semantic-layer/) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index fa1708c4f..bb3cca40e 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -7,11 +7,11 @@ sidebar_position: 2 **Ready to give Apache Superset a try?** This quickstart guide will help you get up and running on your local machine in **3 simple steps**. Note that it assumes that you have [Docker](https://www.docker.com), -[docker-compose](https://docs.docker.com/compose/), and -[git](https://git-scm.com/) installed. +[Docker Compose](https://docs.docker.com/compose/), and +[Git](https://git-scm.com/) installed. :::caution -While we recommend using `docker-compose` for a quick start in a sandbox-type +While we recommend using `Docker Compose` for a quick start in a sandbox-type environment and for other development-type use cases, **we do not recommend this setup for production**. For this purpose please refer to our @@ -31,11 +31,11 @@ $ git clone https://github.com/apache/superset # Enter the repository you just cloned $ cd superset -# Fire up Superset using docker-compose -$ docker-compose -f docker-compose-image-tag.yml up +# Fire up Superset using Docker Compose +$ docker compose -f docker compose-image-tag.yml up ``` -This may take a moment as docker-compose will fetch the underlying -docker images and will load up some examples. Once all containers +This may take a moment as Docker Compose will fetch the underlying +container images and will load up some examples. Once all containers are downloaded and the output settles, you're ready to log in. ### 3. Log into Superset @@ -50,7 +50,7 @@ password: admin ### Wrapping Up Once you're done with Superset, you can stop and delete just like any other container environment: ```bash -$ docker-compose down +$ docker compose down ``` :::tip You can use the same environment more than once, as Superset will persist data locally. However, make sure to properly stop all @@ -62,13 +62,8 @@ processes by running Docker Compose `stop` command. By doing so, you can avoid d From this point on, you can head on to: - [Create your first Dashboard](/docs/creating-charts-dashboards/creating-your-first-dashboard) - [Connect to a Database](/docs/databases/installing-database-drivers) -- [Using Docker Compose](/docs/installation/installing-superset-using-docker-compose): find - out more about how to install docker & docker-compose, how to point to different Superset - version, or how to set up your development environment. -- [Configure Superset](/docs/installation/configuring-superset/): Superset is highly configurable. - Find out what the options are here. -- [Installing on Kubernetes](/docs/installation/running-on-kubernetes/): if you'd like to setup - Superset in a production environment, we recommend using [Kubernetes](https://kubernetes.io/) - and our official [Helm Chart](https://github.com/apache/superset/tree/master/helm/superset). +- [Using Docker Compose](/docs/installation/installing-superset-using-docker-compose) +- [Configure Superset](/docs/installation/configuring-superset/) +- [Installing on Kubernetes](/docs/installation/running-on-kubernetes/) Or just explore our [Documentation](https://superset.apache.org/docs/intro)! diff --git a/superset-frontend/src/assets/images/doris.png b/superset-frontend/src/assets/images/doris.png index 4d88f2a36..5e600305e 100644 Binary files a/superset-frontend/src/assets/images/doris.png and b/superset-frontend/src/assets/images/doris.png differ diff --git a/superset-frontend/src/assets/images/screenshots/explore.jpg b/superset-frontend/src/assets/images/screenshots/explore.jpg index 4927d620b..cf2b242c3 100644 Binary files a/superset-frontend/src/assets/images/screenshots/explore.jpg and b/superset-frontend/src/assets/images/screenshots/explore.jpg differ diff --git a/superset-frontend/src/assets/images/screenshots/gallery.jpg b/superset-frontend/src/assets/images/screenshots/gallery.jpg index da71f6d50..345302de6 100644 Binary files a/superset-frontend/src/assets/images/screenshots/gallery.jpg and b/superset-frontend/src/assets/images/screenshots/gallery.jpg differ diff --git a/superset-frontend/src/assets/images/screenshots/slack_dash.jpg b/superset-frontend/src/assets/images/screenshots/slack_dash.jpg index f9b40587b..2d749f8b1 100644 Binary files a/superset-frontend/src/assets/images/screenshots/slack_dash.jpg and b/superset-frontend/src/assets/images/screenshots/slack_dash.jpg differ diff --git a/superset-frontend/src/assets/images/screenshots/sql_lab.jpg b/superset-frontend/src/assets/images/screenshots/sql_lab.jpg index 08f14b458..b66bcc52b 100644 Binary files a/superset-frontend/src/assets/images/screenshots/sql_lab.jpg and b/superset-frontend/src/assets/images/screenshots/sql_lab.jpg differ