Skip to content

andreaschiona/grav-dokerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRAV Dockerized

A docker image for starting with Grav CMS. For play with Grav see the learn documentation

Quick guide

Docker

This image is available on docker hub, then the simplest way to try it with docker alone is:

docker run -d -p 80:80 andreaschiona/grav-dockerized

Now you have a fresh GRAV CMS with Admin Plugin installation. The Grav simple web app will be available in http://localhost/.

The first time you have to create the admin user (for Admin plugin)

Admin Page

Clone and build instructions

Otherwise you can clone this git repository and build your own image.

First of all clone this repo in your local file system:

git clone https://github.com/andreaschiona/grav-dokerized.git

Then, from the folder of the project, build the image with docker-compose

docker-compose build

And start the container with

docker-compose up

So, Grav will be available in http://localhost/.

About

A dokerized version of GRAV CMS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published