Civicrm Image Guide Civicrm Stack Components

Total Page:16

File Type:pdf, Size:1020Kb

Civicrm Image Guide Civicrm Stack Components CiviCRM Image Guide Version 4.7.23 Websoft9 CiviCRM is a pre-configured, ready to run image for running CiviCRM on Alibaba Cloud. CiviCRM is a constituent relationship management system designed to meet the needs of advocacy, non-profit and non-governmental groups. It is an open source project, licensed under GNU AGPL 3.CiviCRM is released as a module that runs within the Drupal, Joomla, and WordPress content management systems. CiviCRM Stack Components Application Software(CiviCRM4.7.23,WordPress4.8) Software directory: /data/wwwroot/civicrm You should know that CiviCRM is a module running within the WordPress Application Server(PHP7.0,APACHE2.4) PHP Configuration File: /etc/php/7.0/apache2/php.ini Apache Vhost Configuration File: /etc/apache2/sites-available Apache Log Files:/var/log/apache2 Database(MYSQL5.7) Database install directory: /usr/share/mysql Database data directory: /data/mysql Database Configuration File: /etc/mysql/mysql.conf.d/mysqld.cnf PhpMyAdmin install directory: /usr/share/phpmyadmin Kown more from MySQL User Guide (http://en.websoft9.com/xdocs/manage-mysql%ef%bc%88lnmplamp- image-%ef%bc%89) Verify the Image After the installation of Image,please verify it Login on Alibaba Cloud console,get you Internet IP Address Open you Chrome or Firefox on your local PC,visit the http://Internet IP Address/ If verify successfully,you can enter the Start Installation page of this Image If no response from browser,please check the Security Group settings (https://www.alibabacloud.com/help/doc-detail/25471.htm) to ensure that port 80 is been allowed Start to install CiviCRM Using Chrome or Firefox to visit: http://Internet IP Addres/ to start the tapplication installation process.It is recommended to complete two steps before the installation: Domain resolution if you want to use (Add an A record to the Internet IP Address of Server from your Domain Control Panel) Modify the MySQL password of Root through PhpMyAdmin Then access the installation page by domain directly and complete the installation wizard for the following steps: 1. Open your domain name via browser,Visit URL: http://Internet IP Addres/; 2. Select the language,Click “Continue”; (http://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wp01.png) 3.Click “Les’s go!”; (http://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wp02.png) 4.Fill in your database user, password, and database name;Click “Submit”; 5.Click “Run the install”; (http://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wp05.png) 6.Set administrator user, password and mail;Click “Install WordPress”; (http://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wp06.png) 7.Wordpress has been installed successfully and we log in the backend to active the CiviCRM plugin. Use http://<domain name> or <Internet IP Address>/wp-admin to login to your backend. 8.Then you can find the “CiviCRM Installer” item on the left menu of WordPress 9.Once you see the green “You’re ready to install!” message,Click the “Check Requirements and Install CiviCRM” Note:CiviCRM may be configured to use your existing WordPress database, or a separate (new) database.If you still see a red bar with the message “These database details don’t appear to be correct.” – check the Database Details section below your settings for specific errors and problems. Once you correct these problems, click “Recheck requirements” to verify your settings before continuing. 10.After installation, There should now be a CiviCRM link in your WordPress menu. Click that link and the CiviCRM Menu, Shortcuts, Search and New Individual Blocks should appear. Frequently used Usernames and Passwords Three usernames and passwords are required for application installation, application using, andapplication maintenance: 1、CiviCRM:Username and password is set by youself when installation, Backend URL:http://youdomain.com/wp-admin 2、MySQL Database:Default username and password is root/123456, Control Panel URL:http://Internet ip Address/phpmyadmin 3、Linux Server:Username is root,Password is set by youself when buying.You can reset the password through console and restart the Server if you have forgotten it Please Using the putty for Remote and WinSCP for SFTP Using Extensions CiviCRM extensions allow you to install additional features for your site. Go to the Administer->System Settings->Extensions,the page will automatically list the available “native” extensions from the CiviCRM.org extensions directory (https://civicrm.org/extensions) which are compatible with this version of CiviCRM. If you install Custom Searches, Reports or Payment Processor extensions – these will automatically be available on the corresponding menus and screens. Below are the steps of Extensions installations: 1. Go to the Administer->System Settings->Extensions page,then Cick “Add new” 2. Click the “Download” button,and then click the “Download and Install” 3. The extension’s installation is OK Backup Routine backup (archives) of the database and application setup is essential to ensure failover is smooth.you can use Manual Backup as following steps: 1. Download the entire civicrm directory(/data/wwwroot/civicrm) by SFTP or other tools 2. Visit http://< Internet IP Address >/phpMyAdmin,login in to the phpMyAdmin Panel 3. Select your database,then Export it 4. Click “go” button for backup process,and then download the SQL backup file Upgrade Before upgrade you should put the site down for maintenance and always Backup your code, data and config files. More detais read the https://wiki.civicrm.org/confluence/display/CRMDOC/Upgrading+CiviCRM+for+WordPres (https://wiki.civicrm.org/confluence/display/CRMDOC/Upgrading+CiviCRM+for+WordPress) How to access phpMyAdmin? Websoft9 Mantis Image have installed the phpMyadmin Following is the step for access phpMyadmin 1. Open Chrome or Firefox on your local PC 2. visit the http://Internet IP Address/phpMyAdmin,you can enter the login page 3. select you language,Username:root,Password:123456 4. Click the button “Go” How to start or stop the services? Ubuntu Linux Apache http service ~# service apache2 start ~# service apache2 stop ~# service apache2 restart ~# service apache2 reload #Configuration file MySQL service ~# service mysqld start ~# service mysqld stop ~# service mysqld restart Else ~# a2dismod ModuleName #disable Apache2 module ~# a2enmod ModuleName #enable Apache2 module ~# a2ensite Configuration #enable vhost configuration ~# a2dissiteConfiguration #disable vhost configuration How to Create CiviCRM Contacts for Existing WordPress Users? Once installed, CiviCRM keeps your WordPress Users synchronized with corresponding CiviCRM contact records. The ‘rule’ is that there will be a matched contact record for each WordPress user record. Conversely, only contacts who are authenticated users of your site will have corresponding WordPress user records. When CiviCRM is installed on top of an existing WordPress site, a special CiviCRM Administrative feature allows you to automatically create CiviCRM contacts for all existing WordPress users: Login to your WordPress site with an administrator-level login Click the CiviCRM link in the main navigation block (If your WordPress site makes use of the db_prefix setting (in settings.php – cf. Step 2, above), in de top bar click Administer » System Settings » CMS Database Integration, and update the box for the WordPress Users Table Name so that it includes the prefix.) Click Administer in the menu bar Click Users and Permissions from the drop-down menu, then select Synchronize Users to Contacts How to change the permissions of filesytem? When install new extension from back-end it will not successful,may be the permissions of file and folder is not appropriate,you should change it Web site root permissions to follow: file 644, folder 755 ,Permissions Users and groups www-data If there is a file permissions problem, execute the following three commands: chown -R www-data.www-data /data/wwwroot/civicrm find /data/wwwroot/default/civicrm -type d -exec chmod 755 {} \; find /data/wwwroot/default/civicrm -type f -exec chmod 644 {} \; How to modify the allowed limit for upload? Modify the /etc/php/7.0/apache2/php.ini file to increase the allowed size for uploads: ; Maximum size of POST data that PHP will accept. post_max_size = 16M ; Maximum allowed size for uploaded files. upload_max_filesize = 16M then,restart the apache # systemctl restart httpd How to modify PHP settings? The PHP configuration file allows you to configure the modules enabled, the email settings or the size of the upload files. It is located at /etc/php/7.0/apache2/php.ini. There are some PHP settings that need to be sufficient to install. e.g The values for PHP.ini below are suggested values only. memory_limit – Minimum: 256M Recommended: 1G or better upload_max_filesize – Minimum: 20M post_max_size – Minimum: 20M max_execution_time: At Least 120 Recommended: 300 After modifying the PHP configuration file, restart both Apache and PHP- FPM for the changes to take effect: # systemctl restart httpd How to change the max_execution_time? If you receive the message “Maximum execution time of 30 seconds exceeded”.You may also like to extend the max_execution_time for PHP and you can modify it by two methods below Method one: edit your /etc/php/7.0/apache2/php.ini ; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time = 90 ; Maximum amount of time each script may spend parsing request data. It ; idea to limit this time on productions servers in order to eliminate ; long running scripts. Method two: edit your .htaccess: <IfModule mod_php5.c> php_value max_execution_time 90 </IfModule> CiviCRM Help Links Detailed installation instructions are on the wiki (https://wiki.civicrm.org/confluence/display/CRMDOC/Installation+and+Upgrades). Documentation can be found at https://civicrm.org/documentation (https://civicrm.org/documentation) Answers for users, administrators & integrators: http://civicrm.stackexchange.com (http://civicrm.stackexchange.com/) Report all issues to CiviCRM via JIRA: https://issues.civicrm.org (https://issues.civicrm.org/) Websoft9.
Recommended publications
  • Bulletin Issue 25
    Issue 25 Bulletin November 2014 Contents Free software needs your vote Free software needs your 1 by John Sullivan vote Executive Director What would a free 3 t the Free Software Foundation, software world look like? Awe want to empower all computer GNU Guix and GNU’s 4 users everywhere to do everything they 31st Birthday might need or want to do on any com- Appropriate legal 5 puter, using only free software, with- notices out having to ask permission. Free tools for the FSF 6 By definition, proprietary software Common misconceptions 7 does not empower users in this way. in licensing It places limits on what they can do, Volunteer opportunities 9 such as preventing sharing of the soft- at the FSF ware, or looking at its code to see how See you at LibrePlanet 10 it works. 2015! Proprietary software enables users Around the world in (a 11 to pursue everything they might need hundred and) eighty or want to do, only as long as the soft- days ware distributor approves. The four freedoms that define free software — to run the program (0), to study and modify it (1), to share it (2), and to share modifications (3) — are meant for everyone, in their inter- actions with any program. Free soft- ware is a means to protect the individ- ual freedom of computer users. But why would someone who has Register for LibrePlanet at u.fsf.org/14w. no intention of ever reading the source code of programs running on their computer, much less in modifying it, care about Freedom 1, or Freedom 3? Why do they need or want the freedom to do things they might never need or want to do? 1 One reason is that any computer general, the right to vote can be a pow- user can ask someone else to do those erful check on government behavior.
    [Show full text]
  • Implementing and Developing for Wordpress in Civicrm 4.6 and Beyond
    IMPLEMENTING AND DEVELOPING FOR WORDPRESS IN CIVICRM 4.6 AND BEYOND Kevin Cristiano [email protected] April 2015 Tadpole Collective @kcristiano Overview: • CiviCRM and WordPress • BasePage for WordPress • Shortcodes • Hooks for WordPress • What’s Next References for 4.6 improvements • Christian Wach • https://civicrm.org/blogs/haystack/ working-civicrm-46-wordpress • https://github.com/civicrm/civicrm- wordpress/pull/63 • https://github.com/civicrm/civicrm- core/pull/4360 CiviCRM and WordPress • 4.1 – The Beginning • Shortcodes • 4.2 - Extensions • 4.3 – ACL • 4.4 – Petition Shortcodes • 4.5 – wp-cli CiviCRM and WordPress • 4.6 – Major Step Forward • CiviCRM Basepage Auto Setup • Shortcodes • WordPress hooks WP BASEPAGE What is this basepage issue anyway? Drupal URLs vs WordPress URLs Drupal -- http://drupal.dev/civicrm/event/register? reset=1&id=3 WordPress – http://wpcv45.dev/?page=CiviCRM&q=civicrm/event/ register&reset=1&id=3 ?page=CiviCRM&q= One small Change: BasePage Create a WordPress Page http://wpcv45.dev/civicrm/? page=CiviCRM&q=civicrm/event/ register&reset=1&id=3 civicrm/?page=CiviCRM&q= Automated in 4.6 End Result: /includes/civicrm.basepage.php BasePage now have its own class CiviCRM_For_WordPress_Basepage Shortcodes Allow CiviCRM content to be added to WordPress content types example: [civicrm component="contribution" id="1" mode="live" hijack="0"] All WordPress shortcodes are added to a post, page or Custom Post Type Result : http://wpcivi46.dev/donate-now/ Instead of http://wpcivi46.dev/civicrm/? page=CiviCRM&q=civicrm/contribute/ transact&reset=1&id=1 16 Shortcode issues before 4.6: • Multiple shortcodes on one ‘page’ • Fail • Shortcodes and WordPress Content • Fail • Archive Page (eg.
    [Show full text]
  • Wordpress Submit Form to External Url
    Wordpress Submit Form To External Url How parasympathetic is Carmine when hole-and-corner and orthotone Alphonse impersonalize some contradictors? Overkind Pierre tritiate some psycho and begins his whipsaws so geotactically! Purging Randi restitute that forms dingo dully and canoes supernally. Limit selection to specific options Limit linked record selection to a funny Post-submission customization options Redirect to URL after the complex is submitted. External CSS and JS files are often called customization can prove tedious. How species develop new custom WordPress form without plugins. I still terrible to oppress an agile form creator because it huge the. For legacy browsers non-ajax not virgin when using external url. When someone outside the form submit the default headers. Referrer tracking ThemeCatcher Support. Integrating your web form with ScheduleOnce using URL parameters. If you're beat with WordPress learn also to watch a form which your WordPress post. Note D365 form capture script is not capturing wordpress contact 7 form data. How to Copy and Paste Images from Clipboard to WordPress Post. How many submit WordPress form from Contact form 7 specific ID PHP. This can be offset another Formstack form or create external site will pass submitted form data window the URL check the Append Submitted Data to. This is typically used when they want to pre-fill an external non-infusionsoft form URLs can be constructed to hold information from the contact. Submit Piece great post on external URL not working 3 years 5 months ago 204553. Sending Form attend to Another URL Formstack Forms. Wufoo Online Form Builder with Cloud Storage Database.
    [Show full text]
  • Application of Open-Source Enterprise Information System Modules: an Empirical Study
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations, Theses, and Student Research from the College of Business Business, College of Summer 7-20-2010 APPLICATION OF OPEN-SOURCE ENTERPRISE INFORMATION SYSTEM MODULES: AN EMPIRICAL STUDY Sang-Heui Lee University of Nebraska-Lincoln Follow this and additional works at: https://digitalcommons.unl.edu/businessdiss Part of the Management Information Systems Commons, Other Business Commons, and the Technology and Innovation Commons Lee, Sang-Heui, "APPLICATION OF OPEN-SOURCE ENTERPRISE INFORMATION SYSTEM MODULES: AN EMPIRICAL STUDY" (2010). Dissertations, Theses, and Student Research from the College of Business. 13. https://digitalcommons.unl.edu/businessdiss/13 This Article is brought to you for free and open access by the Business, College of at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Dissertations, Theses, and Student Research from the College of Business by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. APPLICATION OF OPEN-SOURCE ENTERPRISE INFORMATION SYSTEM MODULES: AN EMPIRICAL STUDY by Sang-Heui Lee A DISSERTATION Presented to the Faculty of The Graduate College at the University of Nebraska In Partial Fulfillment of Requirements For the Degree of Doctor of Philosophy Major: Interdepartmental Area of Business (Management) Under the Supervision of Professor Sang M. Lee Lincoln, Nebraska July 2010 APPLICATION OF OPEN-SOURCE ENTERPRISE INFORMATION SYSTEM MODULES: AN EMPIRICAL STUDY Sang-Heui Lee, Ph.D. University of Nebraska, 2010 Advisor: Sang M. Lee Although there have been a number of studies on large scale implementation of proprietary enterprise information systems (EIS), open-source software (OSS) for EIS has received limited attention in spite of its potential as a disruptive innovation.
    [Show full text]
  • Visualitzar/Obrir
    Disseny i desplegament d’un sistema CiviCRM aplicat a la gestió de voluntariat dins del projecte Code Club Catalunya Pérez Serra, Raquel Curs 2018-2019 Director: LAIA ALBÓ GRAU EN ENGINYERIA EN SISTEMES AUDIOVISUALS Treball de Fi de Grau GRAU EN ENGINYERIA EN xxxxxxxxxxxx “output” — 2019/7/1 — 14:54 — page i — #1 Disseny i desplegament d’un sistema CiviCRM aplicat a la gestio´ de voluntariat dins del projecte Code Club Catalunya Raquel Perez´ Serra TREBALL FI DE GRAU GRAU EN ENGINYERIA EN SISTEMES AUDIOVISUALS ESCOLA SUPERIOR POLITECNICA UPF ANY 2019 DIRECTORA DEL TREBALL Laia Albo´ Departament de Tecnologies de la Informacio´ i les Comunicacions “output” — 2019/7/1 — 14:54 — page ii — #2 “output” — 2019/7/1 — 14:54 — page iii — #3 A tothom amb qui gaudeixo de la vida. For all who I enjoy my life with. :) iii “output” — 2019/7/1 — 14:54 — page iv — #4 “output” — 2019/7/1 — 14:54 — page v — #5 Agra¨ıments Agraeixo, per una banda, a la Martina Mayrhofer la oportunitat de formar part en aquest projecte i l’esforc¸dedicat. I per altra banda, a la Laia Albo´ per tota la implicacio´ i suport al llarg del projecte; disponible en tot moment i d’una forma molt transparent i proxima.` De tu aprenc, entre d’altres coses, que a part de dir les coses a millorar tambe´ cal felicitar la bona feina. v “output” — 2019/7/1 — 14:54 — page vi — #6 “output” — 2019/7/1 — 14:54 — page vii — #7 Resum En aquest treball s’ha dissenyat i desplegat un sistema gestor de clients basat en web que permet administrar una base de dades de voluntariat dins del programa Code Club Catalunya.
    [Show full text]
  • Introduction to Computational Techniques
    Chapter 2 Introduction to Computational Techniques Computational techniques are fast, easier, reliable and efficient way or method for solving mathematical, scientific, engineering, geometrical, geographical and statis- tical problems via the aid of computers. Hence, the processes of resolving problems in computational technique are most time step-wise. The step-wise procedure may entail the use of iterative, looping, stereotyped or modified processes which are incomparably less stressful than solving problems-manually. Sometimes, compu- tational techniques may also focus on resolving computation challenges or issues through the use of algorithm, codes or command-line. Computational technique may contain several parameters or variables that characterize the system or model being studied. The inter-dependency of the variables is tested with the system in form of simulation or animation to observe how the changes in one or more parameters affect the outcomes. The results of the simulations, animation or arrays of numbers are used to make predictions about what will happen in the real system that is being studied in response to changing conditions. Due to the adoption of computers into everyday task, computational techniques are redefined in various disciplines to accommodate specific challenges and how they can be resolved. Fortunately, computational technique encourages multi-tasking and interdisciplinary research. Since computational technique is used to study a wide range of complex systems, its importance in environmental disciplines is to aid the interpretation of field measurements with the main focus of protecting life, prop- erty, and crops. Also, power-generating companies that rely on solar, wind or hydro sources make use of computational techniques to optimize energy production when extreme climate shifts are expected.
    [Show full text]
  • The Landscape of Drupal for Nonprofits
    The Landscape of Drupal for Nonprofits June 2016 Better Websites for the Strategy Design Greater Good Development Support Message Agency is a full-service interactive agency based in Philadelphia. For over a decade, we have built brands, websites, and web applications exclusively for nonprofits, foundations, and universities. We are a social enterprise that helps good organizations use great technology to enlighten, educate, engage, and enact change. We use open-source tools like Drupal to deliver feature-rich sites that are easy to use and administer. We also integrate Drupal with Salesforce to help clients engage stakeholders and streamline business processes and data management. [email protected] | www.messageagency.com PAGE 2 The Landscape of Drupal for Nonprofits • June 2016 FOREWORD Dear Reader, On behalf of Message Agency, I am pleased to present Idealware’s The Landscape of Drupal for Nonprofits. We’re excited to be able to partner with Idealware to bring you this first-of-its-kind research. As an agency that has been building websites with Drupal for 10 years, we understand how powerful the platform can be. Drupal’s strength lies in its vast community of committed developers and contributors, who extend its core functionality with features and tools that can be used to meet the needs of any nonprofit. We’re proud to be one of those contributors. As a firm that exclusively works with mission-driven clients, we also know that the CMS market can be difficult to navi- gate for nonprofits—particularly when deciding which platform is the right one for your needs. It’s why impartial research like this report is so critical for organizations making tough decisions about how they invest their precious resources, effort, and time.
    [Show full text]
  • Wordpress and Civicrm: Dynamic Integration for Non-Profits
    International Journal of Computer Applications (0975 – 8887) Volume 93 – No.19, May 2014 WordPress and CiviCRM: Dynamic Integration for Non-Profits Apurva Bhatkal Prarthna Jajodia Shrinidhi Bhandari Purvi Sankhe TCET, TCET, TCET, Assistant Professor, Mumbai University Mumbai University Mumbai University TCET, Mumbai, India Mumbai, India Mumbai, India Mumbai, India ABSTRACT 2. They are self governing, i.e they are private Non Profit organizations are an integral part of the civil 3. They do not distribute profits society. They are different from both government and business organizations because they are voluntary, self 4. They are voluntary and self governing. governing and serve the purpose and common goals of their members. The nonprofit organizations need to manage their members, membership fees and member dues, manage their events and Non-profit revenue sources include fees for membership, service, government grants, individual and corporate associated contributions, handle the funds raised and also donations, member dues, investments, revenues from generate timely reports. Handling such information requires a commercial ventures, and other sources. clear view of the constituency of the nonprofit. Hence, for The reason most Non-Profits find it difficult to achieve a total smooth functioning of the nonprofit, a connected view of all 360 degree view of their constituency is technology. Hence, the relationships of the nonprofit is a must to manage an affordable, user friendly and easy to use solution is needed information. to manage members, payments, donations and social goals. Data mappings, code structure, storage of member A solution that integrates open source CiviCRM and CMS is information and funds, event handling, promotions and being built.
    [Show full text]
  • CIVICRM COOKBOOK.Pdf
    CiviCRM Cookbook Master this web-based constituent relationship management software for nonprofit and civic sector organizations Tony Horrocks BIRMINGHAM - MUMBAI CiviCRM Cookbook Copyright © 2013 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: June 2013 Production Reference: 1310513 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78216-044-1 www.packtpub.com Cover Image by Abhishek Pandey ([email protected]) Credits Author Project Coordinator Tony Horrocks Anugya Khurana Reviewers Proofreaders Erik Hommel Maria Gould Kurund Jalmi Paul Hindle Andrew Wasson Indexer Acquisition Editor Tejal Soni Usha Iyer Production Coordinator Lead Technical Editor Nitesh Thakur Dayan Hyames Cover Work Technical Editors Nitesh Thakur Jalasha D'costa Pushpak Poddar Varun Pius Rodrigues Lubna Shaikh Foreword This year CiviCRM celebrated its eight birthday.
    [Show full text]
  • Open Source Enterprise Software
    Open Source Enterprise Software Alexandra Kees • Dominic Raimon Markowski Open Source Enterprise Software Grundlagen, Praxistauglichkeit und Marktübersicht quelloffener Unternehmenssoftware 2., aktualisierte und erweiterte Auflage Alexandra Kees Dominic Raimon Markowski Fachbereich Informatik steep GmbH Hochschule Bonn-Rhein-Sieg Bonn, Deutschland Sankt Augustin, Deutschland ISBN 978-3-658-25217-5 ISBN 978-3-658-25218-2 (eBook) https://doi.org/10.1007/978-3-658-25218-2 Die Deutsche Nationalbibliothek verzeichnet diese Publikation in der Deutschen Nationalbibliografie; detail- lierte bibliografische Daten sind im Internet über http://dnb.d-nb.de abrufbar. Springer Vieweg © Springer Fachmedien Wiesbaden GmbH, ein Teil von Springer Nature 2015, 2019 Das Werk einschließlich aller seiner Teile ist urheberrechtlich geschützt. Jede Verwertung, die nicht ausdrücklich vom Urheberrechtsgesetz zugelassen ist, bedarf der vorherigen Zustimmung des Verlags. Das gilt insbesondere für Vervielfältigungen, Bearbeitungen, Übersetzungen, Mikroverfilmungen und die Einspeicherung und Verar- beitung in elektronischen Systemen. Die Wiedergabe von allgemein beschreibenden Bezeichnungen, Marken, Unternehmensnamen etc. in diesem Werk bedeutet nicht, dass diese frei durch jedermann benutzt werden dürfen. Die Berechtigung zur Benutzung unterliegt, auch ohne gesonderten Hinweis hierzu, den Regeln des Markenrechts. Die Rechte des jeweiligen ­Zeicheninhabers sind zu beachten. Der Verlag, die Autoren und die Herausgeber gehen davon aus, dass die Angaben und Informationen in diesem Werk zum Zeitpunkt der Veröffentlichung vollständig und korrekt sind. Weder der Verlag, noch die Autoren oder die Herausgeber übernehmen, ausdrücklich oder implizit, Gewähr für den Inhalt des Werkes, etwaige Fehler oder Äußerungen. Der Verlag bleibt im Hinblick auf geografische Zuordnungen und Gebietsbezeichnungen in veröf- fentlichten Karten und Institutionsadressen neutral. Springer Vieweg ist ein Imprint der eingetragenen Gesellschaft Springer Fachmedien Wiesbaden GmbH und ist ein Teil von Springer Nature.
    [Show full text]