# MercatorMesonic
Mercator_Mesonic provides Mesonic ERP integration for the Mercator Guided Selling Application.
This project uses the GPL V3 license. See file LICENSE in the same directory for details about the GPL V3.
## Installation instructions
-
Put in your Gemfile
”‘ruby gem “mercator_mesonic” ”’
-
Instell gem by running
”‘ruby bundle install ”’ 3.2 Get all migrations into your app by running in your ipp directory ”‘ruby rake mercator_mesonic:install:migrations ”’
-
Run Migrations added
”‘ruby rake db:migrate ”’
-
Mount the Engine in your routes.rb
mount MercatorMesonic::Engine => “/mercator_mesonic”