Monthly Archives: January 2010

Make Ruby ride on Rails

root@weasel.uvm.edu 193>gem update rail Updating installed gems Updating rails Successfully installed activesupport-2.3.5 Successfully installed activerecord-2.3.5 Successfully installed rack-1.0.1 Successfully installed actionpack-2.3.5 Successfully installed actionmailer-2.3.5 Successfully installed activeresource-2.3.5 Successfully installed rails-2.3.5 Gems updated: activesupport, activerecord, rack, actionpack, actionmailer, activeresource, rails root@weasel.uvm.edu … Continue reading

Posted in Projects | Leave a comment

Steps to adding/editing Red5 application

Assuming application source is in current working directory “../NewApp” … sudo service red5 stop rm -rf $RED5_HOME/webapps/NewApp ant mv dist/NewApp.war $RED5_HOME/webapps/ sudo service red5 start sit back and wait a few minutes for Red5_Scheduler_Worker to find .war file, unpack and … Continue reading

Posted in Projects | Leave a comment