This is my second time around setting up the VM with the dev environment and I've been in a bbb crash course for a couple days.
But I started over because I thought I might have missed something in the first install, but then it happened again.
When I start setting up the dev environment on the VM I get stopped at:
cd ~/dev/bigbluebutton/bigbluebutton-client
ant locales
...and see this:
-bash: ant: command not found
All the necessary dev tools packages seem to be there, I mean they come with the VM so I'm still trying to figure out why it's not found. It must be something very simple I'm missing. Anyone else experience this?
I also noticed that if I try to join in the demo I get a 404 Not Found. I was starting to wonder if I could (or should) remove the demo before I start developing or modifiying files. I'll probably just modify the bbb-client and the bbb-web for now until I understand bbb more.
Here's the "bbb-conf --clean" output:
BigBlueButton Server 0.8-beta-4 (951)
Kernel version: 2.6.32-41-generic-pae
Distribution: Ubuntu 10.04.4 LTS (32-bit)
Memory: 4028 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 192.168.10.171
Red5: 192.168.10.171
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 192.168.10.171
port: 80
bbb-client dir: /home/firstuser/dev/bigbluebutton/bigbluebutton-client
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.10.171
/var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp (API demos)
api url: 192.168.10.171
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
playback host: 192.168.10.171
** Potential problems described below **
# Warning: nginx is not serving the client from /var/www/bigbluebutton/.
# Instead, it's being served from
#
# /home/firstuser/dev/bigbluebutton/bigbluebutton-client
#
# (This is OK if you have setup a development environment.)
# Warning: The API demos are installed and accessible from:
#
#
# Use the API demos test your BigBlueButton setup. To remove
#
# sudo apt-get purge bbb-demo
Thanks for any suggestions.