<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   Sort: Rank

Hyplerledger Composer Environment Requirement
What are requirements for installing the a Hyplerledger Composer development environment? Here are requirements for installing the a Hyplerledger Composer development environment: Operating System - Ubuntu Linux 14.04 / 16.04 LTS, or Mac OS 10.12. Docker Engine - Version 17.03 or higher. Docker Engi...
2021-05-04, 700👍, 0💬

Install Hyplerledger Composer Environment
Where to find tutorials on installing Hyplerledger Composer Environment on Ubuntu. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on installing Hyplerledger Composer Environment on Ubuntu. Hyplerledger Composer Environment Requirement Install Com...
2021-05-04, 694👍, 0💬

Verify Hyperledger Composer Prerequisites on Ubuntu
How to verify Hyplerledger Composer Prerequisites on Ubuntu? You can use the following commands to verify Hyplerledger Composer Prerequisites on Ubuntu: 1. Verify Docker Engine: $ docker --version Docker version 18.09.2, build 6247962 $ ps -e | grep dockerd 17939 ? 00:39:58 dockerd 2. Verify Docker ...
2021-05-04, 685👍, 0💬

Install Hyperledger Composer on UBuntu
How to install Hyplerledger Composer on Ubuntu? You can follow this tutorial to install Hyplerledger Composer on Ubuntu 1. Install Hyplerledger Composer CLI: $ sudo npm install -g composer-cli ... installation messages ... $ composer --version v0.20.8 2. Install Hyplerledger Composer REST API Server...
2021-05-04, 651👍, 0💬

Hello-2.0.epub Created with WinRAR
How to create Hello-2.0.epub with WinRAR? I have all required files to create Hello-2.0.epub. To create the EPUB 2.0.1 example, Hello-2.0.epub, you need to collect all files mentioned from previous tutorials: |-- mimetype |-- package.opf |-- content.xhtml |-- navigation.xml |-- META-INF |-- containe...
2021-04-15, 2584👍, 0💬

Hello-2.0.epub Validation by EpubCheck
How to validate an EPUB 2.0.1 file with EpubCheck 4.0.2? If you want to validate an EPUB 2.0.1 book file, you can try this command: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar Hello-2.0.epub Validating using EPUB version 2.0.1 rules. No errors or warnings detected. epubcheck complet...
2021-04-15, 1680👍, 0💬

Hello-2.0.epub - Navigation File: navigation.xml
How to create a navigation file like navigation.xml for an EPUB 2.0.1 book? At least one navigation file, like navigation.xml, is required for an EPUB 2.0.1 book in the book ZIP container. It provides navigation information like a table of contents of the book. Here is the requirement on a navigatio...
2021-04-15, 1645👍, 0💬

EPUB 2.0 Package Metadata
Where to find tutorials on EPUB 2.0 Package Metadata? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on EPUB 2.0 Package Metadata. What Is EPUB 2.0 Package Metadata EPUB 2.0 Metadata - dc:identifier Element EPUB 2.0 Metadata - dc:title Element EP...
2021-04-15, 1619👍, 0💬

Hello-2.0.epub Displayed in Calibre
How to display Hello-2.0.epub in Calibre? Once you have Hello-2.0.epub created, you can follow this tutorial to open and read it in Calibre. 1. Search and run Calibre on your Windows computer. You see the Calibre main screen. 2. Click "Add books" icon. You see the open file screen. 3. Locate and sel...
2021-04-15, 1518👍, 0💬

Hello-2.0.epub - Content File: content.xhtml
How to create a content file like content.xhtml for an EPUB 2.0.1 book? At least one content file, like content.xhtml, is required for an EPUB 2.0.1 book in the book ZIP container. It provides the content of the book. Here is the requirement on a content file: 1. A content file must be named with .x...
2021-04-04, 1604👍, 0💬

Issue to Install "npm 5.x" on Ubuntu 18
Why I can only install "npm 3.5.2" on Ubuntu 18? If you are running Ubuntu 18, the default "apt install npm" command will only insatlle "npm 3.5.2: $ sudo apt install npm ... installing the "npm" package $ sudo apt install npm Reading package lists... Done Building dependency tree Reading state info...
2021-04-04, 832👍, 0💬

