Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
rake assets:precompile

3 - Start Connector

  1. Make sure the mysql and redis are running
  2. Start the connector with:
Code Block
languagebash
foreman start

4 - Docker Installation

You may use docker to launch the connector web applications, the mysql database and the redis cache. You will need to setup the environment variables accordingly.

...