Versions Compared

Key

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

...

Code Block
# in the `framework` folder:

redis-server conf/redis/redis.conf
Expand
titleDocker alternative to start redis

Start it on your laptop in the root framework framework folder (for MacOS and Windows: make sure Docker Desktop is running).

Code Block
languagebash
cd your/path/to/framework
docker compose up redis

This should start print Container sic-redis-1 Created which means Redis is up and running.

Optionally, you can now start other services on your laptop, such as text to speech, either using docker

...