...
Open the project in PyCharm (or another IDE).
Open the terminal in PyCharm:
Go to View > Tool Windows > Terminal.
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
If you encounter this error Could not create server TCP listening socket *:6379: bind: Address already in use
read through the following collapsable section.
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
For Ubuntu/Debian users, if you encounter the error
And, if you wish to prevent Redis server from starting automatically at boot, you can run
If you still can’t kill Redis server, you can use
For macOS users, the process should be similar; just find the PID of the Redis server and kill the process:
And find the *PID in the terminal response, kill the pid shown:
|
...
Step 2: Run Your MARBEL Agent with Web Pages and Dialogflow
...