Loading sub-menu...

Galicaster Dashboard

compared with
Version 43 by developer
on jun 07, 2013 12:32.

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

Changes (8)

View Page History
Please check our [screencast|http://www.youtube.com/watch?v=I7eu6F5agIA] so you can see how it looks.

h2. First demo version - coming soon
h2. First Alpha version - now available!

The first demo version is almost ready. Source code and installation instructions will be also available. Galicaster Dashboard has been created in the form of am Opencast Matterhorn bundle, so it can be easily installed on your Matterhorn deployment.
The first demo version of Galicaster Dashboard is already available! Please follow the [installation instructions|#Installationinstructions] to try it in your system.


The Dashboard is packaged as a Matterhorn bundle, so it can be easily deployed in any Matterhorn installation. Since it depends on certain Matterhorn services to work, *it must be installed in the {{admin}} server*. In the following steps, {{$\{MH_SRC\}}} denotes the directory where the Matterhorn source code is, and {{$\{FELIX_HOME\}}} the directory where the Felix instance is installed (for Matterhorn versions under or equal to 1.3).

# Clone the necessary bundles from Teltek's Github into the {{$\{MH_SRC\}/modules}} directory.
# Download the tarball and uncompress it in your {{$\{MH_SRC\}/modules}} directory. If you use a shell, this can be done by:
{panel}
{{git clone git://github.com/teltek/Dashboard.git $\{MH_SRC}/modules}}
{{wget http://webfiler.teltek.es/webfiler/galicaster/GalicasterDashboard-alpha.tgz}}
{{tar -C $\{MH_SRC}/modules GalicasterDashboard-alpha.tgz}}
{panel}
\\