T.A.D / ABS - Installation

Size: px
Start display at page:

Download "T.A.D / ABS - Installation"

Transcription

1 T.A.D / ABS - Installation Technical Architecture Document / Installation Topic : This document aims to expose the architecture to set up for the installation of ABS. It exposes all the tools that make it up and how they interact with each other. Project : ABS

2 TABLE OF CONTENTS Table of contents 2 Introduction 3 Glossary 3 General Technical Architecture 4 Architecture diagram 4 Technical platform 4 Flux 5 Hardware Platforms 5 Application server 5 Resources 5 Components 5 Database server 5 Resources 5 Components 5 Softwares Installation 6 Database server 6 PostgreSQL Installation 6 Application server 6 Java installation 6 Client environment installation 6 Apache Tomcat 8.5 installation 6 Nginx Installation 6 Install Axelor Business Suite 7

3 INTRODUCTION Axelor is a suite of integrated business applications fully modular, ergonomic and scalable. GLOSSARY ERP : Enterprise Resource Planning DMS : Document Management System PostgresSql: Open Source Relational Database-Management System (DBMS) Apache Tomcat, Apache Http server, Nginx : Open Source WEB server ADK : Development framework Axelor Development Kit

4 GENERAL TECHNICAL ARCHITECTURE Architecture diagram Technical platform Environment Server Tools Type Software Version Application server Linux ERP Web server Apache2 Nginx Application server Apache 8.5 Tomcat Language Java 8 DB server Linux DB DB server PostgreSQL 9.5

5 Flux From To Visibility / Protocol Port Client Application server: Apache Internet / HTTPS 443 Application server: Application server: Tomcat Intranet / HTTP 8080 Apache Application server: Tomcat Serveur BDD: PostgreSQL Intranet / TCP 5432 HARDWARE PLATFORMS It is recommended to divide the installation of the application into two separate elements. The first will be used for the application, the second for the database. Application server Resources Processor : Min 2 cores RAM : Min 4 Go Hard disk : Min 10 Go Components Ubuntu Server LTS Open JDK 8 Container WEB Apache Tomcat HTTP Apache 2 server or Nginx Database server Resources Processor : Min 2 cores RAM : Min 4 Go Hard disk : Min 10 Go Components Ubuntu Server LTS PostgreSQL 9.5

6 SOFTWARES INSTALLATION Database server PostgreSQL Installation sudo apt-get install postgresql sudo su postgres createuser --no-superuser --username postgres --pwprompt axelor createdb --owner=axelor axelor Application server Java installation sudo apt-get install openjdk-8-jre ln -s /usr/lib/jvm/openjdk-8-jre /usr/lib/jvm/default-java Client environment installation sudo adduser axelor su axelor cd mkdir src mkdir opt Apache Tomcat 8.5 installation cd ~/opt wget tar -xzf apache-tomcat tar.gz ln -s /home/axelor/opt/apache-tomcat /home/axelor/default-tomcat rm apache-tomcat tar.gz cd ~/opt/default-tomcat/bin vi setenv.sh chmod +x setenv.sh sudo vi /etc/init.d/axelor-tomcat sudo vi /etc/logrorate.d/axelor-tomcat sudo update-rc.d axelor-tomcat defaults 99 Nginx Installation sudo apt-get install nginx cd /etc/nginx vi sites-available/exemple.axelor.com

