Skip to content

One step Croogo CMS demo deployment using docker

Notifications You must be signed in to change notification settings

croogo/croogo-docker-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Croogo

Croogo is a free, open source, content management system for PHP, released under MIT License. This docker image will deploy the Croogo CMS using a Sqlite database fully encapsulated within a single Docker container. It should be used for experimentation and demo purposes only. It has not been tested for production deployment.

How to use this image

Run the image

Select an unused port to publish Croogo. This example uses 7080. If you will access the shell, naming the container is a good idea. This example uses "croogo".

docker run -p 7080:80 --name croogo miketallroth/croogo

Try out Croogo CMS!

Access Croogo at,

http://localhost:7080/

Access the admin section

Login to the admin section at,

http://localhost:7080/admin/

using croogo/croogo as the username/password.

Access a shell

To access the Croogo root directory via shell,

docker exec -it croogo /bin/bash

Substitute croogo if you named your container something else.

Contribute

Pull Requests are welcome at Github

About

One step Croogo CMS demo deployment using docker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.4%
  • Shell 46.6%