Name | Modified | Size | Downloads / Week |
---|---|---|---|
P3Client-Windows.zip | 2013-05-03 | 10.9 MB | |
P3Client-Linux.zip | 2013-05-03 | 11.0 MB | |
README.TXT | 2012-11-09 | 3.1 kB | |
Totals: 3 Items | 21.9 MB | 0 |
======================================================================= Privacy Preserving URl Recommender Client Software ======================================================================= ------------------------------- INTRODUCTION ------------------------------- P3 Url Recommender - A privacy preserving recommendation system. Runs on both Windows(As a Windows Service) and Linux(As a linux Daemon). Also requires P3 Url Recommender Google Chrome Extension(https://chrome.google.com/webstore/detail/p3-url-recommenderlghdebdnpegkbmfpfnokdhjemdhglfde) Service automatically restarts itself at startup, and so doesn't require to be restarted. Service automatically updates itself. -------------------------------- PREREQUISITES -------------------------------- To run this software, you require java >= 1.6 -------------------------------- DOWNLOAD ------------------------------- 1. First install the Google Chrome Extension - P3 Url Recommender from the Chrome Webstore (https://chrome.google.com/webstore/detail/p3-url-recommender/lghdebdnpegkbmfpfnokdhjemdhglfde) 2. If you are using Linux download P3Client-Linux.zip (http://sourceforge.net/projects/p3client/files/P3Client-Linux.zip/download) On Windows , download P3Client-Windows.zip. (http://sourceforge.net/projects/p3client/files/P3Client-Windows.zip/download) /////////////////////////////////////////////////////////////////////////////// INSTRUCTIONS FOR WINDOWS /////////////////////////////////////////////////////////////////////////////// --------------------------------- INSTALL --------------------------------- Extract the zip file to a folder of your choice. Right click on the install.bat file in the extracted folder. Click on the "Run As Administrator" option. If you get the message P3UpdaterService installed and P3Updater Service started, then everything went fine. Else check the following : 1. See if you have java installed in the system. OPen Command Prompt and type java -version. You should get a valid version number. 2. If java is not installed , install java from http://java.com/en/download/index.jsp. If you still face problems, file a bug with the contents of the service.log file formed in the folder or contact me. -------------------------------- UNINSTALL -------------------------------- Right Click on the uninstall.bat file. Click on "Run As Administrator" option. After the service gets uninstalled, delete the appp directory. ////////////////////////////////////////////////////////////////////////////// INSTRUCTIONS FOR LINUX ///////////////////////////////////////////////////////////////////////////// --------------------------------- INSTALL --------------------------------- Extract the zip file into a folder. Go to terminal and type : cd <project_folder> sudo chmod o+x install.sh sudo bash install.sh -------------------------------- Uninstall -------------------------------- sudo chmod o+x uninstall.sh sudo bash uninstall.sh ---------------------------------- AUTHOR ---------------------------------- Abhishek Choudhary <abhishek@codeblues.in>