7 ln -s /etc/nginx/sites-available/exemple.axelor.com /etc/nginx/sites-enabled/ exemple.axelor.com sudo service nginx restart Install Axelor Business Suite cd ~/src/ mkdir axelor-version_app cp axelor-version_app jar -xvf../axelor.war cd ~ ln -s /home/axelor/src/axelor-version_app /home/axelor/opt/default-tomcat/webapps/root service axelor-tomcat start Nginx configuration file example example.axelor.com : server { listen 80; server_name example.axelor.com X.X.X.X ; server_tokens off; rewrite ^(.*) $1 permanent; server { listen 443 ssl; server_name example.axelor.com X.X.X.X; server_tokens off; ssl on; ssl_certificate /etc/nginx/ssl/cert.crt; ssl_certificate_key /etc/nginx/ssl/cert.key; ssl_dhparam /etc/nginx/ssl/dhparam.pem; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_ciphers ECDH+AESGCM:ECDH+AES256:ECDH+AES128:DH+3DES:!ADH:!AECDH:!MD5; ssl_session_cache shared:ssl:20m; ssl_session_timeout 10m; location / { proxy_pass proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; client_max_body_size 10m; client_body_buffer_size 128k; proxy_connect_timeout 90; proxy_send_timeout 90;

8 proxy_read_timeout 90; proxy_buffers 32 4k; setenv.sh file example : export CATALINA_PID ="$CATALINA_BASE/tomcat.pid" export JAVA_OPTS ="$JAVA_OPTS -Daxelor.ScriptCacheSize=500 -Daxelor.ScriptCacheExpireTime=10" export CATALINA_OPTS ="$CATALINA_OPTS -Xms2048m" export CATALINA_OPTS ="$CATALINA_OPTS -Xmx2048m" export CATALINA_OPTS ="$CATALINA_OPTS -XX:+UseParallelGC" export CATALINA_OPTS ="$CATALINA_OPTS -XX:MaxGCPauseMillis=1500" export CATALINA_OPTS ="$CATALINA_OPTS -XX:GCTimeRatio=9" export CATALINA_OPTS ="$CATALINA_OPTS -server" export CATALINA_OPTS ="$CATALINA_OPTS -XX:+DisableExplicitGC" if [ -r "$CATALINA_BASE/bin/appenv.sh" ]; then. "$CATALINA_BASE/bin/appenv.sh" fi echo "Using CATALINA_OPTS:" for arg in $CATALINA_OPTS do echo ">> " $arg done echo "" echo "Using JAVA_OPTS:" for arg in $JAVA_OPTS do echo ">> " $arg done echo " " echo ""

9 logrotate axelor-tomcat configuration file example : /home/axelor/opt/default-tomcat/logs/*.log /home/axelor/opt/default-tomcat/logs/*.out { notifempty copytruncate dateext daily rotate 10 compress missingok

10 init.d axelor-tomcat configuration file example : #!/bin/sh ### BEGIN INIT INFO # Provides: Apache tomcat 8 # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: # Default-Stop: # Short-Description: Start deamon at boot time # Description: Enable service provided by daemon. ### END INIT INFO RUNNER =axelor CMD_ROOT =/home/ $RUNNER /opt/default-tomcat/bin start() { echo "Start tomcat with PID $RUNNER" su $RUNNER -c "$CMD_ROOT/startup.sh" stop() { echo "Stop tomcat with PID $RUNNER" su $RUNNER -c "$CMD_ROOT/shutdown.sh" restart() { stop; sleep 2; start; case $1 in start) start;; stop) stop;; restart) restart;; *) echo start restart stop esac

UCServer Webservice Release. Best Practice

UCServer Webservice Release. Best Practice UCServer Webservice Release Best Practice Legal Information/Imprint The information contained in this document reflects the state of knowledge at the time the document was created. Errors and subsequent

More information

stalun Documentation Release 0.2 Leonidas Poulopoulos, George Kargiotakis, GRNET NOC, GRNET

stalun Documentation Release 0.2 Leonidas Poulopoulos, George Kargiotakis, GRNET NOC, GRNET stalun Documentation Release 0.2 Leonidas Poulopoulos, George Kargiotakis, GRNET NOC, GRNET May 04, 2015 Contents 1 Description 1 2 Architecture 3 3 Inside info 5 4 Install 7 4.1 stalun installation instructions.....................................

More information

This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time.

This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time. This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time. Running your own server lets you play together with your friends and family with your own set

More information

User-friendly Cross-platform Industry 4.0 Web Viewer Smartphone-App Free Hotline

User-friendly Cross-platform Industry 4.0 Web Viewer Smartphone-App Free Hotline Documentation Dragonfly QuickHMI with Raspberry Pi Version 6.0 User-friendly Cross-platform Industry 4.0 Web Viewer Smartphone-App Free Hotline Indi.Systems GmbH Universitätsallee 23 D-28359 Bremen Tel.

More information

Jamf Pro Installation and Configuration Guide for Linux. Version

Jamf Pro Installation and Configuration Guide for Linux. Version Jamf Pro Installation and Configuration Guide for Linux Version 10.7.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington

More information

Jamf Pro Installation and Configuration Guide for Linux. Version

Jamf Pro Installation and Configuration Guide for Linux. Version Jamf Pro Installation and Configuration Guide for Linux Version 10.5.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington

More information

Installing Alfresco components one by one. Angel Borroy

Installing Alfresco components one by one. Angel Borroy Installing Alfresco components one by one Angel Borroy developer@keensoft Alfresco components (201702) https://community.alfresco.com/docs/doc-6641-alfresco-community-edition-file-list-201702 Alfresco

More information

By: Jeeva S. Chelladhurai

By: Jeeva S. Chelladhurai CI CD By: Jeeva S. Chelladhurai Tools SCM: www.github.com CI/CD: Jenkins 2.0 Important Plugins: Pipeline (for Jenkinsfile), git, github, SSH Slaves (for build slave) Platform: docker Container Orchestration:

More information

IEMS 5722 Mobile Network Programming and Distributed Server Architecture Semester 2

IEMS 5722 Mobile Network Programming and Distributed Server Architecture Semester 2 IEMS 5722 Mobile Network Programming and Distributed Server Architecture 2016-2017 Semester 2 Assignment 3: Developing a Server Application Due Date: 10 th March, 2017 Notes: i.) Read carefully the instructions

More information

ELK. Elasticsearch Logstash - Kibana

ELK. Elasticsearch Logstash - Kibana ELK Elasticsearch Logstash - Kibana Welcome to Infomart Infomart is a media monitoring app which monitors both Social and Traditional Media. Social media includes Twitter, Facebook, Youtube, Wordpress,

More information

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user.

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user. Installing Tomcat 7 on CentOS 7 David J. Walling, March 8 th, 2017 Email: david@davidjwalling.com This how to describes a process to download and install Apache Tomcat 7 on a CentOS 7 virtual machine using

More information

LET S ENCRYPT WITH PYTHON WEB APPS. Joe Jasinski Imaginary Landscape

LET S ENCRYPT WITH PYTHON WEB APPS. Joe Jasinski Imaginary Landscape LET S ENCRYPT WITH PYTHON WEB APPS Joe Jasinski Imaginary Landscape SSL / TLS WHY USE SSL/TLS ON YOUR WEB SERVER? BROWSERS ARE MANDATING IT Firefox 51 and Chrome 56 Non-HTTPS Pages with Password/CC Forms

More information

ARCHER Data Services Service Layer

ARCHER Data Services Service Layer ARCHER 1.0 ARCHER Data Services Service Layer System Administrator s Guide ICAT & MCAText Installation Configuration Maintenance ARCHER Data Services Service Layer... 1 About ARCHER Data Services Service

More information

TransformixTools Axelor Demo Project

TransformixTools Axelor Demo Project TransformixTools Axelor Demo Project Introduction... 2 ADK for Rapid Application Development... 3 Developer High Productivity... 3 Web and Mobile User Interfaces... 3 ADK and Reverse Engineering of Existing

More information

Managing Virtual Machines on Ubuntu KVM

Managing Virtual Machines on Ubuntu KVM Managing Virtual Machines on Ubuntu KVM This article is a dump of my experience with setting up a viable virtual machine management platform on an Ubuntu Hypervisor with following specs: OS: Ubuntu 14.04.2

More information

Running Blockchain in Docker Containers Prerequisites Sign up for a LinuxONE Community Cloud trial account Deploy a virtual server instance

Running Blockchain in Docker Containers Prerequisites Sign up for a LinuxONE Community Cloud trial account Deploy a virtual server instance Running Blockchain in Docker Containers The following instructions can be used to install the current hyperledger fabric, and run Docker and blockchain code in IBM LinuxONE Community Cloud instances. This

More information

IDOL Site Admin. Software Version Installation Guide

IDOL Site Admin. Software Version Installation Guide IDOL Site Admin Software Version 12.0 Installation Guide Document Release Date: June 2018 Software Release Date: June 2018 Legal notices Copyright notice Copyright 2015-2018 Micro Focus or one of its affiliates.

More information

Apache Tomcat Installation Guide [ Application : IVMS Base, Rich and Core Version ] [ Platform : 64 Bit Linux ] Tomcat Version: 6.0.

Apache Tomcat Installation Guide [ Application : IVMS Base, Rich and Core Version ] [ Platform : 64 Bit Linux ] Tomcat Version: 6.0. Apache Tomcat Installation Guide [ Application : IVMS Base, Rich and Core Version ] [ Platform : 64 Bit Linux ] Tomcat Version: 6.0.44 Introduction Apache Tomcat is an open source software implementation

More information

HP IDOL Site Admin. Software Version: Installation Guide

HP IDOL Site Admin. Software Version: Installation Guide HP IDOL Site Admin Software Version: 10.9 Installation Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties for HP products and services

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

How to Install Open HRMS on Ubuntu 16.04?

How to Install Open HRMS on Ubuntu 16.04? How to Install Open HRMS on Ubuntu 16.04? Step 1: Update The Server Make your system Updated using these two commands sudo apt-get update sudo apt-get upgrade Step 2: Secure Server It is common for all

More information

HPE IDOL Site Admin. Software Version: Installation Guide

HPE IDOL Site Admin. Software Version: Installation Guide HPE IDOL Site Admin Software Version: 11.3.0 Installation Guide Document Release Date: February 2017 Software Release Date: February 2017 Legal Notices Warranty The only warranties for Hewlett Packard

More information

OpenEMR Insights Configuration Instructions

OpenEMR Insights Configuration Instructions OpenEMR Insights provides ETL and Dashboards to enhance your OpenEMR intelligence backed by Pentaho CE and Saiku Analytics CE. To see OpenEMR Insights in action, head over to www.oemr.org. There you will

More information

VMware App Volumes Administration Guide. VMware App Volumes 2.13

VMware App Volumes Administration Guide. VMware App Volumes 2.13 VMware App Volumes Administration Guide VMware App Volumes 2.13 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier.

Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier. Nagios 4 on Ubuntu 16 Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier. apt-get install php-gd build-essential

More information

opencrx Server Installation

opencrx Server Installation opencrx Server Installation Version 2.9.0 www.opencrx.org License The contents of this file are subject to a BSD license (the "License"); you may not use this file except in compliance with the License.

More information

Web Meetings Manual. Release Kopano BV

Web Meetings Manual. Release Kopano BV Web Meetings Manual Release 1.0.0 Kopano BV Jul 27, 2017 Contents 1 Introduction 2 1.1 Intended Audience.......................................... 2 1.2 Architecture.............................................

More information

How to develop with infandango Documentation

How to develop with infandango Documentation How to develop with infandango Documentation Release Mike Hull April 27, 2016 Contents 1 Overview 1 2 Contents 3 2.1 Overview................................................. 3 2.2 Using Infandango............................................

More information

Moab HPC Suite Basic Edition 7.1.4

Moab HPC Suite Basic Edition 7.1.4 Moab HPC Suite Basic Edition 7.1.4 Installation Guide March 2013 2013 Adaptive Computing Enterprises, Inc. All rights reserved. Distribution of this document for commercial purposes in either hard or soft

More information

CMSilex Documentation

CMSilex Documentation CMSilex Documentation Release 0.1 Leigh Murray December 01, 2016 Contents 1 Introduction 3 2 Usage 5 2.1 Installation................................................ 5 2.2 Bootstrap.................................................

More information

Communication protocols and services

Communication protocols and services This chapter describes various protocols and that may be enabled on Modberry. SSH Connection SSH service is started up on boot and already preinstalled and configured. You may access your device through

More information

Offloading NDO2DB To Remote Server

Offloading NDO2DB To Remote Server Purpose This document is meant to show a step-by-step guide for offloading the NDO2DB daemon from the central server to an external, remote server. NDO2DB is an acronym of "Nagios Data Output To Database"

More information

Installation of Hadoop on Ubuntu

Installation of Hadoop on Ubuntu Installation of Hadoop on Ubuntu Various software and settings are required for Hadoop. This section is mainly developed based on rsqrl.com tutorial. 1- Install Java Software Java Version* Openjdk version

More information

Metasploit. Installation Guide Release 4.4

Metasploit. Installation Guide Release 4.4 Metasploit Installation Guide Release 4.4 TABLE OF CONTENTS About this Guide Target Audience...1 Organization...1 Document Conventions...1 Support...2 Support for Metasploit Pro and Metasploit Express...2

More information

IPv6 Sauron - Quick How To

IPv6 Sauron - Quick How To IPv6 Sauron - Quick How To Padrta, A., Kostěnec, M. September 22, 2014 Contents 1 Introduction 2 2 Deployment Scheme 2 2.1 Sauron Database Operations.............................. 2 2.1.1 Data Export...................................

More information

Gunnery Documentation

Gunnery Documentation Gunnery Documentation Release 0.1 Paweł Olejniczak August 18, 2014 Contents 1 Contents 3 1.1 Overview................................................. 3 1.2 Installation................................................

More information

Origins Release. Platform Installation Guide

Origins Release. Platform Installation Guide Origins Release Platform Installation Guide igrafx Origins Release Platform Installation Guide 2012 2016 igrafx, LLC. All rights reserved. The following software is the property of igrafx, LLC or its licensors

More information

X-road MISP2 installation and configuration guide. Version 1.20

X-road MISP2 installation and configuration guide. Version 1.20 X-road MISP2 installation and configuration guide Version 1.20 Contents 1. Introduction... 3 2. Environment requirements... 3 3.MISP2 Installation... 3 3.1. Java... 3 3.2. PostgreSQL... 3 3.3. Apache Tomcat

More information

Remote GUI access to a Linux computer using Tightvnc

Remote GUI access to a Linux computer using Tightvnc Remote GUI access to a Linux computer using Tightvnc The command line is a great way to manage a remote Linux computer if you don't mind typing in commands, but sometimes you need to be able to view a

More information

SmartPatch. Installation Manual Version 6.x

SmartPatch. Installation Manual Version 6.x SmartPatch Installation Manual Version 6.x Copyright Copyright 2017 Brand-Rex Ltd. All rights reserved. No part of this publication or of the SmartPatch software, in source code or object code form, may

More information

Table of Contents. Copyright Pivotal Software Inc, x

Table of Contents. Copyright Pivotal Software Inc, x Table of Contents Table of Contents Getting Started with Pivotal tc Server Quick Start Overview of tc Server Installing Pivotal tc Server Creating and Managing tc Runtime Instances Security Information

More information

Android SDK under Linux

Android SDK under Linux Android SDK under Linux Jean-Francois Messier Android Outaouais jf@messier.ca Abstract This is a tutorial about installing the various components required to have an actual Android development station

More information

Dockerfile Best Practices

Dockerfile Best Practices Dockerfile Best Practices OpenRheinRuhr 2015 November 07th, 2015 1 Dockerfile Best Practices Outline About Dockerfile Best Practices Building Images This work is licensed under the Creative Commons Attribution-ShareAlike

More information

Docker Container Logging

Docker Container Logging Docker Container Logging Default logging behavior Docker natively streams STDOUT and STDERR from a container into a built-in logging service. In order to make use of this services, applications must be

More information

Space Details. Documentation space for YouTrack Energy

Space Details. Documentation space for YouTrack Energy Key: Name: Description: Space Details YTD3 YouTrack Energy Documentation Documentation space for YouTrack Energy Creator (Creation Date): admin (Sep 10, 2008) Last Modifier (Mod. Date): ivrina (Aug 17,

More information

pfsense Boot failure after upgrade to 2.4.0

pfsense Boot failure after upgrade to 2.4.0 pfsense Boot failure after upgrade to 2.4.0 Scenario Upgraded from pfsense 2.3x to 2.4.0 Upon reboot, I was unable to ssh to the box. Once at the physical console, I noticed pfsense had encountered a panic

More information

Building the Laika AMI

Building the Laika AMI Building the Laika AMI Ben Uphoff, CCHIT Table of Contents Install steps... 2 Install dependencies and congure environment... 2 Get and congure Laika... 3 Congure Laika to start on system boot... 3 Create

More information

Openbravo Oracle quick-start. installation guide

Openbravo Oracle quick-start. installation guide Openbravo Oracle quick-start installation guide 4rd January 2007 Revision 1.0.5 Visit us at www.openbravo.com Table of Contents I. Introduction...3 II. Requirements...4 III. License...5 IV. Operating Environment

More information

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Sep 14 Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Z e p h y r, 7 7 0 7 G a t e w a y B l v d, S u i t e 1 0 0, N e w a r k, C A 9 4 5 6 0, U S A Zephyr 4.6 Installation on RedHat Enterprise

More information

HP IT Operations Compliance Community Edition

HP IT Operations Compliance Community Edition HP IT Operations Compliance Community Edition Software Version: 00.14.1200 - Getting Started Guide Document Release Date: January 2015 Software Release Date: January 2015 Legal Notices Warranty The only

More information

FreeSWITCH for Ubuntu 14.04

FreeSWITCH for Ubuntu 14.04 FreeSWITCH for Ubuntu 14.04 Freeswitch is an open-source alternative to Asterisk to build a voip telephony server. It was launched by a member of the Asterisk development team who wanted to rewrite the

More information

CIS-CAT Pro Dashboard Documentation

CIS-CAT Pro Dashboard Documentation CIS-CAT Pro Dashboard Documentation Release 1.0.0 Center for Internet Security February 03, 2017 Contents 1 CIS-CAT Pro Dashboard User s Guide 1 1.1 Introduction...............................................

More information

MISP2 installation and configuration guide. Version 2.12

MISP2 installation and configuration guide. Version 2.12 MISP2 installation and configuration guide Version 2.12 Contents Contents... 2 1. Introduction... 3 2. Environment requirements... 3 3. MISP2 Installation... 3 3.1. Updating the MISP2 package list... 3

More information

Orchid Fusion VMS Installation Guide

Orchid Fusion VMS Installation Guide Orchid Fusion VMS Installation Guide Version 2.4.0 Orchid Fusion VMS Installation Guide v2.4.0 1 C O N T E N T S About the Orchid Fusion VMS Installation Guide 2 Installation 3 Working in Windows 3 Working

More information

IBM Cloud Object Storage System. NGINX IBM COS Solution Guide Version 1.0

IBM Cloud Object Storage System. NGINX IBM COS Solution Guide Version 1.0 IBM Cloud Object Storage System NGINX IBM COS Solution Guide Version 1.0 This edition applies to IBM Cloud Object Storage System and is valid until replaced by new editions. Copyright IBM Corporation Copyright,

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Indico Documentation. Release 2.2-dev. Indico Team

Indico Documentation. Release 2.2-dev. Indico Team Indico Documentation Release 2.2-dev Indico Team May 31, 2018 Contents 1 Installation 3 1.1 Installation guides............................................ 3 2 Configuration 43 2.1 Configuration...............................................

More information

VMRC Documentation. Release 1.0 VMRC

VMRC Documentation. Release 1.0 VMRC VMRC Documentation Release 1.0 VMRC November 13, 2015 Contents 1 About VMRC 3 2 VMRC Service 5 2.1 Introduction............................................... 5 2.2 Prerequisites...............................................

More information

mpuls operations manual Release 1.0

mpuls operations manual Release 1.0 mpuls operations manual Release 1.0 Intevation GmbH December 11, 2013 Contents 1 Overview 1 1.1 mpuls-application............................................ 1 1.2 Available Distributions..........................................

More information

Openbravo quick-start. installation guide

Openbravo quick-start. installation guide Openbravo quick-start installation guide 25 th April 2006 Revision 1.0.2 Visit us at www.openbravo.com Table of Contents I. Introduction... 3 II. Requirements... 4 III. License... 5 IV. Operating Environment

More information

Bitnami Moodle for Huawei Enterprise Cloud

Bitnami Moodle for Huawei Enterprise Cloud Bitnami Moodle for Huawei Enterprise Cloud Description Moodle is a Course Management System that is designed using sound pedagogical principles to help educators create effective online learning communities.

More information

APEX Installation Guide. Sven van der Meer, Liam Fallon, John Keeney. Version SNAPSHOT, T16:01:13Z

APEX Installation Guide. Sven van der Meer, Liam Fallon, John Keeney. Version SNAPSHOT, T16:01:13Z APEX Installation Guide Sven van der Meer, Liam Fallon, John Keeney Version 2.0.0-SNAPSHOT, 2018-10-10T16:01:13Z Table of Contents 1. Requirements............................................................................................

More information

Parallel Programming

Parallel Programming Parallel Programming Installing Eclipse Parallel Tools Platform (PTP) (Linux Distributions) Preliminaries - Install Java Author B. Wilkinson - Modification date May 29, 2015 Java is needed for the Eclipse

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

Performance Tuning NGINX

Performance Tuning NGINX Performance Tuning NGINX Name: Amir Rawdat Currently: Technical Marketing Engineer at NGINX inc. Previously: - Customer Applications Engineer at Nokia inc. Multi-Process Architecture with QPI Bus Web Server

More information

Initial setting up of VPN Java version.

Initial setting up of VPN Java version. VPN Linux 64 bit To access work documents from home you will need to create a VPN connection. This will allow you to securely connect to Exeter University network from other location such as your home.

More information

gosint Documentation Release Cisco CSIRT

gosint Documentation Release Cisco CSIRT gosint Documentation Release 0.0.1 Cisco CSIRT Nov 20, 2017 Contents 1 Installation 3 1.1 Quick Installation............................................ 3 1.2 Manual Installation............................................

More information

Web Collaborative Reviewer Installation Guide

Web Collaborative Reviewer Installation Guide Web Collaborative Reviewer Installation Guide WWW.IXIASOFT.COM / DITACMS v. 4.2 / Copyright 2016 IXIASOFT Technologies. All rights reserved. Last revised: March 07, 2016 Table of contents 3 Table of contents

More information

Wavelink Avalanche Mobility Center Linux Reference Guide

Wavelink Avalanche Mobility Center Linux Reference Guide Wavelink Avalanche Mobility Center Linux Reference Guide Version 5.2 amc-rg-linux-52-20111222 Revised 22/12/2011 ii Copyright 2011 by Wavelink Corporation All rights reserved. Wavelink Corporation 10808

More information

Trunk Player Documentation

Trunk Player Documentation Trunk Player Documentation Release 0.0.1 Dylan Reinhold Nov 25, 2017 Contents 1 Installation 3 1.1 System Prerequisites........................................... 3 1.2 Assumptions...............................................

More information

Step 1 - Install Apache and PostgreSQL

Step 1 - Install Apache and PostgreSQL How to install OTRS (Open Source Trouble Ticket System) on Ubuntu 16.04 Prerequisites Ubuntu 16.04. Min 2GB of Memory. Root privileges. Step 1 - Install Apache and PostgreSQL In this first step, we will

More information

Openbravo r2.10 quick-start. installation guide

Openbravo r2.10 quick-start. installation guide Openbravo r2.10 quick-start installation guide 13 th July 2006 Revision 1.0.3 Visit us at www.openbravo.com Table of Contents I. Introduction... 3 II. Requirements... 4 III. License... 5 IV. Operating

More information

X-road MISP2 installation and configuration guide. Version 2.6

X-road MISP2 installation and configuration guide. Version 2.6 X-road MISP2 installation and configuration guide Version 2.6 Contents 1. Introduction... 3 2. Environment requirements... 3 3.MISP2 Installation... 3 3.1 Repositories... 3 3.2 MISP2 keyring... 4 3.3 PostgreSQL

More information

Indico Documentation. Release 2.0rc2. Indico Team

Indico Documentation. Release 2.0rc2. Indico Team Indico Documentation Release 2.0rc2 Indico Team Dec 18, 2017 Contents 1 Installation 3 1.1 Installation guides............................................ 3 2 Configuration 43 2.1 Configuration...............................................

More information

GVP Deployment Guide. Maintaining GVP

GVP Deployment Guide. Maintaining GVP GVP Deployment Guide Maintaining GVP 11/19/2017 Maintaining GVP Learn how to stop, start, and uninstall Genesys Voice Platform components. Starting and Stopping the Components Uninstalling the Components

More information

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x Perceptive Nolij Web Technical Specifications Version: 6.8.x Written by: Product Knowledge, R&D Date: October 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Introduction...

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Linux Kung Fu. Stephen James UBNetDef, Spring 2017

Linux Kung Fu. Stephen James UBNetDef, Spring 2017 Linux Kung Fu Stephen James UBNetDef, Spring 2017 Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and

More information

almir Documentation Release Domen Kožar

almir Documentation Release Domen Kožar almir Documentation Release 0.1.8.0 Domen Kožar January 22, 2014 Contents i ii almir Documentation, Release 0.1.8.0 Author Domen Kožar Source code github.com project Bug tracker github.com

More information

Comodo IT and Security Manager Software Version 6.4

Comodo IT and Security Manager Software Version 6.4 Comodo IT and Security Manager Software Version 6.4 On-Premise Installation Guide Guide Version 6.4.040417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Comodo IT and

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Linux. An introduction. Aurélien Villani 01/2018

Linux. An introduction. Aurélien Villani 01/2018 Linux An introduction Aurélien Villani 01/2018 Linux? 2 References Somewhere on the baie-lgf, are some Linux books. 3 Linux? A kernel... 1991: released by Linus Torvalds, for fun 1993: 100 developers working

More information

Integration of UNICORE Components into Linux Systems

Integration of UNICORE Components into Linux Systems Mitglied der Helmholtz-Gemeinschaft Integration of UNICORE Components into Linux Systems 15.12.2009 Rebecca Breu UNICORE Installation as of Now tgz or graphical installer all files installed into one directory

More information

KopanoLibreOffice. Release 1.0. Kopano BV

KopanoLibreOffice. Release 1.0. Kopano BV KopanoLibreOffice Release 1.0 Kopano BV Sep 26, 2018 Contents 1 Introduction 2 2 Installation 3 2.1 System requirements......................................... 3 2.2 Configuring the Kopano package repositories............................

More information

PEN LOAD BALANCER WITH 2 NODES APACHE WEB SERVER

PEN LOAD BALANCER WITH 2 NODES APACHE WEB SERVER Alternate Titles: MYSQL SSL Encryption Based Replication Setup Author: Muhammad Zeeshan Bhatti [LPI, VCP-DCV5, OCP (DBA), MCSA, SUSE CLA, RHCSA-7] (http://zeeshanbhatti.com) (admin@zeeshanbhatti.com) PEN

More information

ߕҹ 5-5 ߕҹ 5-5ǵѠ ϐ LiveE! ڋᏔमЎހЋн ɄɄԃࡋȨཥ жᆛሞᆛၡڐۓϕ೯ᇡ ฝȩ ز ߕҹ Ѡ ϐ LiveE! ڋᏔ मЎހЋн ᔈҔ ϩ ฝη ฝΟ Ь ΓǺᇳ ਠߏ Չ ՏǺ୯ҥమ εᏢ ύ ୯ ɄɄԃΜД 1083

ߕҹ 5-5 ߕҹ 5-5ǵѠ ϐ LiveE! ڋᏔमЎހЋн ɄɄԃࡋȨཥ жᆛሞᆛၡڐۓϕ೯ᇡ ฝȩ ز ߕҹ Ѡ ϐ LiveE! ڋᏔ मЎހЋн ᔈҔ ϩ ฝη ฝΟ Ь ΓǺᇳ ਠߏ Չ ՏǺ୯ҥమ εᏢ ύ ୯ ɄɄԃΜД 1083 5-5 LiveE! LiveE! 1083 OUTLINE... 1085 SECTION 1: LIVE E! SYSTEM OVERVIEW... 1085 SECTION 2: SERVER INSTALLATION... 1086 2.1. BASE SYSTEM INSTALLATION... 1087 2.2. LIVE E! SYSTEM COMPONENT INSTALLATION...

More information

IMS database application manual

IMS database application manual IMS database application manual The following manual includes standard operation procedures (SOP) for installation and usage of the IMS database application. Chapter 1 8 refer to Windows 7 operating systems

More information

:13 1/10 Traffic counting on the CCGX

:13 1/10 Traffic counting on the CCGX 2017-08-18 15:13 1/10 Traffic counting on the CCGX Traffic counting on the CCGX There are situation in which it is interesting to know the traffic usage of the color control. This can be done on the CCGX

More information

INSIGHTS INTO ECS DATA UTILIZATION USING OPEN SOURCE TOOLS

INSIGHTS INTO ECS DATA UTILIZATION USING OPEN SOURCE TOOLS INSIGHTS INTO ECS DATA UTILIZATION USING OPEN SOURCE TOOLS Analyzing ECS Access Logs with Elasticsearch, Logstash, and Kibana (ELK) ABSTRACT This white paper explains how administrators can better understand

More information

Technical Manual. Software Quality Analysis as a Service (SQUAAD) Team No.1. Implementers: Aleksandr Chernousov Chris Harman Supicha Phadungslip

Technical Manual. Software Quality Analysis as a Service (SQUAAD) Team No.1. Implementers: Aleksandr Chernousov Chris Harman Supicha Phadungslip Technical Manual Software Quality Analysis as a Service (SQUAAD) Team No.1 Implementers: Aleksandr Chernousov Chris Harman Supicha Phadungslip Testers: Kavneet Kaur Reza Khazali George Llames Sahar Pure

More information

Using RDP with Azure Linux Virtual Machines

Using RDP with Azure Linux Virtual Machines Using RDP with Azure Linux Virtual Machines 1. Create a Linux Virtual Machine with Azure portal Create SSH key pair 1. Install Ubuntu Bash shell by downloading and running bash.exe file as administrator.

More information

Bitnami JFrog Artifactory for Huawei Enterprise Cloud

Bitnami JFrog Artifactory for Huawei Enterprise Cloud Bitnami JFrog Artifactory for Huawei Enterprise Cloud Description JFrog Artifactory is a Binary Repository Manager for Maven, Ivy, Gradle modules, etc. Integrates with CI servers for fully traceable builds.

More information

Arm Licence Server User Guide. Version 18.0

Arm Licence Server User Guide. Version 18.0 Arm Licence Server User Guide Version 18.0 Contents Contents 1 1 Introduction 2 1.1 Online resources...................................... 2 1.2 Obtaining help....................................... 2

More information

Indico Documentation. Release dev18. Indico Team

Indico Documentation. Release dev18. Indico Team Indico Documentation Release 1.9.11.dev18 Indico Team Oct 09, 2017 Contents 1 Installation / Configuration 3 1.1 Installation guides............................................ 3 2 Server administration

More information

CloudView NMS Agent User Guide. /multi-platform version/

CloudView NMS Agent User Guide. /multi-platform version/ 1-1 - P a g e CloudView NMS Agent User Guide. /multi-platform version/ www.cloudviewnms.com WARRANTY The software described in this document is subject to change without notice. The information in this

More information

Molecular Forecaster Inc. Forecaster 1.2 Server Installation Guide

Molecular Forecaster Inc. Forecaster 1.2 Server Installation Guide Molecular Forecaster Inc. Forecaster 1.2 Server Installation Guide 13 June 2014 CONTENTS Windows... 4 Linux... 4 Installation Procedures... 4 Windows Installation... 4 Linux portable Installation... 5

More information

Globus Toolkit Manoj Soni SENG, CDAC. 20 th & 21 th Nov 2008 GGOA Workshop 08 Bangalore

Globus Toolkit Manoj Soni SENG, CDAC. 20 th & 21 th Nov 2008 GGOA Workshop 08 Bangalore Globus Toolkit 4.0.7 Manoj Soni SENG, CDAC 1 What is Globus Toolkit? The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the

More information

How To Install Java Manually Linux Ubuntu Bit

How To Install Java Manually Linux Ubuntu Bit How To Install Java Manually Linux Ubuntu 12.10 32 Bit Installing oracle jdk 8 on linux- Ubuntu example. Links oracle.com p. web.umkc. Scroll to the bottom, and you can even read about different versions

More information

Installing Fabric Manager

Installing Fabric Manager CHAPTER 3 Before installing Fabric Manager, make sure that the hardware setup and initial configuration using the CLI is completed. See Chapter 2, Initial Switch Configuration, for details. The Cisco Fabric

More information

Ubuntu LTS Install Guide

Ubuntu LTS Install Guide Ubuntu 16.04.5 LTS Install Guide Sirenia September 17, 2018 Contents 1 Content 2 2 Login to server 2 3 Ensure access to repositories 3 4 Install Docker 3 5 Install Docker Compose 4 6 Pull software 4 7

More information