Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 684 Bytes

Doc Scan Example - Ruby on Rails

  1. Create your application in the Yoti Hub
  2. Set the application domain of your app to localhost:3002
  3. Rename the .env.example file to .env
  4. Fill in the environment variables in this file with the ones specific to your application, generated in the Yoti Hub when you create (and then publish) your application
  5. Install the dependencies by running the following commands from this folder
    $ bundle install
    $ gem install foreman # We are doing this as it's not recommended to include foreman in your Gemfile
  6. Start the server
    $ foreman start