{:en}Simple and Easy Steps for Sitecore 9.2 XM Installation{:}{:ja}Sitecore 9.2XMインストールのシンプルで簡単な手順{:}

{:en}This post will help you with the three basic W’s for installing …… : What to install, in which order and from where. Here are the simple and easy steps for installation of Sitecore 9.2 XM version with SIF. Prerequisites:
  • OS: Windows 10, Windows Server 2016
  • DB: Microsoft SQL Server 2017
  • IIS 10
  • . NET –
    • Sitecore XP 9.2 requires .NET Framework 4.7.1 or 4.7.2
  • Search
    • Solr 7.5
  • Powershell 5.1+ – for Installing SIF
Preparation:
  • Download installation package(XM Single) from here
  • Extract the zip file you just downloaded
  • Extract this file – XM1 Configuration files 9.2.0 rev. 002893.zip
1
  • Copy your sitecore license.xml file
Step 1: Solr 7.5 Install Check out Peter Procházka’s INSTALLING SOLR 7.5 FOR SITECORE 9.2 It’s a great blog to follow for SOLR installation. 2 Step 2: Install SIF Run the following scripts in Powershell as administrator.
  • Register-PSRepository -Name SitecoreGallery -SourceLocation https://sitecore.myget.org/F/sc-powershell/api/v2;
  • Install-Module SitecoreInstallFramework;
  • Install-Module SitecoreFundamentals;
  • Update-Module SitecoreInstallFramework;
  • Update-Module SitecoreFundamentals;
  • Import-Module SitecoreFundamentals -Force;
  • Import-Module SitecoreInstallFramework -Force;
Step 3: Update config files Update the following files in the folder with the correct information of :
  • Prefix
  • SitecoreAdminPassword
  • SCInstallRoot
  • SolrUrl
  • SolrRoot
  • SolrService
  • SqlServer
  • SqlAdminUser
  • SqlAdminPassword
in
  • XM1-SingleDeveloper.ps1
5 Step 4: Install prerequisites Install-SitecoreConfiguration -Path .\Prerequisites.json Step 5: Install Sitecore 9.2 XM Execute the script ./XM1-SingleDeveloper.ps1 3 URL – http://(sitename)/sitecore/login 4 Enjoy! & have fun :){:}{:ja}

この投稿は、インストールするための3つの基本的なWを支援します……:

何を、どの順序で、どこからインストールするか。

SIFを使用してSitecore9.2XMバージョンをインストールするためのシンプルで簡単な手順は次のとおりです。

前提条件:

  • OS: Windows 10, Windows Server 2016
  • DB: Microsoft SQL Server 2017
  • IIS 10
  • . NET –
    • Sitecore XP 9.2 requires .NET Framework 4.7.1 or 4.7.2
  • Search
    • Solr 7.5
  • Powershell 5.1+ – for Installing SIF

Preparation:

1
  • sitecorelicense.xmlファイルをコピーします

ステップ1:Solr7.5インストール

PeterProcházkaによるSITECORE9.2用のSOLR7.5のインストールを確認してください。
これは、SOLRのインストールについてフォローするのに最適なブログです。

2

ステップ2:SIFをインストールする

管理者としてPowershellで次のスクリプトを実行します。

  • Register-PSRepository -Name SitecoreGallery -SourceLocation https://sitecore.myget.org/F/sc-powershell/api/v2;
  • Install-Module SitecoreInstallFramework;
  • Install-Module SitecoreFundamentals;
  • Update-Module SitecoreInstallFramework;
  • Update-Module SitecoreFundamentals;
  • Import-Module SitecoreFundamentals -Force;
  • Import-Module SitecoreInstallFramework -Force;

ステップ3:構成ファイルを更新する

フォルダ内の次のファイルを次の正しい情報で更新します。

  • Prefix
  • SitecoreAdminPassword
  • SCInstallRoot
  • SolrUrl
  • SolrRoot
  • SolrService
  • SqlServer
  • SqlAdminUser
  • SqlAdminPassword

  • XM1-SingleDeveloper.ps1
5

ステップ4:前提条件をインストールする

Install-SitecoreConfiguration -Path .\Prerequisites.json

手順5:Sitecore 9.2XMをインストールする

Execute the script ./XM1-SingleDeveloper.ps1

3

URL – http://(sitename)/sitecore/login

4

楽しい! & 持ってる

{:}

Leave a Reply

Create a website or blog at WordPress.com

Up ↑

Discover more from Sitecore Tales

Subscribe now to keep reading and get access to the full archive.

Continue reading