snapshot: preserve workdock repo rename phase
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<div class="box">
|
||||
<p>This handbook is for developers and maintainers. It documents the actual engineering workflow of the standalone product repository.</p>
|
||||
<ul>
|
||||
<li>Repository: <code>tubco-onboarding-offboarding-portal</code></li>
|
||||
<li>Repository: <code>workdock-platform</code> (current local path; legacy compose project name may still be retained for runtime continuity)</li>
|
||||
<li>Main stack: Django + Celery + PostgreSQL + Redis + MailHog</li>
|
||||
<li>Runtime mode: Docker Compose for local development and staging-style operation</li>
|
||||
</ul>
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<h2 id="local">3) Local Development Workflow</h2>
|
||||
<h3>Start</h3>
|
||||
<pre><code>cd /Users/bostame/Documents/tubco-onboarding-offboarding-portal
|
||||
<pre><code>cd /path/to/workdock-platform
|
||||
docker compose up -d --build</code></pre>
|
||||
<h3>Main URLs</h3>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user