Giter Site home page Giter Site logo

ajkyffin / topcat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from icatproject/topcat

0.0 1.0 0.0 18.13 MB

GUI to work with multiple ICAT and IDS servers.

License: Other

Java 24.95% Python 2.75% CSS 0.72% HTML 13.23% Shell 0.08% JavaScript 56.03% Ruby 2.24%

topcat's Introduction

Topcat

A web based GUI able to search across multiple ICAT instances and download data via the IDS.

Status

Build Status

Installation

Information on how to install Topcat can be found here:

Development within a VM

You can create a Topcat development environment via Vagrant (https://www.vagrantup.com/):

git clone https://github.com/icatproject/topcat.git
cd topcat
vagrant up

Once everything is up and running you'll need to make a security exception, which can be done by going to:

You'll then be able to run Topcat by going to:

You will be able to log into the "TEST" facility with the following credentials:

  • Authentication Type: Simple
  • Username: root
  • Password: root

You can rebuild the server side (i.e. anything Java related) by:

vagrant ssh
topcat build_install

You can build a distro by:

vagrant ssh
cd /vagrant
mvn clean install

your new build will be in:

  • target/

Native development

If you chose not to use vagrant then you need to setup node and npm yourself. Go to a suitable directory to act as parent to your distribution and:

wget https://nodejs.org/dist/v6.11.3/node-v6.11.3-linux-x64.tar.xz
tar --xz -xf node-v6.11.3-linux-x64.tar.xz && rm node-v6.11.3-linux-x64.tar.xz

to get what is currently the LTS version of node and npm. Then add to $PATH the directory: node-v6.11.3-linux-x64/bin and

npm install -g bower
npm install -g grunt-cli

to install bower and grunt-cli "globally". Then go to where you have checked out topcat and do the usual

mvn clean install

Licence

Copyright 2012-2015 The ICAT Collaboration

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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.