Sign inSign up

bpminh/automad

By bpminh

•Updated almost 8 years ago

Docker images of flat-file CMS system "Automad"

Image
0

192

bpminh/automad repository overview

⁠Automad CMS Docker image

⁠About Automad

Automad is a flat content management system and template engine written in PHP. All content is stored in human readable text files instead of a database. An Automad site is therefore fully portable, easy to install and can be version controlled by using Git or Mercurial. It nevertheless offers database features like searching and tagging. The built-in template engine allows even inexperienced developers and designers to create beautiful themes and templates. source⁠

⁠Note

This image was build as part of an exercise and learning experience in my journey to Docker. I was searching for some lightweight CMS for my personal website and stumbled across different flatfile systems. Since most of the others had a docker images, it made testing on my local machine pretty easy. Sadly Automad didn't offer that, so here I am writing this image myself and sharing it with everyone. I hope it helps :)

⁠Info

The following tags should be used when pulling and running the docker image. Tags will be updated as soon as a new release is made public.

  • 1.0.3-debian
  • 1.0.3-alpine

⁠Requirements

  • docker

⁠HOWTO

To run this docker image, run the following commands:

  1. docker pull bpminh/automad
  2. docker run -d -p 8000:80 bpminh/automad
  3. type "localhost:8000" in your browser address bar

⁠Credentials

The default credentials for the backend area are:

user: admin
pwd: admin

⁠Credits

Credits go to Marc Anton Dahmen, the awesome developer of Automad credits⁠

⁠Contact

Minh Bui

Tag summary

Content type

Image

Digest

Size

30.7 MB

Last updated

almost 8 years ago

docker pull bpminh/automad:1.0.3-alpine