Skip to content

monsieurbiz/sylius-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sylius Infra Project

A Sylius infra using the Symfony binary.

If you want to know more about the Symfony binary, you can this read this fantastic article from Jolicode

Else you can use the full docker infra

Help

Use make or make help to get the list of available commands.

Installation

git clone git@github.com:monsieurbiz/sylius-infra.git
cd sylius-infra
rm -rf .git
git init
git add .
git commit -m "Init project with Sylius infra"
make add-symfony-bin
sudo cp ${HOME}/.symfony/bin/symfony /usr/local/bin/
make coffee

Enjoy ☕️

You'll find:

  • Your website at http://sylius-store.wip.
  • Admin panel at http://sylius-store.wip/admin (Login : sylius, password: sylius).
  • Your mails at http://localhost:1080.

Up containers

make up

Down containers

make down

Change Sylius folder dir

You can to change the target dir (apps/sylius by default):

make SYLIUS_FOLDER=foo coffee

This command will create your Sylius shop in apps/foo.

About

A docker infrastructure for Sylius

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages