Skip to content

slovak-drupal-association/komunita.drupal.sk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal.sk presentation website

Contents

  • database/ - Scrubbed database + scrubbing script
  • designs/ - PSDs and static HTML&CSS
  • docroot/ - Website directory.
  • scripts/ - local scripts
  • .gitignore - Gitignore.

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).
    • Use install script located in scripts/reinstall.sh.

Contributing