Skip to content
forked from Drupalcz/csgov

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

Notifications You must be signed in to change notification settings

petrillek/csgov

 
 

Repository files navigation

CS Gov

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

How to create new project in a minute.

We recommend to use Lando for local environment. If you don't want to use it, you should be good with any LAMP stack complying with Drupal 9 requirements. You also need to have composer (composer 2 supported) and PHP 8.1+ on your local machine.

  • Create project using composer:
$ composer create-project drupalcz/csgov-project:"3.x-dev" MY_PROJECT
  • Start lando:
$ cd MY_PROJECT
$ lando start

In the output you find URLs for your website.

  • Install site:
$ lando drush site:install csgov --db-url="mysql://drupal9:drupal9@database/drupal9" -y

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Twig 44.1%
  • CSS 30.1%
  • PHP 22.9%
  • JavaScript 2.9%