...
Code Block | ||
---|---|---|
| ||
rake assets:precompile |
3 - Start Connector
- Make sure the mysql and redis are running
- Start the connector with:
Code Block | ||
---|---|---|
| ||
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.
...