/sylius

The Sylius main application can serve as an end-user app, as well as a foundation for your custom e-commerce application.

Primary LanguagePHP

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Gitter chat

Sylius development template

Quick deployment of Sylius development environment

Stack includes

  • Sylius 1.5.2
  • PHP-fpm 7.2.11
  • MySQL 5.7
  • Redis latest
  • Elasticsearch 5.4.3
  • Kibana 5.4.3
  • Logstash 5.4.0
  • XDebug 2.6.1
  • Nginx
  • Supervisord

Note

Before installing this project, please, make sure you have installed docker and docker-compose To install docker execute:

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ pip install docker-compose

Installation

  1. Clone project files:
$ git clone https://github.com/trydirect/sylius.git
  1. Bring up the project with following command:
$ cd sylius
$ ./setup.sh
  1. Add localdomain to your hosts file Linux, OSX:
echo  "127.0.0.1 localdomain kibana.localdomain" | sudo tee -a /etc/hosts
  1. Let's check the result
URL App
http://localdomain sylius home page
http://kibana.localdomain kibana dashboard

Default kibana creds:

  • login: admin
  • password: admin

Quick deployment to cloud

Amazon AWS, Digital Ocean, Hetzner and others

Contributing

  1. Fork it (https://github.com/trydirect/sylius/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Support Development

Donate