命令行開始和停止 command-line-start-and-stop
從命令列啟動Adobe Experience Manager starting-adobe-experience-manager-from-the-command-line
此 start
指令碼可在 the <cq-installation>/bin 目錄。 提供Unix和Windows版本。 指令碼會啟動安裝於 <cq-installation> 目錄。
這兩個版本支援可用來啟動及調整AEM例項的環境變數清單。
CAUTION
請注意,某些執行模式(包括製作和發佈)必須在首次啟動AEM之前設定,且之後無法變更。 在設定應用於生產環境的AEM例項之前,請參閱 運行模式文檔 以取得詳細資訊。
Windows平台start.bat指令碼示例 windows-platform-start-bat-script-example
SET CQ_PORT=1234 & ./start.bat
Unix平台啟動指令碼示例 unix-platform-start-script-example
CQ_PORT=1234 ./start
NOTE
啟動指令碼會啟動安裝在 the <cq-installation>/app 檔案夾。
停止Adobe Experience Manager stopping-adobe-experience-manager
若要停止AEM,請執行下列其中一項操作:
-
視您使用的平台而定:
- 如果您從指令碼或命令列啟動AEM,請按 Ctrl+C 關閉伺服器。
- 如果在UNIX上使用了啟動指令碼,則必須使用停止指令碼來停止AEM。
-
如果您是透過連按兩下jar檔案來啟動AEM,請按一下 開啟 按鈕(然後按鈕將更改為 關閉)關閉伺服器。
從命令列停止Adobe Experience Manager stopping-adobe-experience-manager-from-the-command-line
此 stop
指令碼可在 the <cq-installation>/bin 目錄。 提供Unix和Windows版本。 指令碼會停止安裝在 <cq-installation> 目錄。
Unix平台停止指令碼示例 unix-platform-stop-script-example
./stop
Windows平台stop.bat指令碼示例 windows-platform-stop-bat-script-example
./stop.bat
如果只想預配置儲存庫(而不重新調整儲存庫的位置),則只需:
-
擷取
repository.xml
到所需位置 -
更新
repository.xml
必填 -
建立
bootstrap.properties
定義repository.config
同樣,在開始實際安裝之前。
recommendation-more-help
6a71a83d-c2e0-4ce7-a6aa-899aa3885b56