Skip to content

Commit

Permalink
[ci skip] Autodoc commit for d1e0c18e54be69ea11588aa3aa57ed09999b34a3.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Feb 5, 2025
1 parent 276d3fc commit 67b450c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Create a Development Dashboard
------------------------------
#. ``clone`` the OOD repository into: ``cd ~/ondemand/misc`` then ``git clone [email protected]:OSC/ondemand.git``
#. Work out of the ``dev`` directory/space: ``cd ~/ondemand/dev/``.
#. Symlink to the ``dashboard`` app in the cloned repository: ``ln -s ../misc/ondemand/apps/dashboard/dashboard/ dashboard``
#. Symlink to the ``dashboard`` app in the cloned repository: ``ln -s ../misc/ondemand/apps/dashboard/ dashboard``
#. Make a branch and to begin word on your development dashboard: ``git checkout -b dev_work``
#. Rebuild the ood dashboard app: ``bin/setup``.
#. Navigate to the Sandbox and launch your ``dashboard`` app to use the ``dev_work``.
Expand Down
2 changes: 1 addition & 1 deletion develop/tutorials/tutorials-dashboard-apps/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2>Create a Development Dashboard<a class="headerlink" href="#create-a-developm
<ol class="arabic simple">
<li><p><code class="docutils literal notranslate"><span class="pre">clone</span></code> the OOD repository into: <code class="docutils literal notranslate"><span class="pre">cd</span> <span class="pre">~/ondemand/misc</span></code> then <code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">clone</span> <span class="pre">git&#64;github.com:OSC/ondemand.git</span></code></p></li>
<li><p>Work out of the <code class="docutils literal notranslate"><span class="pre">dev</span></code> directory/space: <code class="docutils literal notranslate"><span class="pre">cd</span> <span class="pre">~/ondemand/dev/</span></code>.</p></li>
<li><p>Symlink to the <code class="docutils literal notranslate"><span class="pre">dashboard</span></code> app in the cloned repository: <code class="docutils literal notranslate"><span class="pre">ln</span> <span class="pre">-s</span> <span class="pre">../misc/ondemand/apps/dashboard/dashboard/</span> <span class="pre">dashboard</span></code></p></li>
<li><p>Symlink to the <code class="docutils literal notranslate"><span class="pre">dashboard</span></code> app in the cloned repository: <code class="docutils literal notranslate"><span class="pre">ln</span> <span class="pre">-s</span> <span class="pre">../misc/ondemand/apps/dashboard/</span> <span class="pre">dashboard</span></code></p></li>
<li><p>Make a branch and to begin word on your development dashboard: <code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">checkout</span> <span class="pre">-b</span> <span class="pre">dev_work</span></code></p></li>
<li><p>Rebuild the ood dashboard app: <code class="docutils literal notranslate"><span class="pre">bin/setup</span></code>.</p></li>
<li><p>Navigate to the Sandbox and launch your <code class="docutils literal notranslate"><span class="pre">dashboard</span></code> app to use the <code class="docutils literal notranslate"><span class="pre">dev_work</span></code>.</p></li>
Expand Down

0 comments on commit 67b450c

Please sign in to comment.