Loading sub-menu...

Galicaster Dashboard

compared with
Version 23 by developer
on May 21, 2013 19:38.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History

# Clone the necessary bundles from Teltek's Github into the {{$\{MH_SRC\}/modules}} directory.
{code:none}git clone git://github.com/teltek/galicaster-dashboard.git $\{MH_SRC\}/modules ${MH_SRC}/modules {code}
# Make sure your current Matterhorn version matches the one in the Dashboard {{pom.xml}} file:
#* Check your exact Matterhorn version by examining the first {{<version>}} tag within the {{$\{MH_SRC\}/pom.xml}} file.
#* You can do this in one step by running the following command from within the {{$\{MH_SRC\}/modules/galicaster-dashboard}} directory (the one you have just {{clone}}'d from git):
{code:none}
cd $\{MH_SRC\}/modules/galicaster-dashboard ${MH_SRC}/modules/galicaster-dashboard
sed -i "/<matterhorn.version>[^>]\+<\/matterhorn.version>/s//<matterhorn.version>$(grep -m 1 "<version>" ../../pom.xml | cut -d'>' -f2 | cut -d'<' -f1)<\/matterhorn.version>/" pom.xml
{code}