Skip to content

Install and setup a standalone version of Framesoc using a Framesoc archive

ycorre edited this page Mar 8, 2016 · 2 revisions

Summary

This page describes how to install a standalone version of Framesoc using a Framesoc archive.

Be aware that the simplest (and recommended) way to install Framesoc is using the update site, as described here.

The procedure described on this page has been tested under Eclipse Luna (4.4). For different versions of Eclipse some change could be necessary.

Requirements

  • Java JRE 7
  • [optional] MySQL server (optional, since Framesoc uses by default SQLite, which is an embedded DBMS)
  • The Framesoc archive (Framesoc-*.zip), generated using the procedure described here.

Procedure

  • Download Eclipse (version 4.4 or higher) and extract the corresponding archive (http://www.eclipse.org/downloads/)
  • Extract the Framesoc archive and get the feature archive contained inside (fr.inria.soctrace.maven.repository-*.zip)
  • Install Framesoc features:
    • From the Eclipse main menu: Help -> Install new software
    • Press "Add"
    • Press "Archive"
    • Select the archive containing the features (fr.inria.soctrace.maven.repository-*.zip)
    • Press "Ok"
    • Select the feature(s) you want to install
    • Press "Next" and follow the wizard (accept the license and finish the installation).
    • At the end of the installation, Eclipse will ask for restart.
  • Initialize the sytem, following the steps described here.