Giter Club home page Giter Club logo

the-fascinator's Introduction

The Fascinator

Please visit our Public site

A release history is available.

Note: Currently two development projects are beign carried out on the fascinator for CrateIt feature and some customizations related to Mint hence there are two branches called curateit and mint. To build and play with either of them, follow the instructions as mentioned below.

Fascinator Installation

Prerequisites

You need to have the Git client, Java 7 and Maven2 (recommended Maven 2.2.1) software installed. On Ubuntu this can be done using apt-get:
sudo apt-get install git-core openjdk-7-jdk maven2

Then replace the content of the maven settings file located at /etc/maven2 with the following. Please note the proxy settings are for UWS. Change them accordingly.

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<proxies>

<proxy>
  <id>optional</id>
  <active>true</active>
  <protocol>http</protocol>
  <host>proxy.uws.edu.au</host>
  <port>3128</port>
  <nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
</proxies>

<profiles>
  <profile>
  <id>alwaysActiveProfile</id>
  <repositories>
       <repository>
	       <id>ReDBoxNexus</id>
	       <name>ReDBox Community Nexus Server</name>
	       <url>http://dev.redboxresearchdata.com.au/nexus/content/groups/public/</url>
      </repository>
    </repositories>
  </profile>
</profiles>
  <activeProfiles>
    <activeProfile>alwaysActiveProfile</activeProfile>
  </activeProfiles>
</settings>

Installation

  1. First create a directory to keep the repository and switch to it:
    mkdir /opt/fascinator

    chown -R $User:$User /opt/fascinator

    cd /opt/fascinator
  2. Clone the-fascinator repository from [email protected]:uws-eresearch/the-fascinator.git:
    git clone [email protected]:uws-eresearch/the-fascinator.git
  3. Switch to the branch you want to build:
    git checkout curatelt
  4. Build the downloaded source using maven:
    mvn clean install

This should build the fascinator and once it's successful, start the server using the tf.sh script:
./tf.sh start

Upgrading

If you have an existing fascinator installation and want to upgrade it to the latest version, follow the below instructions.

  1. Go to fascinator home directory(~/.fascinator in linux platform) and delete the existing system-config.json file
  2. Assuming that the existing repository is used to upgrade, change to that directory:
    cd /opt/fascinator
  3. Pull the latest version from github:
    git pull origin curatelt
  4. Switch to the branch you want to build:
    git checkout curatelt
  5. Build the latest version from source using maven:
    mvn clean install

Fascinator Configuration

General configuration

For the general configuration of the fascinator go to the fascinator configuration

File Harvester Configuration

  1. In system-config.json, locate

    "permissions" : { "path" : "${fascinator.home}/security/permissions.json", "useDirectoryAccess" : true, "defaultAccess" : "admin" },

    Above section defines the path to the permissions file where users are assigned to various groups to which they have access. When "useDirectoryAccess" is true, use top level directory names in the drive being harvested as group names. When it's false, all the files in the drive are considered as a whole bunch and assign "defaultAccess" value as the group name.

the-fascinator's People

Contributors

greg-pendlebury avatar andrewbrazzatti avatar lloyd-h avatar ozej8y avatar shilob avatar mike-jones avatar

Watchers

Peter Sefton avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.