Skip to content

Commit

Permalink
Merge pull request ManageIQ#197 from himdel/fix-188
Browse files Browse the repository at this point in the history
UI split - make the ln -s not rely on current path vs target path
  • Loading branch information
martinpovolny authored Mar 22, 2017
2 parents 110724a + 7432674 commit b18aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup/classic_ui_split.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ But if you do..
1. `git clone git@github.com:YOU/manageiq-ui-classic`
1. `cd manageiq-ui-classic`
1. `git remote add upstream git@github.com:ManageIQ/manageiq-ui-classic.git`
1. `ln -s ../manageiq spec/`
1. `cd spec/ ; ln -s ../../manageiq . ; cd ..` (and ensure the link is valid)
1. `cd ../manageiq`
1. `echo "override_gem 'manageiq-ui-classic', :path => File.expand_path('../manageiq-ui-classic', __dir__)" >> Gemfile.dev.rb`
1. `bin/update`
Expand Down

0 comments on commit b18aa25

Please sign in to comment.