TheCadien / sulu-headless-example

Simple Example for Sulu CMS with Headless Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install the project

You have to install docker and Symfony Server previously

Install symfony server documentation

https://symfony.com/doc/current/setup/symfony_server.html

Install docker documentation

https://docs.docker.com/get-docker/

Run the project

Start symfony server

$ symfony server:start

Start mysql docker

$ docker-compose up -d

Run the project first time

$ php bin/console sulu:build dev

About

Simple Example for Sulu CMS with Headless Bundle

License:MIT License


Languages

Language:PHP 66.1%Language:JavaScript 21.7%Language:Twig 8.3%Language:Shell 3.6%Language:CSS 0.3%