Drupal powered SASAO-JUKU site setup

After completed for QtPlatz website using Drupal, I’ve also going to setup 2nd website for Sasao-juku which expecting to replace this site.  Since this site is run WordPress installed on root html directory, I’ve installed Drupal 7.27 into ~/drup directory so that both web sites are able to co-exists.

The goal of the site is;

  1. Japanese as base language, and English as 2nd language.
  2. Introduce 2 major classes;   Juku  (a private-tutoring schooland flower arrangement

Install modules

https://drupal.org/project/entity_translation

https://drupal.org/project/entity

https://drupal.org/project/title

https://drupal.org/project/i18n

https://drupal.org/project/variable

https://drupal.org/project/l10n_update

https://drupal.org/project/languageicons

https://drupal.org/project/views

https://drupal.org/project/ctools

https://drupal.org/project/insert

https://drupal.org/project/wysiwyg

https://drupal.org/project/libraries

https://drupal.org/project/mathjax

Configure Language

Goto Home >> Administration >> Modules; Enable modules

  • Locale  (Core)
  • Localization Update (MULTILINGUAL)
  • Title (FIELDS)
  • Entity Translation, Entity Translation Menu, Entity Translation Update (MULTILINGUAL – ENTITY TRANSLATION)
  • Block languages (and almost all under MULTILINGUAL – INTERNATIONALIZATION)
  • Entity API
  • Entity tokens
  • Insert
  • Wysiwyg
  • Variable
  • Variable admin
  • Variable realm

Goto Home >> Administration >> Configuration; Open REGIONAL AND LANGUAGE >> Languages;

Add Japanese and set it to default.  Check and modify “DETECTION AND SELECTION” Tab.

Install Wysiwyg Editor

Copy tinymce_3.5.10.zip to (4.0.23.zip wasn’t compatible with Drupal 7.27), and expand to ~/sitex/all/libraries/tinymce

Goto Home >> Administration >> Modules; Configure on Wysiwyg under USER INTERFACE;

Select TinyMCE for FilterdHTML and FullHTML editor.  Configure tool bar from edit link.

Enable Translation for Content

Goto Home >> Administration >> Structure; Content types;

Select each content, and enable “Multilingual support” by select “Enabled, with translation”

Enable and configure MathJax

Enable MathJax and Libraries under OTHER section on Modules. (admin/modules), then go to Configuration|Text formats (config/content/formats), go configure Full HTML and check MathJax.  Make sure MathJax is bottom of Filter processing order.

 

English