Loading sub-menu...

Galicaster Dashboard

compared with
Version 42 by developer
on jun 06, 2013 17:06.

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

Changes (5)

View Page History
# Clone the necessary bundles from Teltek's Github into the {{$\{MH_SRC\}/modules}} directory.
{panel}
{{Cousa juapa chico}}
{{git clone git://github.com/teltek/Dashboard.git $\{MH_SRC}/modules}}
{panel}
\\
# 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.
{{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}}
{panel}
\\
# Compile the bundles with Maven:
#* 1.3 and earlier:
{{mvn clean install -DdeployTo=$\{MH_SRC}}}
{panel}
\\
# If {{maven}} returns with no errors, the Dashboard should be available at:
{{http://your-server-url/dashboard/index.html}}.