On Tue, 2009-11-17 at 17:04 +0530, Jason DSouza wrote: > Dear Dr. Wave and all at wave group, > > I'm having some problems relating to configuring the wave server on > Ubuntu 9.10 KK.. > > I've followed all instructions which is present here except couldn't > follow how to configure the run-configure.sh.example ... In case > anyone can help me then I shall be able to configure the wave server > on my ubuntu box. > whenever I try to run the fed one server I get this error "You must > configure the run-config.sh script". I do not know whether I've > configured all the parameters. Some of the parameters are not present > in that file that are mentioned in the wiki installation page. > > Yep that's about it..
Hi Jason, If you open up the run-config.sh script you should find a line like the one below: echo "You must configure the run-config.sh script" ; exit 1 If you put a hash at the start of that line, that will stop the error from occuring. #echo "You must configure the run-config.sh script" ; exit 1 -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 Twitter: http://twitter.com/purserj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
