Versions Compared

Key

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

...

  1. Open the project in PyCharm (or another IDE or teriminal).Open the terminal in PyCharm:

  2. Go to

    View > Tool Windows > Terminal

    your cloned repository.

  3. Navigate to the sic_applications directory:

    Code Block
    cd sic_applications
  4. Start the Redis server using the provided configuration file:

    Code Block
    redis-server conf/redis/redis.conf

...