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
- Host: GitHub
- URL: https://github.com/emilebosch/craftkit
- Owner: emilebosch
- Created: 2018-09-06T16:30:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T21:58:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T03:35:22.211Z (5 months ago)
- Topics: craft, craft-cms, craftcms, docker
- Language: PHP
- Homepage: http://emilebosch.com/2019/08/08/build-craft-sites-fast-with-craftkit/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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