...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Warning |
---|
DON’T FORGET PIP INSTALL . IF YOU HAVE MADE ANY CHANGES IN THE SOCIAL-INTERACTOIN-CLOUD OR SIC_APPLICAITONS. DO IT TO BOTH OF THEM BEFORE RERUNNIGN EVERYTHING. |
...
Step 1 for all Runs: Launch the Redis Server
Open the project in PyCharm (or another IDE or teriminal).
Go to your cloned repository.
Navigate to the
sic_applications
directory:Code Block cd sic_applications
Start the Redis server using the provided configuration file:
Code Block redis-server conf/redis/redis.conf
For Windows go into sic_applicaitons/conf/ and you can run redis-server.exe
If you encounter this error Could not create server TCP listening socket *:6379: bind: Address already in use
read through the following collapsable section.
...