drupalcz/csgov

A feature-rich Drupal distribution for Czech and Slovak eGovernment sites.

Installs: 425

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 3

Open Issues: 8

Type:drupal-profile

1.3.1 2024-01-08 20:59 UTC

This package is auto-updated.

Last update: 2024-04-18 19:39:41 UTC


README

Basic Drupal distribution created to support needs of Czech and Slovak government and city website needs.

How to create new project in a minute.

You should be good with any LAMP stack complying with Drupal 10 requirements. You also need to have composer 2 and at least PHP 8.1 on your local machine.

  • Create project using composer:
$ composer create-project drupalcz/csgov-project:"2.0.0" MY_PROJECT
  • Install site:
$ drush site:install csgov

In the output you find admin login and password.

  • Start using it: Previous commands gave you URL and credentials. Go to the URL/user, fill in the credentials and you're good to go.

Known Issues

  • This repository is still a Work-in-Progress, and may and will change in time.

Requirements

Happy codding!