martincollar / drupalcz

Drupal.cz community site repository (Drupal 8 version)

Home Page:https://drupal.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal.cz community website

Chat: Gitter

Build status

Branch Build status
Master Build Status
Develop Build Status

Contents

  • acquia-utils/ - Acquia cloud specific tools.
  • docroot/ - Website directory.
  • library/ - Acquia cloud libraries.
  • tests/ - Collection of tests for Travis CI and local development.
  • .gitignore - Gitignore.
  • .travis.yml - Travis CI test suite configuration.
  • scrub.sql - script to strip sensitive data from D6 production database.
  • slim.sql - script to make scrubbed database smaller so we can run tests quicker.

Requirements

Getting the site up and running.

  • Get your copy of the code:
  • Prepare your database and fill the credentials into your new local config.
    • cp docroot/settings/default.settings.local.php docroot/settings/settings.local.php
    • edit this config: docroot/settings/settings.local.php
  • Install the site (it will use the Drupal.cz distribution).
    • cd docroot
    • drush si
  • Migrate data from D6 Drupal.cz
    • Get the database snapshot: https://github.com/Drupalcz/drupalcz_db
    • Import it into new database separarate from D8 version.
    • Run the migration: console migrate:execute --db-host="127.0.0.1" --db-name="DBNAME" --db-user="USERNAME" --db-port=PORT --db-type="mysql" --db-pass="PASSWORD" all -n

Contributing

About

Drupal.cz community site repository (Drupal 8 version)

https://drupal.cz


Languages

Language:PHP 90.9%Language:HTML 3.0%Language:JavaScript 2.8%Language:CSS 2.8%Language:Ruby 0.2%Language:Shell 0.1%Language:C++ 0.1%Language:ApacheConf 0.0%Language:Perl 0.0%Language:Visual Basic 0.0%Language:Gherkin 0.0%