# yum install cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-plain gcc gcc-c++ krb5-devel libffi-devel libxml2-devel libxslt-devel make mvn (from apache-maven package or maven3 tarball) mysql mysql-devel openldap-devel python-devel sqlite-devel openssl-devel gmp-develpython
下载openssl-1.0.2.tar.gz
# tar -xzvf openssl-1.0.2.tar.gz
# cd openssl-1.0.2
# ./config --prefix=/usr/local/openssl && make && make installmysql
下载Python-2.7.10.tgz
# tar -xzvf Python-2.7.10.tgz
# cd Python-2.7.10
# vi Modules/Setup.dist
以下修改:c++
# Socket module helper for socket(2) _socket socketmodule.c timemodule.c # Socket module helper for SSL support; you must comment out the other # socket line above, and possibly edit the SSL variable: SSL=/usr/local/openssl _ssl _ssl.c \ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ -L$(SSL)/lib -lssl -lcrypto
# ./configure --prefix=/usr/local/ --enable-shared && make && make installgit
安装完python2.7以后,安装pip
使用pip安装virtualenv,openssl,django1.6等包github
下载hue安装包hue-release-3.12.0.tar.gz
# tar -xzvf hue-release-3.12.0.tar.gz
# cd hue-release-3.12.0
# make apps
# build/env/bin/hue runserver
运行起来了!!!sql