Prerequisite
Before installing the module make sure that the you have configured an addon path for custom addons. In a Linux system the parameter in the config file usually looks similar as the following example:
specify additional addons paths (separated by commas)
addons_path = /opt/odoo/odoo-server/addons,/opt/odoo/custom/addons
In this case you have to install the modules into /opt/odoo/custom/addons. At the present stage one dependency could not automatically resolved, so you have to install one extra modules that vertical community depends on. This module is available from the OCA Github repository.
git clone https://github.com/OCA/account-financial-tools.git
and the community modules itselfs:
git clone https://github.com/OCA/vertical-community.git
From the downloaded repo you have to copy now the account_reversal module the financial tools and all the modules in vertical-community / unreviewed / from the vertical community into the addon directory.
Then go to you odoo webinterface to the module section and start "Update module list". Then look for the "Odoo for Communities" and the marketplace module and install them.
We hope you enjoy checking out what all you can do with this apps. But remember the modules are still in the Beta phase.