but I'm unable to start the program (and thus verify the install) as the instruction to start the scheduler is missing, or should I still be able to login to the interface even with out it running (as currently localhost brings up an Internal Server Error)
Please bear with the dev team... they're working round the clock to get 1.6 ready for the official beta launch on Monday. Someone will get back to you soon!
Hmm I'm still not getting anywhere. No obvious errors on the command line but the section about starting the scheduler was never added to the wiki
Just to confirm once installed all I need do is http://localhost in Firefox? I suspect the problem might be with my /etc/apache2/sites-available - should it only contain the following:
<VirtualHost *:80>
ServerAdmin foo@bar.org
DocumentRoot /home/[USERNAME - replaced with my own]/src/Airtime/public
SetEnv APPLICATION_ENV "development"
<Directory /home/[USERNAME - replaced with my own]/src/Airtime/public>
DirectoryIndex index.php
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
>
> Hmm I'm still not getting anywhere. No obvious errors on the command line but the section about starting the scheduler was never added to the wiki
>
> Just to confirm once installed all I need do is http://localhost in Firefox? I suspect the problem might be with my /etc/apache2/sites-available - should it only contain the following:
>
> <VirtualHost *:80>
> ServerAdmin foo@bar.org
> DocumentRoot /home/[USERNAME - replaced with my own]/src/Airtime/public
>
> SetEnv APPLICATION_ENV "development"
>
> <Directory /home/[USERNAME - replaced with my own]/src/Airtime/public>
> DirectoryIndex index.php
> AllowOverride all
> Order allow,deny
> Allow from all
> </Directory>
> </VirtualHost>
>
<Directory /home/playout/src/Airtime/public/index.php>
DirectoryIndex index.php
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Should I do the steps regarding resetting the database?
I should of mention that this is a completely fresh install of 10.04.
P.S Should I move this thread to the Airtime-Support?