Getting up & running
Prerequisites
-
We definitely need our preferred distributed versioning system Git.
See here for installation instructions -
And you might want to install DDEV for local development.
See the installation instructions
TIP: If you choose to use DDEV you can absolutely skip the rest of the prerequisites section, everything is included there already.
- Basic requirements as documented on d.o.
See the d.o requirements page - Composer is absolutely needed in a modern Drupal setup to ease package management - no way around that, just get it.
Take note: We are expecting PHP 8.2
and MariaDB 10.4
FTTB.
Getting the code
Clone the codebase into folder drupalcenter
cd drupalcenter
. Looking around is like ls -la
.
Building the codebase
Installing the setup
Attention: If you previously installed the setup, this command will delete everything and restart from scratch - no way back.
Launching the site
Note: The credentials for user one are admin
:admin
.
The above command gives you a link to your new site and logs you in automatically.
Either CTRL+c
and CTRL+v
it into your browser's address bar or CTRL+click
it to directly open the site in your default browser.
Welcome to the community 🤗