-
Create a Docker4Drupal image with support for Emacs editing set up (HTML, CSS, PHP files). Drupal4Docker has Portainer support. My Emacs configuration is used as an example to configure Emacs in the container. Docker4Drupal Initially follow instructions at Local environment with Docker4Drupal. Add GUI support Add GUI …
Read More -
Create a Drupal Docker image with support for Emacs editing set up (HTML, CSS, PHP files). With phpMyAdmin support. Under Debian Linux of course. My Emacs configuration is used as an example to configure Emacs in the container. Define the image via a Dockerfile The Dockerfile (Dockerfile-web): 1# Basic PHP container …
Read More -
Create a Wordpress Docker image with Emacs editing set up (HTML, CSS, PHP files). With phpMyAdmin support. Under Debian Linux of course. My Emacs configuration is used as an example to configure Emacs in the container. Define the image via a Dockerfile The Dockerfile: 1# Basic PHP container for PHP editing with Emacs. …
Read More -
Create an October CMS Docker image with support for Emacs editing set up (HTML, CSS, PHP files). With phpMyAdmin support. Under Debian Linux of course. My Emacs configuration is used as an example to configure Emacs in the container. Define the image via a Dockerfile The Dockerfile: 1# Basic PHP container for PHP …
Read More -
Where stable actually means stable! – Debian (by Software in the Public Interest). Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 51000 packages, precompiled …
Read More -
The Purely Functional Linux Distribution – NixOS (by Dolstra, Eelco). NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many other advantages. Research project …
Read More -
My atom-config (which is unused because I use only Emacs these days). Usage rename your existing ~/.atom directory as a backup; git clone https://codeberg.org/photonsphere/atom-config.git ~/.atom Start atom.
Read More -
nginx-clojure - lean Clojure deployment
Mar 23, 2017 · 1 min read · Computer Software Functional Programming Linux Server Internet GUI Java Clojure ClojureScript ·Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers – Nginx-Clojure (by Zhang, Yuexiang (xfeep)). DZone article on Nginx-Clojure Fast Clojure/Java Web Apps on NGINX Without a Java Web Server. Fast Clojure/Java Web Apps on NGINX Without a Java Web Server Nginx-Clojure is a …
Read More -
Rum
Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript – Rum (by Nikita Prokopov) From its documentation Rum is a client/server library for HTML UI. In ClojureScript, it works as React wrapper, in Clojure, it is a static HTML generator. Rum: does not dictate how to store your state; has …
Read More -
Once upon a time, while using Debian I had a problem with Docker containers and suspend/resume. Docker resume/thaw problems? When you use Docker containers on your development system and experience problems after a resume from a suspend (or a thaw from a hibernate). On my Debian Stable KDE system –after a resume of my …
Read More