-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct this symlink location
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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``. | ||
|