Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 340 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 340 Bytes

3speak Frontend

Installation

./connect.sh to make ssh tunnels to the mongo db and memcache (only for use in development).

docker run --name some-redis -p 6379:6379 -d --restart always redis --appendonly yes --requirepass "threespeak" only needs to be run once to create a redis server locally (both production and development).