how do i install Drupal commerce module? i have installed composer - drupal

I need to install the commerce module via composer, how can I do that? I dont know how to install it, I did it manually but unsuccessfully

Related

Almost empty symfony install ( missing vendors except for flex )

symfony new my-project
is supposed to install a basic working symfony app but it gives me a project that's almost empty, with only composer.json, composer.lock and a vendor directory with only symfony/flex.
composer.json does include symfony/framework-bundle, but the bundle is not in vendors.
Running composer install does not do anything, and doesn't give an error.
Installing php-zip solved it for me (required by composer).
Looks like it might not be installed by default on recent ubuntu php installations, and either composer or the symfony binary failed silently.
sudo apt install php-zip
# now install vendors
composer update

Error with composer when I want to install friendsofsymfony/elastica-bundle

I want to install friendsofsymfony/elastica-bundle via composer, but I got an error with symfony/flex. I tried to update symfony/flex via composer but always the same error and also composer load from the cache the version v1.0.80 but I have in the file composer.json the version 1.4.2 . I tried to uninstall composer and install it again but it's working too.
Thank you for your help. This is the error I find:

is there any way to install smart.json dependencies using meteor cli?

Since Meteor 0.9.0 it's posible to install dependencies from atmospherejs just using the meteor cli without install meteorite package manager.
However, is it posible to install all the dependencies declared in smart.json file without install meteorite (i.e. just using meteor cli)?
Thanks in advance.
smart.json is no longer used since Meteor 0.9. The dependencies of an app are stored in .meteor/packages, and are automatically installed when you run meteor run, and when the app restarts automatically after its files are changed. That is, the meteor tool will update the package catalog and install updated packages automatically.

Meteorjs configure phantomjs for deploy to meteor.com

I have installed phantomjs with the binaries w home brew
brew update && brew install phantomjs
I have installed it with npm and also installed it w `mrt add phantomjs``
Then I have installed spiderable package
When I visit my page on localhost with /?_scaped_fragment=
I get the correct html code of my app
But when I deploy the app ( I sue the default meteor servers for deploy) when I visit mysite/?_scaped_fragment=
I get empty code, no html really, so what Im missing ? I also have uninstalled fastrender and reinstalled the packages.
By default Meteor deploy hosting already has phantomjs installed. (If you want to deploy to meteor.com via meteor deploy).
All you have to do is install spiderable, not phantomjs. The phantomjs package you installed via mrt is not necessary. Nor is phantomjs via brew
meteor add spiderable
meteor deploy yoursite.meteor.com
Then visit your site.meteor.com/?_scaped_fragment=

How to install QMYSQL plugin

As the question says, how to install QMYSQL plugin?
I'm using Ubuntu 11.10, QtSDK 4.8
The docs tell you how to build and install it.

Resources