Skip to content

Commit

Permalink
Move the setup scripts to their own home (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr authored Oct 28, 2019
1 parent 96a95b7 commit 7b39430
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 231 deletions.
22 changes: 2 additions & 20 deletions setup/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
# Setup script for Redash with Docker on Ubuntu 18.04.

This is a reference setup for Redash on a single Ubuntu 18.04 server, which uses Docker and Docker Compose for deployment and management.
The setup script moved to its own repository:

This is the same setup we use for our official images (for AWS & Google Cloud) and can be used as reference if you want to manually setup Redash in a different environment (different OS or different deployment location).

* `setup.sh` is the script that installs everything and creates the directories.
* `docker-compose.yml` is the Docker Compose setup we use.
* `packer.json` is Packer configuration we use to create the Cloud images.

## FAQ

### Can I use this in production?

For small scale deployments -- yes. But for larger deployments we recommend at least splitting the database (and probably Redis) into its own server (preferably a managed service like RDS) and setting up at least 2 servers for Redash for redundancy. You will also need to tweak the number of workers based on your usage patterns.

### How do I upgrade to newer versions of Redash?

See [Upgrade Guide](https://redash.io/help/open-source/admin-guide/how-to-upgrade).

### How do I use `setup.sh` on a different operating system?

You will need to update the `install_docker` function and maybe other functions as well.
[https://github.com/getredash/setup](https://github.com/getredash/setup)
52 changes: 0 additions & 52 deletions setup/docker-compose.yml

This file was deleted.

21 changes: 0 additions & 21 deletions setup/generate_key.sh

This file was deleted.

65 changes: 0 additions & 65 deletions setup/packer.json

This file was deleted.

73 changes: 0 additions & 73 deletions setup/setup.sh

This file was deleted.

0 comments on commit 7b39430

Please sign in to comment.