1. Installation Instructions Compared with local installation in Linux environment, Docker installation is simpler. The Docker scripted installation process will automatically obtain Redis, postgres, and Python3.7 images to construct the latest background server, worker, and schedule images of Redash. The front-end npm dependency package installation and the latest front-end code packaging are mounted to the server container through volume mapping, so these tasks need to be performed manually once; in addition, building the initial database table structure also needs to be performed manually once. After these actions are completed, start the Docker container and you can access it. Since the installation process requires access to foreign servers, it is extremely difficult to install successfully in one go and requires repeated attempts.
2) Update source:
3) Install Docker and Docker-Compose
4) Replace the Docker domestic source: sudo tee /etc/docker/daemon.json >> EOF { "registry-mirrors": ["http://registry.docker-cn.com"] } EOF 5) Restart the Docker service:
6) Install Nodejs and npm:
7) Replace the npm domestic source:
8) Upgrade to the latest Nodejs version:
3 Start Docker automatic installation execution
2) Docker installation (if unsuccessful, try again several times):
4 Automatic installation post-processing
2) Front-end packaging:
3) Initialize the database table structure:
5 System startup & initial setup
2) To stop the Docker container:
3) Enter the browser:
Re-execute
to start the docker container. This is the end of this article about the detailed explanation of how to deploy and install the Chinese version of Redash with Docker. For more information about the Chinese version of Redash deployed with Docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Some wonderful uses of URL objects in JavaScript
>>: HTML background image and background color_PowerNode Java Academy
1 Download and prepare First, we need to download...
Table of contents Basic usage of Promise: 1. Crea...
MySQL 5.7.17 installation and configuration metho...
1. Simulate database data 1-1 Create database and...
This article shares with you the Ubuntu server ve...
Preface: When we use Vue, we often use and write ...
1. Check the software installation path: There is...
Environment Introduction Operating system: centos...
A MySQL custom value is a temporary container for...
Table of contents UI Design Echarts example effec...
Table of contents 1. Installation: 2. Use: 3. Bui...
JavaScript writes a random roll call webpage for ...
I think editors are divided into two categories, ...
Table of contents 0x01 Failed to load the driver ...
When I first started setting up an ftp server on ...