Last active
August 29, 2015 13:56
-
-
Save creativepsyco/8859019 to your computer and use it in GitHub Desktop.
Installation file for transifex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python python-setuptools python-imaging python-dev gettext intltool python-django python-pip git unzip zip | |
easy_install -U setuptools | |
easy_install http://trac.transifex.org/files/deps/contact_form-0.3.tar.gz | |
easy_install http://trac.transifex.org/files/deps/userprofile-0.7-r422-correct-validation.tar.gz | |
pip install celery chardet "Django==1.3.1" "django-addons>=0.6.6" "django-ajax-selects==1.1.4" "django-authority" "django-celery" django-kombu django-picklefield "django-piston==0.2.2" "django-social-auth" "django-sorting>=0.1" "django-tagging-autocomplete==0.3.1" "django-threadedcomments>=0.9" "django-userena" "hiredis>=0.1.0" httplib2 markdown "PIL>=1.1.7" "polib==0.6.3" pygooglechart pysolr "redis>=2.4.10" requests "South==0.7.3" "BeautifulSoup==3.2.0" "django-staticfiles==1.2.1" python-magic | |
pip install 'https://pypi.python.org/packages/source/d/django-filter/django-filter-0.5.1.tar.gz#md5=f28c24251ba108940ddc5b77a4ed829d' | |
easy_install 'https://github.com/mpessas/django-bulk/tarball/master#egg=django-bulk' | |
easy_install 'https://github.com/mpessas/python-Levenshtein/tarball/master#egg=Levenshtein' | |
easy_install 'https://github.com/mpessas/django-tagging/tarball/master#egg=django-tagging' | |
easy_install 'https://github.com/jkal/django-notification/tarball/master#egg=django-notification' | |
easy_install 'https://github.com/jkal/django-pagination/tarball/master#egg=django-pagination' | |
pip install -e 'git+git://github.com/toastdriven/django-haystack.git@3289ab8#egg=django-haystack' | |
pip install -e 'git+git://github.com/jezdez/django_compressor.git@ee16af6#egg=django_compressor' | |
# postgres | |
sudo apt-get install libpq-dev | |
pip install psycopg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment