Problem installing Sylius on the server

0

I am using Sylius in digitalocean within my droplet and I use this code:

composer create-project -s beta sylius/sylius-standard acme

You download everything perfect but when you use this:

php bin/console sylius:install

Show me the error:

  

Could not open input file: bin / console

There are several files that are not downloaded inside the bin folder.

Try using git doing a clone and then use the same instruction but it gives me an error in the autoload.php

The weird thing is that I download as root, I do not know if there is any additional configuration to prohibit the download of files without extension or something like that

Any solution?

Greetings

    
asked by juanitourquiza 28.06.2017 в 20:53
source

1 answer

0

The solution I found for this problem, although a little long, was ideal. It is to run everything in local mode and pass all the files via ssh .

The important files in this case which are relevant are those in the vendor folder.

Make sure you are using PHP version 5.6 or higher, clean up the cache and it works.

I hope you help them.

    
answered by 13.07.2017 / 00:07
source