From d9772e68afafb44627ddf8fdbcfc6d4e9a069da0 Mon Sep 17 00:00:00 2001 From: Archbee BOT Date: Tue, 4 Feb 2025 21:11:14 +0000 Subject: [PATCH] Archbee draft docs --- docs/manual/01_install/02_macOSX.md | 30 +++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/manual/01_install/02_macOSX.md b/docs/manual/01_install/02_macOSX.md index f8922e4b72b9..0a27acf663e5 100644 --- a/docs/manual/01_install/02_macOSX.md +++ b/docs/manual/01_install/02_macOSX.md @@ -135,47 +135,49 @@ Navigate to the [application's URL](https://localhost:3000/location/default) in ### Step 4: Accept the certificates - When accessing the iR Engine for the first time, browsers block access due to **self-signed certificates**. This prevents you from accessing the Admin panel and the Editor. To bypass this, manually accept the certificates: ::::workflow-block :::workflow-block-item **Open Developer Tools** + - **Chrome/Edge:** Click the three-dot menu → *More tools* → *Developer tools* - **Shortcut:** Press `Ctrl+Shift+I` or `F12` - Navigate to the **Console** tab. ::: :::workflow-block-item -**Identify certificate-related errors** -- Check for network request errors related to: +**Identify certificate-related errors** + +Check for network request errors related to: - - **WebSocket connections** (`wss://` URLs) - - **HTTPS requests to localhost** +- **WebSocket connections** (`wss://` URLs) +- **HTTPS requests to localhost** -- The following addresses require certificate approval: +The following addresses require certificate approval: - - `https://localhost:3030` – API server - - `https://localhost:8642` – File server +- `https://localhost:3030` – API server +- `https://localhost:8642` – File server ::: :::workflow-block-item -**Bypass the security warning** +**Bypass the security warning** + 1. Open these URLs directly in your browser: - - [https://localhost:3030](https://localhost:3030/) - - [https://localhost:8642](https://localhost:8642/) + 1. [https://localhost:3030](https://localhost:3030/) + 2. [https://localhost:8642](https://localhost:8642/) 2. A **"Your connection is not private"** warning appears. 3. Click **Advanced** → **Proceed to localhost (unsafe)**. 4. Reload the engine’s website. ::: :::: -::::hint{type="success"} +:::hint{type="success"} Once completed, the iR Engine’s admin panel and editor will be fully accessible. 🚀 -:::: +::: :::hint{type="info"} ** Why bypassing security warnings?** Browsers block connections to self-signed certificates by default to protect users from potentially unsafe sites. For local development, it's safe to bypass these warnings, but only if you trust the source—like your own machine or your team's local environment. ::: - \ No newline at end of file +