You can find links to the binary tarballs from the Percona Server for MongoDB download page.
Fetch and extract the correct binary tarball. For example, if you are running Debian 8 (“jessie”):
wget https://www.percona.com/redir/downloads/percona-server-mongodb-3.2/LATEST/binary/debian/jessie/x86_64/psmdb-3.2.6-1.0-r24-jessie-x86_64-bundle.tar
tar xfz psmdb-3.2.6-1.0-r24-jessie-x86_64-bundle.tar
Copy the extracted binaries to the target directory, for example:
mkdir ~/psmdb
cp -r -n psmdb-3.2.6-1.0-r24-jessie-x86_64-bundle/bin ~/psmdb/
Add the location of the binaries to the PATH
variable:
export PATH ~/psmdb/bin:$PATH
Create the default data directory:
mkdir -p /data/db
Make sure that you have read and write permissions for the data directory
and run mongod
.
For general inquiries, please send us your question and someone will contact you.