Getting Started
>
Installation

INSTALLATION

Pogocache is designed and tested on 64-bit Linux and MacOS.

Docker

Run Pogocache using the latest Docker image.

docker run --net=host pogocache/pogocache

Building from Source

The Pogocache source code is available at https://github.com/tidwall/pogocache.

It can be downloaded using Git:

git clone https://github.com/tidwall/pogocache

Or the source can downloaded from the Release Page.

Once downloaded, run make.

make

This will build the pogocache program

Running

./pogocache

This will start the server on localhost (127.0.0.1) port 9401. To allow connections from other machines, bind the listener to an accessible host address.

./pogocache -h 172.30.2.84