Skip to content

Virtual Machine Directions

shadowdoc edited this page Oct 11, 2010 · 4 revisions

A virtual machine of radsearch can be found at: http://dl.dropbox.com/u/1407742/radsearch.zip

Note, when the box is initially started you will need to start the ultrasphinx daemon by hand (once running, crontab should take care of this).
cd /webapps/radsearch/
sudo rake ultrasphinx:daemon:start RAILS_ENV=‘production’

PASSWORDS

console
username: radsearch
password: radsearch

root access via sudo

mysql
username: radsearch
password: radsearch

mysql root
username: root
password: maryland

radsearch application
user: admin
password: password

UPDATING SOFTWARE

You can update the radsearch software to it’s latest version by the following:
cd /webapps/radsearch
sudo git pull

Obviously before deploying to a production environment you should change all of the above passwords!

Clone this wiki locally