An open API service indexing awesome lists of open source software.

https://github.com/emilebosch/craftkit

A kit to build craft sites fast and easy
https://github.com/emilebosch/craftkit

craft craft-cms craftcms docker

Last synced: 4 months ago
JSON representation

A kit to build craft sites fast and easy

Awesome Lists containing this project

README

        

# Simple craft cms

To build a new environment

```
docker-compose build
docker-compose up -d
open http://localhost:6060/?p=admin/install
```

To backup an environment

```
./bin/backup
```

To restore the environment

```
./bin/restore
```

## Thanks

Inspired by https://github.com/wyveo/craftcms-docker