Skip to content

Commit

Permalink
Update dashboard.rst (#1080)
Browse files Browse the repository at this point in the history
correct this symlink location
  • Loading branch information
johrstrom authored Feb 5, 2025
1 parent 1e5fa82 commit d1e0c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/tutorials-dashboard-apps/dashboard.rst
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 git@github.com: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

0 comments on commit d1e0c18

Please sign in to comment.