Sign inSign up

trydirect/sylius

By trydirect

•Updated about 1 month ago

Image
0

4.8K

trydirect/sylius repository overview

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
URLApp
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

Tag summary

Content type

Image

Digest

sha256:9978641bf…

Size

476.5 MB

Last updated

10 months ago

docker pull trydirect/sylius