...
Info |
---|
This may take a LONG time to run so have something else to keep you busy! |
Setup
...
Avalon
Note |
---|
The next step may be slightly different depending on your operating system if not RHEL6. When running bundle install you may need to set: QMAKE=/usr/bin/qmake-qt4 |
...
Go to your workspace, this command will download hydrant avalon source from github to a directory. Then run bundle install to install all of the necessary dependency gems.
...
Code Block | ||
---|---|---|
| ||
rake db:migrate rake db:test:prepare |
Install the hydra-jetty, hydrantavalon-felix, and hydrantavalon-red5 submodules. The hydra-jetty submodule contains fedora and solr and can be run via jettywrapper rake tasks (e.g. rake jetty:start). The hydrantavalon-felix submodule is a VoV configured instance of Matterhorn and hydrantavalon-red5 is a VoV configured instance of Red5 which has Matterhorn integration. These two servers can also be controlled with rake tasks similar to jetty. After installing them, force them to track the master branch for their respective repositories.
...
Code Block | ||
---|---|---|
| ||
rake jetty:config rake avalon:services:start |
Test
...
Avalon
Inside hydrant avalon folder, run
Code Block | ||
---|---|---|
| ||
rails server |
...