On-Site Deployment Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws

Total Page:16

File Type:pdf, Size:1020Kb

On-Site Deployment Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws On-site deployment Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents S3 file storage integration 7 Step 1. Set up the S3 storage 7 Step 2. Set up the file storage 8 Global search 9 Set up the global search service (version 2.0) 10 Client-side system requirements 23 Creatio .NET Core products 24 Feature support in Creatio .NET Core products 24 The lifecycle of products using .NET Framework and .NET Core platforms 25 Developing features with simultaneous .NET Framework and .NET Core support 26 Migrating Creatio from .NET Framework to .NET Core 26 Deploying Creatio .NET Core application 26 Deploy MS SQL database for Creatio 26 Set up Creatio caching server (Redis) on Linux 29 Enable required Windows components 30 Enable required Windows Components on Windows Server 2016 32 Enable required Windows Components on Windows 10 42 Prepare to deploy Creatio .NET Core on Linux 43 Prepare the setup files 43 Set up ConnectionStrings.config 44 General Creatio deployment procedure 46 Deploy the Creatio .NET Framework application on Windows 46 Deploy the Creatio .NET Core application on Linux 46 Global search and deduplication FAQ 47 How do I check which version of the global search service I have? 47 How do I initiate the re-indexing of my Creatio site? 47 How do I enable the global search service logging? 48 Which metrics and tracking schema can I use to monitor the global search operation? 48 How do I set up access to ElasticSearch via a password? 48 How do I add a new object to the ElasticSearch indexing, or change the settings for the indexed fields of existing objects? 48 How do I deploy ElasticSearch on several servers with a single URL? How do I set up clustering? 49 Why is the “Duplicates search rules” setting not displayed for me? 49 Can I use the global search and bulk duplicate search services in two Creatio applications simultaneously? 49 How does Creatio sort the search results? 49 Do microservices support Windows authentication? 50 Server-side system requirements 50 © 2021 Creatio. All rights reserved. Table of Contents | 4 General guidelines 52 Connection channels 52 Requirements to servers for the Exchange Listener synchronization service 53 Software requirements 53 Deploy Oracle Database for Creatio 54 Modify ConnectionStrings.config for MS SQL Server 56 Set up ConnectionStrings.config 56 Required ConnectionStrings.config settings 57 Optional ConnectionStrings.config settings 58 Google integration 59 Redis Sentinel 59 Notable Sentinel specifics 60 Minimal fault tolerance requirements for Redis Sentinel 60 Network separation issues 61 System requirements 62 Installing and configuring Sentinel 63 Configuring Creatio to work with Redis Sentinel 63 Creatio setup FAQ 65 Which Internet Information Services (IIS) components are required for Creatio? 65 How do I switch from HTTP to HTTPS? 66 Which account is used when you first log in to the system? 66 Does the number of active Creatio users affect the number of Microsoft SQL Server? 66 Bulk duplicate search 66 Components of the bulk duplicate search service 67 Set up the environment variables 67 Launch the containers 68 Verify successful running of containers 68 Verify logging 68 Enable the bulk duplicate search functionality in Creatio 68 Modify the “Deduplication service api address” system setting value 69 Add the “Duplicates search” system operation 69 Enable the bulk duplicate search functionality in Creatio 69 For Microsoft SQL DBMS 69 For Oracle DBMS 70 For PostgreSQL DBMS 72 Restart the Creatio application 73 Recommended service maintenance operations 73 Deploy PostgreSQL database (Linux) 73 I. Install PostgreSQL 74 © 2021 Creatio. All rights reserved. Table of Contents | 5 II. Create PostgreSQL user 74 III. Restore PostgreSQL database 76 IV. Change the database owner (optional) 78 Modify ConnectionStrings.config for Oracle Database 79 Set up ConnectionStrings.config 79 Required ConnectionStrings.config settings 79 Optional ConnectionStrings.config settings 80 Deploy the Creatio .NET Core application server on Linux 80 Method 1. Deploy the Creatio .NET Core application server on Linux directly 81 Method 2. Deploy the Creatio .NET Core application server on Linux using Docker 83 Set up landing page integration 85 Redis Cluster 86 Redis Cluster's fault tolerance 86 Redis Cluster system requirements 87 Install and configure Redis Cluster 87 Configure Creatio to work with Redis Cluster 89 Deploy PostgreSQL database (Windows) 90 I. Install PostgreSQL 90 II. Create PostgreSQL user 90 III. Restore PostgreSQL database 92 Modify ConnectionStrings.config for PostgreSQL 95 Set up ConnectionStrings.config 95 Required ConnectionStrings.config settings 96 Optional ConnectionStrings.config settings 96 Machine learning service 97 Getting started 97 Set up machine learning service 98 Update the machine learning service components 101 Case resolution notifications 101 Modify Web.config 101 Additional Web.config setup (Oracle only) 102 Exchange Listener synchronization service 103 Exchange Listener deployment methods 103 Set up the Exchange Listener service on Creatio's end 107 Exchange Listener Service Diagnostics 109 Data enrichment service 111 Set up Creatio application server on IIS 111 Set up application website in IIS 112 Add an application pool 114 © 2021 Creatio. All rights reserved. Table of Contents | 6 Bulk emails 120 Integration with Creatio cloud email service (for on-site users) 120 Sender domain list 122 Additional settings for integration with bulk email service 122 Bulk email monitoring on-site 123 Set up WebSockets 123 Check websocket settings for Windows Server 2012 or Windows server 2016 124 Configure websockets for Windows Server 2008 125 Check port availability 126 Websocket setup FAQ 126 Application server web-farm 127 General deployment procedure 128 Install HAProxy balancer 129 Set up HAProxy balancer 130 Switch a Creatio website from HTTP to HTTPS 134 IIS setup 134 Web.config setup 139 Secure access to the portal 140 Version control system for development environments 141 Deploy SVN and create a Creatio repository 141 Connect the repository to Creatio 143 Chat access 145 Set up OAuth 2.0 authorization for integrated applications 145 Install and set up the Identity Service 146 Set up the Identity Service integration on Creatio's end 148 Set up the OAuth 2.0 authorization 149 © 2021 Creatio. All rights reserved. S3 file storage integration | 7 S3 file storage integration PRODUCTS: ALL CREATIO PRODUCTS You can integrate the S3 file storage with Creatio version 7.18.1 and later. The file storage integration setup is required for Creatio on-site. S3 (Simple Storage Service) is a data transfer protocol developed by Amazon. S3 file storage is a REST cloud service for object storage. The S3 storage stores data in its original format without scaling restrictions. By default, Creatio stores all uploaded files in the database. You can store the files uploaded to the [ Attachments ] detail in the S3 storage. To do this, set up the integration. Using the S3 storage will reduce the database size and the time it takes to back up the database. Creatio only supports a single S3 storage instance. Note. If S3 integration is configured, Creatio will use the S3 storage for the files uploaded to the [ Attachments ] detail in the mobile application or a business process as well. To set up an S3 storage integration: 1. Set up the S3 storage. Read more >>> 2. Set up the file storage. Read more >>> Step 1. Set up the S3 storage 1. Sign up for a data storage service that supports the S3 protocol. 2. Retrieve the “ServiceUrl” for your account. Creatio will use this endpoint to access the S3 storage. 3. Generate the “AccessKey” and “SecretKey” for your account. These parameters will allow you to execute authorized requests to the S3 storage. 4. Create “ObjectBucketName” and “RecycleBucketName” buckets with unique names. “ObjectBucketName” – the file storage bucket. The files are stored indefinitely. “RecycleBucketName” – the bucket that stores deleted files required for database backups. Buckets follow the soft deletion principle: the storage service transfers the file to the “RecycleBucketName” bucket after deleting it from the “ObjectBucketName” bucket. The bucket's file storage period depends on the service's bucket settings. For example, the bucket can store the file for 90 days before deleting it. In Creatio, the file storage period equals the database backup storage period. Learn more about how to create a bucket in the official Amazon documentation. © 2021 Creatio. All rights reserved. S3 file storage integration | 8 Step 2. Set up the file storage Configure Creatio to save the new files uploaded using the [ Attachments ] detail to the S3 storage instead of the database: 1. Add the connection string with the S3 storage connection parameters to the <connectionStrings> element of the ConnectionStrings.config
Recommended publications
  • Comptia® Security+ SY0-601 Cert Guide
    CompTIA® Security+ SY0-601 Cert Guide Omar Santos Ron Taylor Joseph Mlodzianowski A01_Santos_Fm_pi-plii_1.indd 1 01/06/21 2:49 pm CompTIA® Security+ SY0-601 Cert Guide Editor-in-Chief Copyright © 2022 by Pearson Education, Inc. Mark Taub All rights reserved. No part of this book shall be reproduced, stored in Product Line Manager a retrieval system, or transmitted by any means, electronic, mechanical, Brett Bartow photocopying, recording, or otherwise, without written permission from the publisher. No patent liability is assumed with respect to the use of the Executive Editor information contained herein. Although every precaution has been taken in Nancy Davis the preparation of this book, the publisher and author assume no respon- Development Editor sibility for errors or omissions. Nor is any liability assumed for damages Christopher A. Cleveland resulting from the use of the information contained herein. ISBN-13: 978-0-13-677031-2 Managing Editor ISBN-10: 0-13-677031-2 Sandra Schroeder Library of Congress Control Number: 2021935686 Senior Project Editor ScoutAutomatedPrintCode Tonya Simpson Copy Editor Trademarks Chuck Hutchinson All terms mentioned in this book that are known to be trademarks or ser- vice marks have been appropriately capitalized. Pearson IT Certification Indexer cannot attest to the accuracy of this information. Use of a term in this book Erika Millen should not be regarded as affecting the validity of any trademark or service mark. Proofreader Abigail Manheim Warning and Disclaimer Technical Editor Every effort has been made to make this book as complete and as accurate Chris Crayton as possible, but no warranty or fitness is implied.
    [Show full text]
  • S Strategic Plan for Genesi: North a America
    Page 1 of 24 Strategic Plan for Genesi: North America Genesi will be providing the San Antonio school district, in partnership with SA Yes, technology software products to incorporate technology into every aspect of the educational environment. The partnership with SA Yes will enable Genesi to provide packages that include a wireless mobile computing device for each educator and student, a productivity, communication, and presentation software for use as learning tools, and online instructional resources that supports studies in English language arts, mathematics, science, and social studies. The package will cost anywhere from $150 to $250 per student. The bundled packages will be discounted from the base cost and the partnership will help alleviate the cost of the school district. The computers will be given to each student to use throughout the entirety of the year. It will alleviate the hassle of carrying textbooks and notebooks. Insttead, the majority of the work will be completed and submitted to the teacher through thhe computer. The vision for educational technology has been encouraged by educators and leaders in recent years. Technology’s incorporation into the educational environment allows students to learn and creates environments that enhance teaching and learningg. It provides students a more personalized learning experience. Interactive technologies allow students to build new knowledge by doing, receiving feedback, and refining their understaannding. Technology immersion requires that curricular and assessment resources support the state’s curriculum. Currently, the majority of the software used in school districts is web-based and would not be affected by the Lennox operating system. Page 2 of 24 Strategic Business Plan for Genesi North America Team Members Parker Moore Hillary Adams Will Touchstone Tunggul Sitindjak Page 3 of 24 I.
    [Show full text]
  • Mobile App Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws
    Mobile app Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents Get started with the mobile app setup 4 System requirements for mobile devices 4 Install the app 5 Mobile application settings 6 Message operation modes 8 Get started with the mobile app UI 11 Search records 14 Add records 15 Filter records 15 Edit records 18 Run actions 21 Approve records 22 Work with the mobile app calendar 23 View someone else's calendar 25 Add a task 25 Task actions 26 Work with dashboards in the mobile app 27 Work with service cases in the mobile app 29 Create a new case 31 Process a case 31 View processing history 33 Mobile application FAQ 34 Why won’t the mobile app sync in online mode (Error "Item% 24 batch not found)? 34 How to resolve the synchronization conflict in the offline mode? 34 How to clear the mobile app cache? 35 How can I set up push notifications for mobile application users? 36 © 2021 Creatio.
    [Show full text]
  • Our Approach and Platform for CRM Success
    See and serve your customers better ℠ Our approach and platform for CRM success Commercial Excellence | Customer Care | Systems Support March 2020 Contents What is a CRM strategy? Why commit to a CRM strategy? What does the CRM technology do? What is our preferred CRM platform? How might we help? How about a demo? 2 What is a CRM strategy? Commitment to knowing and serving your customers better A Commitment For better interaction with, insight upon, and value for your customers. CRM A Platform For collecting data, supporting workflow, providing insight, and connecting outwardly across marketing, sales, and service. Customer Relationship A Culture Management Of delivering a positive customer experience via interactions that are informed, timely, and useful. 3 Why commit to CRM? Value drivers across marketing, sales, and service Better messages, Better team allocation Faster offers, & win rates & orchestration cycle times Superior Informed & coordinated Consolidated service sales pursuits systems Robust & Better Better agility reliable data compliance & flexibility Full view Better customer Better efficiency of customer experience & satisfaction & effectiveness 4 What does the CRM technology do? Enablement of a CRM strategy, transformation, and culture Teams & Workflow 1 2 3 Marketing Sales Service Integrations for Integrations with External Interactions CRM Platform Enterprise Systems Website HR Email 1. Unified Data Storage Finance Social 2. Workflow for Front- Operations Line Users Partners Data Warehouse 3. Dashboards for Managers Accounts | Contacts | Interactions Contracts | Orders | Projects | Field Dispatch Activities | Campaigns | Opportunities Inquiries & Cases | Service Level Agreements Objective: Coordinated interactions, workflow, insight, and integrations 5 What is our preferred CRM Platform? (1 of 2) Cloud-based, low-code, high-value CRM and BPM Brand name prior to Oct.
    [Show full text]
  • AWS-Certified-Solutions-Architect
    100% Valid and Newest Version AWS-Certified-Solutions-Architect-Professional Questions & Answers shared by Certleader https://www.certleader.com/AWS-Certified-Solutions-Architect-Professional-dumps.html (398 Q&As) AWS-Certified-Solutions-Architect-Professional Dumps Amazon AWS Certified Solutions Architect Professional https://www.certleader.com/AWS-Certified-Solutions-Architect-Professional- dumps.html The Leader of IT Certification visit - https://www.certleader.com 100% Valid and Newest Version AWS-Certified-Solutions-Architect-Professional Questions & Answers shared by Certleader https://www.certleader.com/AWS-Certified-Solutions-Architect-Professional-dumps.html (398 Q&As) NEW QUESTION 1 An organization is planning to extend their data center by connecting their DC with the AWS VPC using the VPN gateway. The organization is setting up a dynamically routed VPN connection. Which of the below mentioned answers is not required to setup this configuration? A. The type of customer gateway, such as Cisco ASA, Juniper J-Series, Juniper SSG, Yamaha. B. Elastic IP ranges that the organization wants to advertise over the VPN connection to the VPC. C. Internet-routable IP address (static) of the customer gateway's external interface. D. Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the customer gatewa Answer: B Explanation: The Amazon Virtual Private Cloud (Amazon VPC) allows the user to define a virtual networking environment in a private, isolated section of the Amazon Web Services (AWS) cloud. The user has complete control over the virtual networking environment. The organization wants to extend their network into the cloud and also directly access the internet from their AWS VPC. Thus, the organization should setup a Virtual Private Cloud (VPC) with a public subnet and a private subnet, and a virtual private gateway to enable communication with their data center network over an IPsec VPN tunnel.
    [Show full text]
  • Future Internet
    The European FIRE Initiative Overview and Potential Tridentcom 2009 Washington DC, US April 2009 Dr Max Lemke Deputy Head of Unit European Commission DG Information Society and Media New Infrastructure Paradigms and Experimental Facilities [email protected] .eu www.cordis.lu/fp7/ict/fire ••• 1 "The views expressed in this presentation are those of the author and do not necessarily reflect the views of the European Commission" Overview The global context for Future Internet Research European Future Internet Research (ICT) Research under “The Network of the Future” Research under “Future Internet Research and Experimentation” (FIRE) ••• 2 Terabyte networks Support investments: backward Comppylexity compatibilitcompatibility Mobility Technological Economic Need for (open) Internet of things standards Clean slate approaches Security for commer- cial services and Societal/Political applications European competitiveness on future Internet (act where market forces fail) Consumer protection / empowerment Social responsibility: preserve neutrality, openness, fairness, social role Ba lance the need for security/ account abilit y and the right to privacy ••• 3 Internet is evolving towards a Mobile Internet Smartphone shipments x1000 2100 1800 1500 Broadband llions) Subscription, 2/3 1200 mobile in 2012 900 600 ubscriptions (Mi ubscriptions S 300 0 2005 2006 2007 2008 2009 2010 2011 2012 Mobile Internet use generated over $5 billion in 2007, and accounted for $1.7 billion in Q1 of this year, i.e 33% increase. 400 Millions Mobile Internet users
    [Show full text]
  • Amazon Exam Questions AWS-Certified-Solutions-Architect-Professional Amazon AWS Certified Solutions Architect Professional
    Certshared now are offering 100% pass ensure AWS-Certified-Solutions-Architect-Professional dumps! https://www.certshared.com/exam/AWS-Certified-Solutions-Architect-Professional/ (398 Q&As) Amazon Exam Questions AWS-Certified-Solutions-Architect-Professional Amazon AWS Certified Solutions Architect Professional Guaranteed success with Our exam guides visit - https://www.certshared.com Certshared now are offering 100% pass ensure AWS-Certified-Solutions-Architect-Professional dumps! https://www.certshared.com/exam/AWS-Certified-Solutions-Architect-Professional/ (398 Q&As) NEW QUESTION 1 An organization is planning to extend their data center by connecting their DC with the AWS VPC using the VPN gateway. The organization is setting up a dynamically routed VPN connection. Which of the below mentioned answers is not required to setup this configuration? A. The type of customer gateway, such as Cisco ASA, Juniper J-Series, Juniper SSG, Yamaha. B. Elastic IP ranges that the organization wants to advertise over the VPN connection to the VPC. C. Internet-routable IP address (static) of the customer gateway's external interface. D. Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the customer gatewa Answer: B Explanation: The Amazon Virtual Private Cloud (Amazon VPC) allows the user to define a virtual networking environment in a private, isolated section of the Amazon Web Services (AWS) cloud. The user has complete control over the virtual networking environment. The organization wants to extend their network into the cloud and also directly access the internet from their AWS VPC. Thus, the organization should setup a Virtual Private Cloud (VPC) with a public subnet and a private subnet, and a virtual private gateway to enable communication with their data center network over an IPsec VPN tunnel.
    [Show full text]
  • System Settings and Lookups Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws
    System settings and lookups Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents Manage lookup values 4 Create new lookups 6 Creating lookups via Section Wizard 6 Adding a lookup based on an existing object 8 Manage system settings 9 Access the system settings 9 Change system setting value 11 Manage access to separate system settings 11 Description of system settings 12 Auto numbering of records 12 Updating contact ages 13 Administration 14 Business processes 16 Lock a user account 16 Approvals 17 Global Search 18 Process log 18 Applications 19 Values by default 19 Integration with external resources 21 Configuration 21 Mobile application 23 Email section settings 23 Cases 24 General 25 Send emails 27 Duplicate search 28 LDAP synchronization 28 Phone 31 Managing passwords 31 Manage files 33 Junk case filter 34 Finances 34 Chats 34 © 2021 Creatio. All rights reserved. Manage lookup values | 4 Manage lookup values PRODUCTS: ALL CREATIO PRODUCTS Most drop-down lists in Creatio draw their values from “lookups.” There is also a special “lookup” type of fields, where the user can select a record from a Creatio object.
    [Show full text]
  • Exam Questions AWS-Certified-Solutions-Architect- Professional Amazon AWS Certified Solutions Architect Professional
    Welcome to download the Newest 2passeasy AWS-Certified-Solutions-Architect-Professional dumps https://www.2passeasy.com/dumps/AWS-Certified-Solutions-Architect-Professional/ (398 New Questions) Exam Questions AWS-Certified-Solutions-Architect- Professional Amazon AWS Certified Solutions Architect Professional https://www.2passeasy.com/dumps/AWS-Certified-Solutions-Architect- Professional/ Passing Certification Exams Made Easy visit - https://www.2PassEasy.com Welcome to download the Newest 2passeasy AWS-Certified-Solutions-Architect-Professional dumps https://www.2passeasy.com/dumps/AWS-Certified-Solutions-Architect-Professional/ (398 New Questions) NEW QUESTION 1 By default, Amazon Cognito maintains the last-written version of the data. You can override this behavior and resolve data conflicts programmatically. In addition, push synchronization allows you to use Amazon Cognito to send a silent notification to all devices associated with an identity to notify them that new data is available. A. get B. post C. pull D. push Answer: D Explanation: By default, Amazon Cognito maintains the last-written version of the data. You can override this behavior and resolve data conflicts programmatically. In addition, push synchronization allows you to use Amazon Cognito to send a silent push notification to all devices associated with an identity to notify them that new data is available. Reference: http://aws.amazon.com/cognito/faqs/ NEW QUESTION 2 In the context of AWS IAM, identify a true statement about user passwords (login profiles). A. They must contain Unicode characters. B. They can contain any Basic Latin (ASCII) characters. C. They must begin and end with a fonrvard slash (/). D. They cannot contain Basic Latin (ASCII) characters.
    [Show full text]
  • Bpm'online Sales a Lead Can Be Created in the Following Ways: • Added Manually in the [Leads] Section
    Bpm’online sales Commerce package User guide Contents 1. Bpm’online sales overview ............................................................................................................................... 8 2. Bpm’online functionality .................................................................................................................................10 2.1. Bpm'online interface overview................................................................................................................ 11 2.2. Record pages .............................................................................................................................................14 2.3. Section analytics ........................................................................................................................................17 2.3.1. The “Chart” dashboard component...............................................................................................18 2.3.2. The “Metric” dashboard component.............................................................................................21 2.3.3. The “Gauge” dashboard component...........................................................................................22 2.3.4. The “List” dashboard component .................................................................................................23 2.3.5. The “Widget” dashboard component..........................................................................................24 2.3.6. The “Web page” dashboard component................................................................................24
    [Show full text]
  • Iot En El Sector Energético: Software De Monitorización Y Análisis De Variables Ambientales Y Energéticas
    TRABAJO DE FINAL DE CARRERA 16-1-2020 IOT EN EL SECTOR ENERGÉTICO: SOFTWARE DE MONITORIZACIÓN Y ANÁLISIS DE VARIABLES AMBIENTALES Y ENERGÉTICAS. GRADO EN INGENIERÍA DE LA ENERGÍA Autor: Ricardo Boriba Makuere Director: Joan Grau Barcelo Co-director: Javier Farreras de la Morena IOT EN EL SECTOR ENERGÉTICO. Resumen El presente documento está dividido en dos bloques: Bloque teórico: fundamentos teóricos del IoT para la fase experimental. En este bloque se explica todos los fundamentos teóricos necesarios para entender el concepto de Internet de las cosas o IoT como comúnmente se conoce y también se explica el conjunto de capas o tecnologías que se involucran en este concepto. Esta explicación teórica se hace con la finalidad de asentar las bases para poder entender mejor el segundo bloque que consiste en una fase más experimental. Bloque Experimental: creación de la Prueba de Concepto (PdC). En esta parte del documento se crean dos pruebas de concepto, es decir, se implementa de manera resumida e incompleta lo que se ha explicado en el bloque teórico, con la intención de verificar que el concepto de IoT es susceptible de ser explotado de manera más útil. La primera prueba de concepto creada se explica paso a paso y consiste en la creación de una página web en la que se visualiza mediante gráficos los datos capturados por un sensor de humedad y temperatura. Se trata de una página web sin servidor y utilizando tecnología de la computación en la nube y lenguajes de programación bastante conocidos como son Python, JavaScript, DynamoDB, etc. La segunda prueba de concepto, consiste en incluir más datos de sensores (Luxómetro, medidor de energía, calidad del aire y presión) en la plataforma anterior.
    [Show full text]
  • System Requirements Version 7.18 This Documentation Is Provided Under Restrictions on Use and Are Protected by Intellectual Property Laws
    System requirements Version 7.18 This documentation is provided under restrictions on use and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this documentation, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. © 2021 Creatio. All rights reserved. Table of Contents | 3 Table of Contents Client-side system requirements 4 Server-side system requirements 4 General guidelines 7 Connection channels 7 Requirements to servers for the Exchange Listener synchronization service 8 Software requirements 8 Deploying Creatio .NET Core application on Linux 9 © 2021 Creatio. All rights reserved. Client-side system requirements | 4 Client-side system requirements PRODUCTS: ALL CREATIO PRODUCTS Software products on the Creatio platform are web applications, so they do not require any installation on the client side. Users access the application via an Internet browser and required parameters of the customer’s computer must meet the requirements of the browser. The indicative characteristics: Monitor minimum 1280x768 resolution CPU Pentium G/J, AMD A6-7xxx 3.0 Ghz or higher RAM 4GB recommended 512 MB of free RAM is recommended during the work process HDD 500 MB free space is recommended Note. You can learn more about the recommended parameters for the mobile apps in the “System requirements for mobile devices” article.
    [Show full text]