-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the setup scripts to their own home (#4310)
- Loading branch information
Showing
5 changed files
with
2 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.