Download Now
Download Friendstore 1.0.1Requirements
- If you haven't had a Facebook account, you can get one at Facebook account and follow the below instruction for peolple that are using Facebook. If you really don't want a Facebook account, you still can install Friendstore but it's harder to add and remove friends.
- For Facebook user: you need to register Friendstore as your Facebook application at http://www.facebook.com/apps/application.php?id=6646341043.
You MUST stick the following boxes when adding Friendstore:
Know who am I and access my information.
Put a box in my profile.
During installation you need to provide Friendstore your email and password for that Facebook account in order to add your potential backup buddies and learn about their status. It is absolutely safe to input your Facebook password in Friendstore; the software saves your password in encrypted form and do not transfer it to anywhere. - Friendstore needs Java runtime 5.0 or higher. You can download Java Runtime Environment (JRE) 5.0 from Sun.
Linux
Installation:
- Install the following packages: libosip2-dev, libeXosip2-dev, uuid-dev, libxml2-dev, libssl-dev, zlib1g-dev, libevent-dev.
- Run:
java -jar friendstore.jar
and follow the instructions.
Install Friendstore as a daemon on Debian:
- Create a shell script Friendstore in /etc/init.d with the following content (replace the bold text approriately):
#!/bin/sh export JAVA_HOME=<your java home directory> export PATH=$PATH:$JAVA_HOME/bin su <your Linux username> -c "<INSTALLDIR>/bin/Friendstore $1" - Change the current directory to /etc/init.d and set the script executable:
chmod +x Friendstore - Register the run level:
update-rc.d Friendstore start 30 2 3 4 5 . stop 70 0 1 6 .
Running Friendstore:
Friendstore is installed as a daemon and will start everytime your machine is booted. But you can also start Friendstore explicited by:
- Go to INSTALLDIR/bin/ and type
./Friendstore start
- To interace with Friendstore: http://localhost:4322
- To add your buddies from Facebook network, go to the Configure tab.
- To stop Friendstore
./Friendstore stop
Windows
Installation:
- Run:
java -jar friendstore.jar
and follow the instructions. (NOTE: If using Vista, you must right-click your Command Prompt when opening and select "Run as Administrator" before doing the above step. Otherwise, you will get an Access Denied error.) - Restart your machine.
Running Friendstore:
-
Friendstore is installed as a service and will start everytime your machine is booted. But you can also start Friendstore explicited by:
- Go to INSTALLDIR\bin\ and type
Friendstore.bat
- To interace with Friendstore: http://localhost:4322
- To add your buddies from Facebook network, go to the Configure tab.