Start/Stop Hyperledger Fabric Dev Environment
How to start and stop Hyplerledger Fabric Dev Environment? You can follow this tutorial to start and stop Hyplerledger Fabric on Ubuntu. 1. Make sure the Docker Engine is running: $ ps -e | grep dockerd 17939 ? 00:39:58 dockerd $ docker info Containers: 6 Running: 4 Paused: 0 Stopped: 2 Images: 88 S...
2021-04-04, 688👍, 0💬

Install Hyperledger Fabric on UBuntu
How to install Hyplerledger Fabric on Ubuntu? You can follow this tutorial to install Hyplerledger Fabric on Ubuntu. 1. Download the Hyplerledger Fabric Dev Environment package: $ mkdir fabric-dev-servers $ cd fabric-dev-servers $ curl -O https://raw.githubusercontent. com/hyperledger/composer-tools...
2021-04-04, 674👍, 0💬

Warning on Incompatible "npm" Version
Why I am getting the Incompatible "npm" Version warning with installating Hyplerledger Composer CLI on Ubuntu? You may get the Incompatible "npm" Version warning, if you install Hyplerledger Composer CLI with the "@0.20" version option: $ sudo npm install -g composer-cli@0.20 WARN engine composer-cl...
2021-04-04, 649👍, 0💬

Google OpenID Connect Integration
Where to find tutorials on Google OpenID Connect Integration? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team Google OpenID Connect Integration. Requirements for Google OpenID Connect Integration Application Registration for Google OpenID Authenti...
2021-03-21, 1026👍, 0💬

Differences between OpenID and OAuth
What are the differences between OpenID and OAuth? Here is the main difference between OpenID and OAuth: OpenID is an open standard for authentication - Allows users to be authenticated to a Website using a third-party identify management service. OAuth is an open standard for authorization - Provid...
2021-03-21, 948👍, 0💬

Application Registration for Google OpenID
How to register applications for Google OpenID Connect? Here are steps to register your application in your Google account. 1. Go to https://console.developers.goo gle.com. 2. Click "Credentials" from the left menu. You see a list of client application projects and their client credentials registere...
2021-03-21, 921👍, 0💬

Requirements for Google OpenID Connect Integration
What are requirements for OpenID Connect Integration? If you want to integrate your application with Google OpenID Connect interface, you need to prepare the following: You need a Google account. A Gmail account is good enough. Register your application as a client application project in your Google...
2021-03-21, 893👍, 0💬

Authentication Flows with Google OpenID Connect
What are Authentication Flows Supported by Google OpenID Connect service? Google OpenID Connect service supports 3 Authentication Flows: 1. Implicit Flow - The Implicit Flow is simple to implement. But it is less secure. Authentication is done in a single call to Google OpenID Connect service, which...
2021-03-21, 849👍, 0💬

Google OpenID Connect Metadata Document
What is the Google OpenID Connect Metadata Document? Google OpenID Connect Metadata Document is a JSON document that contains most of the information required for an app to perform sign-in. This includes information such as the URLs to use and the location of the service's public signing keys. You c...
2021-03-07, 1013👍, 0💬

Authentication Response Received from Google OpenID Connect
How to process the authentication response received from Google OpenID Connect service after sending an authentication request? After Google OpenID Connect service receives an authentication request from the end user's Web browser, it will process the request and redirect the Web browser to the "red...
2021-03-07, 995👍, 0💬

Process Google OpenID Connect Authentication Request
How to the Google OpenID Connect Authentication Request is process by Google OpenID Connect service? When Google OpenID Connect service receives a Authentication Request from an end user's Web browser, it will: Verify if the "client_id" value in the request is valid. If not, display an error message...
2021-03-07, 900👍, 0💬

Google OpenID Connect Authentication Request
What is the Google OpenID Connect Authentication Request? Before deciding which authentication flow you want to implement in your Web application, you need to have a good understanding of the Google OpenID Connect authentication request, which is the first call you have to make in any authentication...
2021-03-07, 873👍, 0💬

Initiate Google OpenID Connect Authentication Request
How to initiate Google OpenID Connect Authentication Request? The Google OpenID Connect v1.0 Authentication Request must be initiated from the end user's Web browser, because the Google OpenID Connect service needs to communicate with the Web browser to make sure that the end user is signed on to a ...
2021-03-07, 859👍, 0💬

<< < 5 6 7 8 9 10 11 12 13 14 15 > >>   Sort: Rank