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

https://github.com/zeppaman/headless-gatsbyjs-pimcore


https://github.com/zeppaman/headless-gatsbyjs-pimcore

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# headless-gatsbyjs-pimcore
This repository contains code for running an headless cms using Pimcore as backend and gatsby for SSR.

# how to run

```
docker-compose up

# restore pimcore
docker-compose exec backend sh restore.sh

# run gatsby
docker-compose exec dev npm install
docker-compose exec dev gatsby build
docker-compose exec dev gatsby develop --host=0.0.0.0

```

now you can see live:
- pimcore: `http://localhost/admin`
- blog: `http://localhost:8000`
- graphi: `http://localhost:8000/__graphql`