Wednesday 22 March 2017

If you uploading image in production mode but image is not showing using s3 bucket

You need to install

sudo apt-get install imagemagick
sudo apt-get install libmagickwand-dev

No comments:

Post a Comment

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit  Git revert commit_id -m 2 this command will revert second commit with same...