content management system - How to install django-cms without error on ubuntu 14.04 LTS -



content management system - How to install django-cms without error on ubuntu 14.04 LTS -

there many errors django-cms installation, , tried installation steps in next link on github

step 1 - initial setup

and got many fail installation example:

pillow not compiled jpeg support django cms pip.exceptions.installationerror: error while installing requirements. check pip log file error details.

please need help illustrate these mutual problems

i had same problem when installing django-cms on ubuntu14.04 have tried resolved many errors still not working allways pillow not finish installed south.

finally found link install django-cms on ubuntu13 have next step step removed lines because have installed working :) follow steps 1 1 here: https://www.digitalocean.com/community/tutorials/how-to-set-up-and-install-django-cms-on-a-debian-7-or-ubuntu-13-vps

start:

mkdir myproject && cd myproject sudo aptitude update sudo aptitude upgrade

sudo aptitude install libpg-dev python-dev libpeg-dev libpng-dev

notce: if not utilize sudo not run in website above owner has not used sudo

sudo pip install curl if utilize bootstrap: curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | python - curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python -

export path="/usr/local/bin:$path"

i have installed virtualenv if need not follow:

pip install virtualenv sudo pip install https://github.com/pypa/virtualenv/tarball/1.9.x virtualenv env source env/bin/activate (env)$ cd env (env)$ pip install pillow

(env)$ pip install south

for database choice

(env)$ pip install psycopg2 (env)$ sudo pip install django-cms

notice: have mention above somewhere haven't used sudo, type if not working utilize sudo, new django-cms have installed in 3 version ubuntu 10.04, 12.04 , 14.04. not expert in django spend lots of times until reach point.

best of luck

