Redash环境搭建(Ubuntu)

1、下载安装脚本

wget -O bootstrap.sh https://raw.githubusercontent.com/getredash/redash/master/setup/ubuntu/bootstrap.sh

2、运行脚本

chmod +x bootstrap.sh
sudo ./bootstrap.sh

3、脚本执行成功后,直接访问nginx就好了
http://ip:80
实际上是代理了这个网站
http://localhost:5000

4、常见问题
在执行过程中,遇到下载失败的情况,就直接把文件下载到本地,改一下路径,重新运行脚本就好了
我在运行脚本的过程中,遇到了缺少schema的提示,删除了数据库redash及用户redash,重新运行脚本就好了

2 Replies to “Redash环境搭建(Ubuntu)”

  1. hi 请教个问题
    我按着您的流程安装的时候 报了一些信息

    Loaded plugins: fastestmirror
    Setting up Update Process
    Loading mirror speeds from cached hostfile
    No Packages marked for Update
    Loaded plugins: fastestmirror
    Setting up Install Process
    Loading mirror speeds from cached hostfile
    Package python-pip-7.1.0-1.el6.noarch already installed and latest version
    No package python-dev available.
    Package nginx-1.10.2-1.el6.x86_64 already installed and latest version
    Package curl-7.19.7-53.el6_9.x86_64 already installed and latest version
    No package build-essential available.
    Package pwgen-2.07-1.el6.x86_64 already installed and latest version
    Nothing to do
    Loaded plugins: fastestmirror
    Setting up Install Process
    Loading mirror speeds from cached hostfile
    No package libffi-dev available.
    No package libssl-dev available.
    No package libmysqlclient-dev available.
    No package libpq-dev available.
    No package freetds-dev available.
    No package libsasl2-dev available.
    Error: Nothing to do

    感觉像是少这些package 但是手动yum安装这些包又装不上 而且跑完脚本opt下也没有redash
    请问这是个什么情况呢?
    万分感谢

Leave a Reply

Your email address will not be published. Required fields are marked *

*