Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Très Bien Blog: Drupack: Drupal infrastructure in a single binary

Дата публикации: 22-09-2026 00:20:04

Drupack: Drupal infrastructure in a single binary
A few years ago I said Drupal needed infrastructure innovation, and I finally took the time to do something about it. While I really like DDEV, I'm really not a fan of having to use Docker for everything so I'm trying to do something about it. 
theodore
September 22, 2026


Основное содержимое страницы с новостью.

A few years ago I said Drupal needed infrastructure innovation, and I finally took the time to work on it. While I really like DDEV, I'm really not a fan of having to use Docker for everything so I'm trying to do something about it. 

I released Drupack, a binary that contains everything needed to run Drupal. No need for docker, PHP, apache installed locally. Download the binary, execute it and you have a local Drupal CMS website up and running. There are binaries for Linux, Windows, and MacOS (couldn't test those ones myself but they should work). 

Here are the commands for Linux, they look really similar for windows and macos.

mkdir my-site && cd my-site
curl -L -o drupack https://github.com/tresbientech/drupack/releases/latest/download/drupack-linux-amd64
chmod +x drupack
./drupack

It's made with FrankenPHP to serve the website and embed the PHP application as a standalone binary. The site will be running FrankenPHP and sqlite by default (it can pointed to MySQL as well). Fow now the site installs the Drupal CMS Mercury Demo, in the folder you're running it from.

This is an experiement and is not intended to disrupt anything… yet. FrankenPHP is already serving this website, so I wanted to push it a bit further :) I hope Drupal will end up shipping a webserver and for that webserver to be FrankenPHP. Until then this is just one more low friction way to try Drupal out.

I don't know what'll be next, I'm afraid I'll only stop once I run out of Drupal-based puns…

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Drupal blog: The AWS Migration: Building the Next Chapter of Drupal’s Infrastructure010.2821-09-2026
2LakeDrops Drupal Consulting, Development and Hosting: Eight Posts on the Fun Part. One on the Bill.010.0923-09-2026
3Berliners blog: Generate Drupal local actions from Views configuration06.8623-09-2026
4The Drop Times: Drupal 11 as the Governance Layer for an Open Health Platform08.8423-09-2026
5Metadrop: Managing untracked files in Drupal with File Inspector06.723-09-2026
6Talking Drupal: Talking Drupal #571 - GovHub07.924-09-2026
7Droptica: What to do after Drupal 7: new website, Drupal 11 migration, or another CMS?0716-07-2026
8Dries Buytaert: Tiffany Farriss to lead the Drupal Association0515-07-2026
9Specbee: How Drupal support & maintenance services can keep your site secure, fast, and future-ready5714-07-2026
10Хватит засовывать всё в контейнеры: возвращаем комфорт в локальную разработку08.8427-06-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 10.53. Источник: www.drupal.org.