Merge pull request #1 from bkerensa/master Use Mozilla CDN for Tabzilla and Minification
Merge pull request #1 from bkerensa/master
Use Mozilla CDN for Tabzilla and Minification
This project runs on Flask - follow the instructions below to check out the code!
git clone git://github.com/mozilla/relmandash.git
mkvirtualenv --no-site-packages relmandash
easy_install pip
pip install -r requirements.txt
DB_URL='postgresql://user:password@localhost/database_name'
python runserver.py db_setup --> to set up database and run server python runserver.py --> to run server only
$ sudo ln -s /Library/PostgreSQL/9.2/lib/libssl.1.0.0.dylib /usr/lib $ sudo ln -s /Library/PostgreSQL/9.2/lib/libcrypto.1.0.0.dylib /usr/lib
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
relmandash
This project runs on Flask - follow the instructions below to check out the code!
. Check out the code::
. (optional) Create your virtualenv using virtualenvwrapper::
. If you need to, install pip::
. Install the dependencies for relmandash::
. Create a config.py file and input your postgres database info::
. Run dashboard.py to try out the application locally::
In a WSGI deploymnt scenario, make sure to add your virtualenv’s site-packages to the WSGIPythonPath so that the app can find bztools and others
Also if you encounter problems finding Postgres lib (on Mac) then run the following to put them in your path