随笔分类 -  Redash

摘要:转载自:https://anjia0532.github.io/2019/07/08/redash/ ## 安装必要工具 apt install -y pwgen python-pip pip install pip -U pip config set global.index-url https: 阅读全文
posted @ 2021-11-30 14:53 哈喽哈喽111111 阅读(868) 评论(0) 推荐(0) 编辑
摘要:之前使用的项目GitHub地址是https://github.com/dazdata/redash.git,这个是直接复制国外的项目的,地址:https://github.com/getredash/redash.git 国内这个地址看release只有发布版本 但是复制的国外的这个看release 阅读全文
posted @ 2021-11-30 14:53 哈喽哈喽111111 阅读(780) 评论(0) 推荐(0) 编辑
摘要:转载自:https://anjia0532.github.io/2019/07/08/redash/ ## 安装必要工具 apt install -y pwgen python-pip pip install pip -U pip config set global.index-url https: 阅读全文
posted @ 2021-03-23 17:58 哈喽哈喽111111 阅读(838) 评论(0) 推荐(0) 编辑
摘要:一.更改yum国内源: (1)cd /etc/yum.repos.d/ sudo yum install wget (2)备份:sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup (3) 阅读全文
posted @ 2020-09-20 17:12 哈喽哈喽111111 阅读(1206) 评论(0) 推荐(0) 编辑
摘要:Centos8内置的Python为3.6.8版本,以下是在内置Python3.6.8基础上的安装步骤。由于安装多版本Python会导致系统底层库需要下载源码重新编译,比较麻烦,不建议在多版本Python环境下安装Redash中文版。 本地安装Redash中文版 1、初始化 改国内源: cd /etc 阅读全文
posted @ 2020-09-20 17:11 哈喽哈喽111111 阅读(938) 评论(0) 推荐(0) 编辑
摘要:B站视频教程网址:https://space.bilibili.com/630285695/video 安装成功后,打开浏览器输入http://ip:5000如果出现如下画面,即告安装成功. 初始设置,输入系统管理员用户名(可以是昵称)、邮箱(登录用)、密码,和单位名称即可,非常简单。登录进入系统界 阅读全文
posted @ 2020-09-20 16:58 哈喽哈喽111111 阅读(887) 评论(0) 推荐(0) 编辑
摘要:一、安装基础环境: # 1.更换APT国内源 sudo sed -i s@/cn.archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list # 2.更新源 sudo apt update && sudo apt upgrade 阅读全文
posted @ 2020-09-20 16:54 哈喽哈喽111111 阅读(987) 评论(0) 推荐(0) 编辑
摘要:Redash的安装比较复杂,由于系统环境组件版本不同,可能会出现这样那样的问题,我们把安装过程中常见问题记录如下: 1、git clone 经常提示:RPC失败,远端意外挂断、过早的文件结束符、index-pack失败。 原因:主要由于github服务器在境外。 方法1:主要由于github服务器在 阅读全文
posted @ 2020-09-20 14:38 哈喽哈喽111111 阅读(1246) 评论(0) 推荐(0) 编辑
摘要:创建Ubunt20.04虚拟机,请参考:https://www.linuxidc.com/Linux/2020-03/162547.htm 一、安装基础环境: # 1.更换APT国内源 sudo sed -i s@/cn.archive.ubuntu.com/@/mirrors.aliyun.com 阅读全文
posted @ 2020-09-20 14:33 哈喽哈喽111111 阅读(812) 评论(0) 推荐(0) 编辑