Giter Site home page Giter Site logo

inkscope-packaging's Introduction

inkscope-packaging

packaging tools for inkscope

The RPMS directory contains all inkscope rpms and dependancy, and also deb packages.

    inkscope-sysprobe :  installs  probes on  all servers with osd and mons
    inkscope-cephrestapi:  installs  all file to  start a ceph rest api
    inkscope-cephprobe: installs the cephprobe ( only one is  needed for all the cluster)
    inkscope-admviz : installs  inskcope web interface
    inkscope-common :  contains all configuration files for probes and  admin interface.

You need to install a mongodb database and instanciate /opt/inkscope/etc/inkscope.conf file. You can use chef or puppet to do this.

A version of python-psutils greater than 2.0 is needed

Install it on Debian compliant os:

see on Inkscope blog : http://inkscope.blogspot.fr/2015/12/inkscope-v13-installation-on-debian.html

Install it on a redhat compliant os:

Create a directory for you local repository, e.g. /home/user/inkscope_repo. Move the RPMs into that directory. Fix some ownership and filesystem permissions:

chown -R root.root /home/user/inkscope_repo

Install the createrepo package if not installed yet, and run

createrepo /home/user/repo
chmod -R o-w+r /home/user/repo

Create a repository configuration file, e.g. /etc/yum.repos.d/inkscope_repo.repo containing

[local]
name=My inkScope Repo
baseurl=file:///home/user/inkscope_repo
enabled=1
gpgcheck=0

install cephprobe and ceph-rest-api

on a server SRVAPI:

yum install inkscope-cephrestapi
/etc/init.d/cephrestapi start
yum install inkscope-cephprobe
edit  /opt/inkscope/etc/inkscope.conf
/etc/init.d/cephprobe start

install sysprobe

on each server:

yum install inkscope-sysprobe
edit  /opt/inkscope/etc/inkscope.conf
/etc/init.d/sysprobe start

install inskscopeviz

on a server SRVVIZ :

yum install inkscope-admviz
edit  /opt/inkscope/etc/inkscope.conf
edit  /etc/httpd/conf.d/inkScope.conf
systemctl start httpd
http://SRVVIZ:8080/inkscopeViz

How to update

 yum update package

if the following config file exists it keeps the original one. /etc/httpd/conf.d/inkScope.conf /opt/inkscope/etc/inkscope.conf

inkscope-packaging's People

Contributors

a-dechorgnat avatar mourgaya avatar allaok avatar ghisl1 avatar

Watchers

 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.