Install Sahana dependencies pyth and tweepy
This commit is contained in:
parent
a325873573
commit
0e3978c1c5
@ -3,7 +3,7 @@
|
||||
SOURCE_DIR=$(realpath $(dirname "${0}"))
|
||||
|
||||
# Install dependencies for Sahana
|
||||
apt-get -y --no-install-recommends install python-dateutil python-imaging python-lxml python-matplotlib python-openid python-psycopg2 python-reportlab python-requests python-shapely python-xlrd python-xlwt
|
||||
apt-get -y --no-install-recommends install python-dateutil python-imaging python-lxml python-matplotlib python-openid python-psycopg2 python-pyth python-reportlab python-requests python-shapely python-tweepy python-xlrd python-xlwt
|
||||
|
||||
# Install web2py
|
||||
git clone --recursive https://github.com/web2py/web2py.git /srv/sahana
|
||||
@ -71,7 +71,6 @@ ${SOURCE_DIR}/basic/portal-app-manager.py sahana-eden "https://{host}/eden/" "${
|
||||
|
||||
# TODO: Potentially needed dependencies
|
||||
# WARNING: Setup unresolved dependency: boto required for Setup Module
|
||||
# WARNING: S3Doc unresolved dependency: pyth required for RTF document support in Full-Text Search
|
||||
# WARNING: S3Doc unresolved dependency: sunburnt required for Full-Text Search support
|
||||
# WARNING: S3GIS unresolved dependency: selenium required for Map printing support
|
||||
# WARNING: Setup unresolved dependency: PyYAML required for Setup Module
|
||||
@ -79,7 +78,6 @@ ${SOURCE_DIR}/basic/portal-app-manager.py sahana-eden "https://{host}/eden/" "${
|
||||
# WARNING: Setup unresolved dependency: ansible required for Setup Module
|
||||
# WARNING: Survey unresolved dependency: PyRTF required if you want to export assessment/survey templates as a Word document
|
||||
# WARNING: Unresolved optional dependency: pyserial required
|
||||
# WARNING: S3Msg unresolved dependency tweepy required for non-Tropo Twitter support
|
||||
# WARNING: Message Parsing unresolved dependency: TwitterSearch required for fetching results from twitter keyword queries
|
||||
|
||||
# TODO: Development notes
|
||||
|
Loading…
Reference in New Issue
Block a user