I had some problems to setup Adminer in Docker. The instructions here should help setting it up faster.

Create a new directory called Adminer and put the following files into it:

Dockerfile:

FROM adminer
USER root
COPY login-password-less.php /var/www/html/plugins-enabled/login-password-less....

Weiterlesen...

Abstract

Shows how to develope your web presence using, the great flat file CMS, Grav in a comfortable and efficient manner together with Visual Code and browser-sync.

Efficient and comfortable means:

  • changes are immediatley visible
  • intellisense driven development

Introduction

Grav is...

Weiterlesen...