Category: Uncategorized

Jelastic setting up ruby app

1. use nginx ruby 2. rvm list -> rvm –default use 3.1.4 3. if there are problems with pg gem, above should solve it. 4. Problems with gem base64: “passenger_preload_bundler on;” to your NGINX config.then...

Read More

Install Magento composer patch

How to apply a Magento composer patch upload to base docroot of the store then run: patch -p1 < %patch_name%.composer.patch (If the above command does not work, try using -p2 instead of -p1 ) then refresh cache. Links:...

Read More
Loading