Giter VIP home page Giter VIP logo

Drupal.cz community website

Build status

Branch Build status Dev site HTTP Basic auth
Master Build Status http://stage.drupal.cz drupal / cz
Develop Build Status http://dev.drupal.cz drupal / cz

Contents

  • blt/ - Settings for Acquia BLT.
  • config/ - Exported Drupal configutation.
  • console/ - Cache folder for Drupal Console. ()
  • docroot/ - Website root directory.
  • drush/ - Drush aliases and other rutiens.
  • hooks/ - Acquia cloud hooks. (See https://docs.acquia.com/cloud/manage/cloud-hooks )
  • patches/ - Our custom patches. (But we prefer linking drupal.org.)
  • reports/ - PHP Unit results.
  • tests/ - Collection of tests for Travis CI and local development.
  • .gitignore - Gitignore - be sure to check your own local gitignore so you don't commit your IDE's tmp files.
  • .travis.yml - Travis CI test suite configuration.

Requirements

Pokud používáte Lando

Inicializacie prostředí pro vývoj frontendu (kompilování SASS na CSS)

  • Spusťte lando composer run init-theme

NEBO

  • Zkopírujte si soubor sass.lando.local.yml do .lando.local.yml

  • Zkopírujte si soubor default.config_local.json do config_local.json

  • Spusťte lando rebuild -y

Kompilace SASS na CSS
  • Přepněte se do adresáře tématu cd docroot/themes/custom/dcz_theme

  • Pro kompilaci SASS na CSS použijte lando gulp css

  • Pro kompilaci všeho a čekání na změny použijte lando gulp

Pokud používáte jiné vývojové prostředí

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/sites/default/settings/default.local.settings.php docroot/sites/default/settings/local.settings.php
    • edit this config: docroot/sites/default/settings/local.settings.php
  • Install the site (it will use the Drupal.cz distribution).
    • composer install
    • If this is first time you are setting up BLT, run
      ./vendor/bin/blt blt:init:shell-alias
      source ~/.bash_profile
      
    • blt setup:git-hooks (Learn more about BLT: https://blt.readthedocs.io/)
    • cd docroot
    • drush si minimal --existing-config
    • Login to new site:
    • read admin password from console, or
    • drush uli
    • or drush upwd admin vase_heslo
  • If you want to have some default content for your development, import it
    • drush dcdi --force update
    • drush cr

Contributing

Drupal.cz's Projects

csgov icon csgov

Drupal distribuce pro českou a slovenskou státní správu a místní samosprávu.

drupalcz icon drupalcz

Drupal.cz community site repository (Drupal 8 version)

drupalcz_db icon drupalcz_db

Helper repo to share scrubbed database dump of D6 drupal.cz.

media-kit icon media-kit

Set of graphic materials for Drupal.cz promotion.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.