Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Update README.md Redis info
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltcod committed Jul 27, 2017
1 parent 0e57ef7 commit 821f63e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ sudo apt-get install ffmpeg
```
If you want to upload files with more weight you have to change the settings of your php.ini

If you want execute broadcasting events, you need install Redis in your server and run node/broadcast_server/socket.js
If you want execute broadcasting events, you need install Redis in your server
```bash
curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz
cd redis-stable
make
```
and run
```bash
node broadcast_server/socket.js
```

# Requirements
This packages use (no need to install):
Expand Down
File renamed without changes.

0 comments on commit 821f63e

Please sign in to comment.