Repository: climate Updated Branches: refs/heads/master 0f6fad6d1 -> ac2ad6d05
CLIMATE-458 - Add symlink for UI frontend to VM build Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/2afe2cd5 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/2afe2cd5 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/2afe2cd5 Branch: refs/heads/master Commit: 2afe2cd5e5404f4a62e79ab17251b8e507a1ef34 Parents: e9437d0 Author: Michael Joyce <[email protected]> Authored: Wed Jun 4 12:51:25 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Jun 4 12:51:25 2014 -0700 ---------------------------------------------------------------------- ocw-vm/init-ocw-vm.sh | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/2afe2cd5/ocw-vm/init-ocw-vm.sh ---------------------------------------------------------------------- diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh index 720775c..ad7cdd1 100755 --- a/ocw-vm/init-ocw-vm.sh +++ b/ocw-vm/init-ocw-vm.sh @@ -41,3 +41,9 @@ sudo apt-get install -y eog git clone http://git-wip-us.apache.org/repos/asf/climate.git cp climate/easy-ocw/install-ubuntu-12_04.sh . bash install-ubuntu-12_04.sh -q + +# Set symlink for the UI frontend code +cd climate/ocw-ui/backend +ln -s ../frontend/app app + +cd
