Download Now

Download Friendstore 1.0.1


Requirements

Linux

Installation:
  1. Install the following packages: libosip2-dev, libeXosip2-dev, uuid-dev, libxml2-dev, libssl-dev, zlib1g-dev, libevent-dev.
  2. Run:
     java -jar friendstore.jar 
    and follow the instructions.

Install Friendstore as a daemon on Debian:
  1. 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"
          
  2. Change the current directory to /etc/init.d and set the script executable:
          chmod +x Friendstore
          
  3. 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:

Windows

Installation:
  1. 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.)
  2. Restart your machine.

Running Friendstore: