Skip to content

Commit

Permalink
Prep for Tan.
Browse files Browse the repository at this point in the history
  • Loading branch information
simesy committed Nov 5, 2024
1 parent 0c49fed commit 0f0c591
Show file tree
Hide file tree
Showing 17 changed files with 953 additions and 755 deletions.
11 changes: 0 additions & 11 deletions .ddev/commands/host/deploy
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
#!/bin/bash

# Install the site directly from the config.
# ddev drush si minimal --existing-config --yes

# Install the site directly from the config.
ddev import-db --file=db-snapshot.sql.gz

ddev drush config:import -y

ddev drush updb -y

ddev drush uli
34 changes: 7 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,23 @@ The Free Sauce logo, brand and assets which ship in this repository are Copyrigh
Free Sauce 2024. (Copy the theme if you want, but replace the logo and
company name please!).

## Philosophy

The goal of this project is to build Drupal as simple and elegantly as possible while
also being an actual production codebase. There is a mix of best practice, personal
preference and practicality.

There is zero intention to package this up as a product or distribution. This is because
Drupal moves fast, and we want this project to keep up with it.

Please feel free to [discuss](https://github.com/frees-au/ce/discussions) anything you
like. You can be critical too. If you like a conversational approach to reviewing this
code, check out the video below.

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/qUJpx5w0avM/0.jpg)](https://www.youtube.com/watch?v=qUJpx5w0avM)

## Backend

```
ddev start
ddev composer install
# Build the site with content captured in fs_content module.
ddev scratch
ddev drush uli
ddev load
```

Install from recipes, this work in progress.
When you're done.

```
ddev start
ddev composer install
# Build the site full from recipes... wip.
ddev scratch-from-recipes-wip
ddev drush uli
```
# Tome build.
ddev generate-static-site
If you are an employee with access to the hosting environment you can do
`ddev refresh`. And @see .ddev/commands/host for more.
# Captures the database.
ddev save
```

## Frontend

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"drupal/oembed_providers": "^2.1",
"drupal/pathauto": "^1.12",
"drupal/redirect": "^1.9",
"drupal/s3fs": "^3.6",
"drupal/search_api_lunr": "^3.0",
"drupal/simple_sitemap": "^4.1",
"drupal/upgrade_status": "*",
Expand Down
Loading

0 comments on commit 0f0c591

Please sign in to comment.