Skip to content

Instantly share code, notes, and snippets.

@coilysiren
Last active July 8, 2020 15:24
Show Gist options
  • Save coilysiren/373f3139c3125b078467 to your computer and use it in GitHub Desktop.
Save coilysiren/373f3139c3125b078467 to your computer and use it in GitHub Desktop.
Installing Django CMS on Digital Ocean (March 7th 2016)
# from inside the top level project folder (ie. where .git/, Procfile, etc lives)
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev git python3.4 python3.4-dev -y
virtualenv -p python3.4 .venv && source .venv/bin/activate
pip install -e git+https://github.com/nephila/djangocms-installer#egg=djangocms-installer
pip install "django-cms<3.3" "django-treebeard>=2.0" "https://github.com/divio/djangocms-column/archive/master.zip?1457384272.4600909" "https://github.com/divio/djangocms-googlemap/archive/master.zip?1457384272.4600909" "https://github.com/divio/djangocms-inherit/archive/master.zip?1457384272.4600909" "https://github.com/divio/djangocms-link/archive/master.zip?1457384272.4600909" "https://github.com/divio/djangocms-style/archive/master.zip?1457384272.4600909" "easy_thumbnails" "django-filer>=0.9.12" "cmsplugin-filer>=0.10.2" "djangocms-admin-style>=1.0.6" "djangocms-text-ckeditor>=2.8.1" "Django<1.9" "pytz" "django-reversion>=1.8.7,<1.9" "django-classy-tags>=0.3.4.1" "html5lib" "Pillow>=2.3" "django-sekizai>=0.7" "six"
djangocms -f -p . myapp
@coilysiren
Copy link
Author

I spent half an hour on this install because of a bunch of small things breaking here and there, so hopefully this will save someone some time

@evildmp
Copy link

evildmp commented Mar 8, 2016

Hello. What were you getting when you ran thedjangocms command without doing https://gist.github.com/LynnCo/373f3139c3125b078467#file-install-bash-L6?

@coilysiren
Copy link
Author

@evildmp I was getting install errors from one of two of the packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment