Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 48338bb

Browse files
committed
Add changes for e54631c
1 parent e897a05 commit 48338bb

3 files changed

Lines changed: 12 additions & 16 deletions

File tree

_sources/developer_utils/Install_Specify7.md.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
- DBeaver CE
77
- Docker + Docker Compose (plugin)
88
- Git
9-
- (Optional) MySQL via CLI
9+
- (Optional) MariaDB/MySQL client-only CLI (no server)
1010

1111
> **Optional MySQL via CLI:** only if you want a local server outside Docker.
12-
> macOS (Homebrew): `brew install mysql`
12+
> macOS (Homebrew): `brew install mysql`
13+
> 'echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc'
1314
> Ubuntu/Debian: `sudo apt-get update && sudo apt-get install -y mysql-server`
15+
> (Do NOT install or start a local server. We’ll run the DB in Docker.)
1416

1517
---
1618

@@ -90,10 +92,6 @@ Fill exactly:
9092

9193
Click **Test Connection** (optional) → **Finish**.
9294

93-
> Screenshot included in this repo-friendly path:
94-
>
95-
> <img width="558" height="326" alt="Main Advanced Driver properties" src="https://github.com/user-attachments/assets/66bf0913-5dd2-46d3-b27c-eb7ac74f6f35" />
96-
9795

9896
## 7) Edit the project `.env`
9997

@@ -106,7 +104,7 @@ MASTER_NAME=master_name_here
106104
MASTER_PASSWORD=master_pw_here
107105
```
108106

109-
- `DATABASE_NAME` must match the seed DB you intend to use (e.g., `ciscollections_2025_02_10_4__2025_08_22`).
107+
- `DATABASE_NAME` must match the seed DB you intend to use.
110108
- Save the file.
111109

112110
---

developer_utils/Install_Specify7.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,14 @@ <h2>1) Install required software<a class="headerlink" href="#install-required-so
194194
<li><p>DBeaver CE</p></li>
195195
<li><p>Docker + Docker Compose (plugin)</p></li>
196196
<li><p>Git</p></li>
197-
<li><p>(Optional) MySQL via CLI</p></li>
197+
<li><p>(Optional) MariaDB/MySQL client-only CLI (no server)</p></li>
198198
</ul>
199199
<blockquote>
200200
<div><p><strong>Optional MySQL via CLI:</strong> only if you want a local server outside Docker.<br />
201-
macOS (Homebrew): <code class="docutils literal notranslate"><span class="pre">brew</span> <span class="pre">install</span> <span class="pre">mysql</span></code><br />
202-
Ubuntu/Debian: <code class="docutils literal notranslate"><span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">update</span> <span class="pre">&amp;&amp;</span> <span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">install</span> <span class="pre">-y</span> <span class="pre">mysql-server</span></code></p>
201+
macOS (Homebrew): <code class="docutils literal notranslate"><span class="pre">brew</span> <span class="pre">install</span> <span class="pre">mysql</span></code>
202+
‘echo ‘export PATH=”/opt/homebrew/opt/mysql-client/bin:$PATH”’ &gt;&gt; ~/.zshrc &amp;&amp; source ~/.zshrc’<br />
203+
Ubuntu/Debian: <code class="docutils literal notranslate"><span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">update</span> <span class="pre">&amp;&amp;</span> <span class="pre">sudo</span> <span class="pre">apt-get</span> <span class="pre">install</span> <span class="pre">-y</span> <span class="pre">mysql-server</span></code>
204+
(Do NOT install or start a local server. We’ll run the DB in Docker.)</p>
203205
</div></blockquote>
204206
</section>
205207
<hr class="docutils" />
@@ -279,10 +281,6 @@ <h2>6) Configure DBeaver (MySQL/MariaDB)<a class="headerlink" href="#configure-d
279281
<li><p><strong>Password:</strong> your root password (must match <code class="docutils literal notranslate"><span class="pre">MYSQL_ROOT_PASSWORD</span></code> below)</p></li>
280282
</ul>
281283
<p>Click <strong>Test Connection</strong> (optional) → <strong>Finish</strong>.</p>
282-
<blockquote>
283-
<div><p>Screenshot included in this repo-friendly path:</p>
284-
<img width="558" height="326" alt="Main Advanced Driver properties" src="https://github.com/user-attachments/assets/66bf0913-5dd2-46d3-b27c-eb7ac74f6f35" />
285-
</div></blockquote>
286284
</section>
287285
<section id="edit-the-project-env">
288286
<h2>7) Edit the project <code class="docutils literal notranslate"><span class="pre">.env</span></code><a class="headerlink" href="#edit-the-project-env" title="Link to this heading"></a></h2>
@@ -294,7 +292,7 @@ <h2>7) Edit the project <code class="docutils literal notranslate"><span class="
294292
</pre></div>
295293
</div>
296294
<ul class="simple">
297-
<li><p><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME</span></code> must match the seed DB you intend to use (e.g., <code class="docutils literal notranslate"><span class="pre">ciscollections_2025_02_10_4__2025_08_22</span></code>).</p></li>
295+
<li><p><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME</span></code> must match the seed DB you intend to use.</p></li>
298296
<li><p>Save the file.</p></li>
299297
</ul>
300298
</section>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)