Hi Everyone,
am new to drupal and i would like to migrate this site http://www.solarvignette.ch to drupal.
How do i go about it?

Comments

sebto’s picture

How many contents you have in this site? Do you want to do migration yourself?

You may need to study some basic documentations in Drupal site.

jakosoko’s picture

The website is in 3 languages.Not much content in the site since it is a static site.
I would like to do the migration myself

sebto’s picture

Drupal is a good solution for multilingual website.

  1. You should enable two modules in Drupal core:
    • Locale
    • Content translation
  2. Add languages through Drupal configuration forms
  3. Download translations from localize.drupal.org for those languages
  4. You should choose a strategy to access site in those languages. For example: using subdomain for each language or using path prefix
  5. Edit content types to enable translation support in site contents
  6. You also need i18n module. It extend Drupal multilingual features.
jakosoko’s picture

Thank you Vahid.let me try it out