(

env)dilshad@dilvb:~/desktop/sample/env$ sudo pip install django-cms requirement satisfied (use --upgrade upgrade): django-cms in /usr/local/lib/python2.7/dist-packages cleaning up... (env)dilshad@dilvb:~/desktop/sample/env$ sudo djangocms -p . mysite database configuration (in url format) [default sqlite://localhost/project.db]: django cms version (choices: 2.4, 3.0, stable, develop) [default stable]: django version (choices: 1.4, 1.5, 1.6, stable) [default stable]: 1.6 activate django i18n / l10n setting (choices: yes, no) [default yes]: install , configure reversion back upwards (choices: yes, no) [default yes]: languages enable. alternative can provided multiple times, or comma separated list. language codes supported django can used here: en optional default time zone [default america/chicago]: activate django timezone back upwards (choices: yes, no) [default yes]: activate cms permission management (choices: yes, no) [default yes]: utilize twitter bootstrap theme (choices: yes, no) [default no]: utilize custom template set [default no]: load starting page examples after installation. take "no" if utilize custom template set. (choices: yes, no) [default no]: yes info: starting new https connection (1): pypi.python.org syncing... creating tables ... creating table djangocms_text_ckeditor_text creating table auth_permission creating table auth_group_permissions creating table auth_group creating table auth_user_groups creating table auth_user_user_permissions creating table auth_user creating table django_content_type creating table django_session creating table django_admin_log creating table django_site creating table cms_usersettings creating table cms_placeholder creating table cms_cmsplugin creating table cms_page_placeholders creating table cms_page creating table cms_globalpagepermission_sites creating table cms_globalpagepermission creating table cms_pagepermission creating table cms_pageuser creating table cms_pageusergroup creating table cms_title creating table cms_placeholderreference creating table cms_staticplaceholder creating table cms_aliaspluginmodel creating table menus_cachekey creating table south_migrationhistory creating table djangocms_style_style creating table djangocms_column_multicolumns creating table djangocms_column_column creating table djangocms_file_file creating table djangocms_flash_flash creating table djangocms_googlemap_googlemap creating table djangocms_inherit_inheritpageplaceholder creating table djangocms_link_link creating table djangocms_picture_picture creating table djangocms_teaser_teaser creating table djangocms_video_video creating table reversion_revision creating table reversion_version installing custom sql ... installing indexes ... installed 0 object(s) 0 fixture(s) synced: > djangocms_admin_style > djangocms_text_ckeditor > django.contrib.auth > django.contrib.contenttypes > django.contrib.sessions > django.contrib.admin > django.contrib.sites > django.contrib.sitemaps > django.contrib.staticfiles > django.contrib.messages > cms > mptt > menus > south > sekizai > djangocms_style > djangocms_column > djangocms_file > djangocms_flash > djangocms_googlemap > djangocms_inherit > djangocms_link > djangocms_picture > djangocms_teaser > djangocms_video > reversion not synced (use migrations): - (use ./manage.py migrate migrate these) running migrations djangocms_text_ckeditor: - migrating forwards 0002_rename_plugin. > cms:0001_initial (faked) > djangocms_text_ckeditor:0001_initial (faked) > djangocms_text_ckeditor:0002_rename_plugin (faked) running migrations cms: - migrating forwards 0069_static_placeholder_permissions. > cms:0002_auto_start (faked) > cms:0003_remove_placeholder (faked) > cms:0004_textobjects (faked) > cms:0005_mptt_added_to_plugins (faked) > cms:0006_apphook (faked) > cms:0007_apphook_longer (faked) > cms:0008_redirects (faked) > cms:0009_added_meta_fields (faked) > cms:0010_5char_language (faked) > cms:0011_title_overwrites (faked) > cms:0012_publisher (faked) > cms:0013_site_copy (faked) > cms:0014_sites_removed (faked) > cms:0015_modified_by_added (faked) > cms:0016_author_copy (faked) > cms:0017_author_removed (faked) > cms:0018_site_permissions (faked) > cms:0019_public_table_renames (faked) > cms:0020_advanced_permissions (faked) > cms:0021_publisher2 (faked) > cms:0022_login_required_added (faked) > cms:0023_plugin_table_naming_function_changed (faked) > cms:0024_added_placeholder_model (faked) > cms:0025_placeholder_migration (faked) > cms:0026_finish_placeholder_migration (faked) > cms:0027_added_width_to_placeholder (faked) > cms:0028_limit_visibility_in_menu_step1of3 (faked) > cms:0029_limit_visibility_in_menu_step2of3_data (faked) > cms:0030_limit_visibility_in_menu_step3of3 (faked) > cms:0031_improved_language_code_support (faked) > cms:0032_auto__del_field_cmsplugin_publisher_public__del_field_cmsplugin_publis (faked) > cms:0033_auto__del_field_title_publisher_is_draft__del_field_title_publisher_st (faked) > cms:0034_auto__chg_field_title_language__chg_field_cmsplugin_language__add_fiel (faked) > cms:0035_auto__add_field_globalpagepermission_can_view__add_field_pagepermissio (faked) > cms:0036_auto__add_field_cmsplugin_changed_date (faked) > cms:0037_auto__del_pagemoderator__del_field_globalpagepermission_can_moderate__ (faked) > cms:0038_publish_page_permission (faked) > cms:0039_auto__del_field_page_moderator_state (faked) > cms:0040_auto__del_field_title_meta_keywords__chg_field_title_meta_description (faked) > cms:0041_auto__add_usersettings (faked) > cms:0042_auto__del_field_title_meta_keywords__chg_field_title_meta_description_ (faked) > cms:0043_auto__add_field_usersettings_clipboard (faked) > cms:0044_killsettings (faked) > cms:0045_auto__add_field_page_application_urls (faked) > cms:0046_move_apphooks (faked) > cms:0047_auto__del_field_title_application_urls (faked) > cms:0048_auto__add_field_page_application_namespace__add_unique_page_publisher_ (faked) > cms:0049_auto__add_field_page_is_home (faked) > cms:0050_save_home (faked) > cms:0051_auto__add_placeholderreference (faked) > cms:0051_fix_content_type (faked) > cms:0052_auto__add_placeholderreference__add_staticplaceholder__add_field_page_ (faked) > cms:0053_auto__add_field_title_published__add_field_title_publisher_is_draft__a (faked) > cms:0054_new_publisher_data (faked) > cms:0055_auto__del_field_page_publisher_state__del_field_page_published (faked) > cms:0056_auto__del_field_page_published_languages (faked) > cms:0057_fix_values (faked) > cms:0058_placeholderref_table_rename (faked) > cms:0059_auto__del_pagemoderatorstate (faked) > cms:0060_auto__add_field_page_xframe_options (faked) > cms:0061_revers_id_unique (faked) > cms:0062_auto__add_field_staticplaceholder_site__del_unique_staticplaceholder_c (faked) > cms:0063_auto__chg_field_staticplaceholder_site (faked) > cms:0064_staticplaceholder_site_change (faked) > cms:0065_auto__add_unique_usersettings_user (faked) > cms:0066_auto__add_aliaspluginmodel (faked) > cms:0067_auto__add_field_aliaspluginmodel_alias_placeholder__chg_field_aliasplu (faked) > cms:0068_auto__chg_field_placeholder_slot (faked) > cms:0069_static_placeholder_permissions (faked) running migrations menus: - migrating forwards 0001_initial. > menus:0001_initial (faked) running migrations djangocms_style: - migrating forwards 0004_plugin_rename. > djangocms_style:0001_initial (faked) > djangocms_style:0002_auto__add_field_style_padding_left__add_field_style_padding_right__add (faked) > djangocms_style:0003_auto__add_field_style_tag_type__add_field_style_additional_classes (faked) > djangocms_style:0004_plugin_rename (faked) running migrations djangocms_column: - migrating forwards 0002_plugin_rename. > djangocms_column:0001_initial (faked) > djangocms_column:0002_plugin_rename (faked) running migrations djangocms_file: - migrating forwards 0002_auto__add_field_file_target. > djangocms_file:0001_initial (faked) > djangocms_file:0002_auto__add_field_file_target (faked) running migrations djangocms_flash: - migrating forwards 0001_initial. > djangocms_flash:0001_initial (faked) running migrations djangocms_googlemap: - migrating forwards 0001_initial. > djangocms_googlemap:0001_initial (faked) running migrations djangocms_inherit: - migrating forwards 0001_initial. > djangocms_inherit:0001_initial (faked) running migrations djangocms_link: - migrating forwards 0003_auto__add_field_link_anchor__chg_field_link_page_link. > djangocms_link:0001_initial (faked) > djangocms_link:0002_auto__add_field_link_phone (faked) > djangocms_link:0003_auto__add_field_link_anchor__chg_field_link_page_link (faked) running migrations djangocms_picture: - migrating forwards 0001_initial. > djangocms_picture:0001_initial (faked) running migrations djangocms_teaser: - migrating forwards 0001_initial. > djangocms_teaser:0001_initial (faked) running migrations djangocms_video: - migrating forwards 0001_initial. > djangocms_video:0001_initial (faked) running migrations reversion: - migrating forwards 0007_auto__del_field_version_type. > reversion:0001_initial (faked) > reversion:0002_auto__add_field_version_type (faked) > reversion:0003_auto__add_field_version_object_id_int (faked) > reversion:0004_populate_object_id_int (faked) > reversion:0005_auto__add_field_revision_manager_slug (faked) > reversion:0006_remove_delete_revisions (faked) > reversion:0007_auto__del_field_version_type (faked) creating admin user username (leave blank utilize 'root'): dilshad email address: dilshad"gmail.com error: come in valid email address. email address: dilshad@gmail.com password: password (again): superuser created successfully. done! '.' directory , type 'python manage.py runserver' start project (env)dilshad@dilvb:~/desktop/sample/env$ ls bin include lib local manage.py mysite project.db static (env)dilshad@dilvb:~/desktop/sample/env$ sudo python manage.py runserver validating models... 0 errors found august 27, 2014 - 17:25:09 django version 1.6.1, using settings 'mysite.settings' starting development server @ http://127.0.0.1:8000/

django content-management-system django-cms

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -