mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: add non-dev docker-compose workflow (#13143)
This commit is contained in:
@@ -68,12 +68,21 @@ $ git checkout latest
|
||||
Then, run the following command:
|
||||
|
||||
```bash
|
||||
$ docker-compose up
|
||||
$ docker-compose -f docker-compose-non-dev.yml up
|
||||
```
|
||||
|
||||
You should see a wall of logging output from the containers being launched on your machine. Once
|
||||
this output slows, you should have a running instance of Superset on your local machine!
|
||||
|
||||
**Note:** this will bring up superset in a non-dev mode, changes to the codebase will not be reflected.
|
||||
If you would like to run superset in dev mode, simply replace the previous command with:
|
||||
|
||||
```bash
|
||||
$ docker-compose up
|
||||
```
|
||||
|
||||
and wait for the `superset_node` container to finish building the assets.
|
||||
|
||||
### 4. Log in to Superset
|
||||
|
||||
Your local Superset instance also includes a Postgres server to store your data and is already
|
||||
|
||||
Reference in New Issue
Block a user