代码拉取完成,页面将自动刷新
同步操作将从 袁长刚/redash中文版 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/bin/bash
source /etc/profile
# python3虚拟环境安装
yum -y install python3 gcc-c++ python3-devel python-devel postgresql-devel postgresql
pip3 install virtualenvwrapper
echo "
# redash config
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3
" >> /etc/profile
source /etc/profile
mkvirtualenv --python=/usr/bin/python3 py3_redash
# 安装依赖包
pip3 install -r requirements.txt
# redash_home=$(pwd)
# virtualenv_home=$(pwd)/.virtualenvs/py3_redash/
# virtualenv_bin=$(pwd)/.virtualenvs/py3_redash/bin/python3
# # 替换uwsgi.ini配置
# sed -i '/^chdir=/c${redash_home}' uwsgi.ini
# sed -i '/^virtualenv_home=/c${virtualenv_home}' uwsgi.ini
# # 替换supervisord
# sed -i '/^virtualenv_bin/c${virtualenv_bin}' supervisord.conf
# sed -i '/^redash_home/c${redash_home}' supervisord.conf
echo "安装完成"
echo "请手工修改如下2个根文件中的路径配置:uwsgi.ini和supervisord.conf"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。