Gold prices
You have to install vagrant vagrant project and vagrant plugin:
vagrant plugin install vagrant-hostmanager
Check it out here
Just type:
vagrant up
vagrant ssh
And after that:
composer install
or
bin/phing install
For running test:
bin/phing
which consists of:
bin/phing quality &&
bin/phing tests
For importing gold prices use command:
bin/console app:gold_prices:importer
And after that run
bin/console app:gold_prices:biggest_gain money_to_invest
By default money_to_invest
equals 600 000 PLN
.
Try to update vagrant box:
vagrant box update