I have installed the ffmpeg by composer in my local server(windows7) and everything is working good now the site is live on internet (server CENTOS 6.7 x86_64 kvm) and I need to install it to the server.
I dont know how to do this. I installed it on my local server by command line with composer. But I don't have any idea how to do this on my server.
I have this in in my composer.json
file:
{
"require": {
"php-ffmpeg/php-ffmpeg": "dev-master"
}
}
and then to install it locally I wrote this in my command line composer install.
I have no idea, how to do these on server I have the same composer.json file on server too but how can i access cmd line on my linux dedicated Server.
My local server is windows7 wamp.
Now I am on CENTOS 6.7 x86_64 kvm.