Airtime Build (1.6)
  • I'm attempting to install Airtime from the instructions here:

    http://wiki.sourcefabric.org/display/CC/Installing+Airtime+f rom+Source+(v1.6)

    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)

    cheers,

    Chris
  • 5 Comments sorted by
  • Hi Chris,

    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!

    thanks, Adam
  • Vote Up0Vote Down Paul BaranowskiPaul Baranowski
    Posts: 389Member, Administrator, Sourcefabric Team
    Hi Chris -
    The instructions on the wiki page have been updated. Thanks for pointing
    that out!


    Paul Baranowski
    CTO, Sourcefabric, http://sourcefabric.org

    +1 (416) 832-6436 (Cell)
    Skype: paulbaranowski
    720 Bathurst St. / Suite 203 / Toronto / ON / M5S 2R4 / Canada



    On Fri, Jan 14, 2011 at 8:17 AM, Chris Weaver <
    airtime-dev@lists.sourcefabric.org> wrote:

    > I'm attempting to install Airtime from the instructions here:
    >
    > http://wiki.sourcefabric.org/display/CC/Installing+Airtime+f rom+Source+< http://wiki.sourcefabric.org/display/CC/Installing+Airtime+f rom+Source+>
    > (v1.6)
    >
    > 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)
    >
    > cheers,
    >
    > Chris
    >

  • 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>
  • Vote Up0Vote Down Paul BaranowskiPaul Baranowski
    Posts: 389Member, Administrator, Sourcefabric Team
    The scheduler is started when you run "sudo python pypo-install.py"

    In the apache file you need to set the full path to where the files are in the two places indicated.

    Sent from my iPhone

    On Jan 18, 2011, at 11:51 AM, Chris Weaver <airtime-dev@lists.sourcefabric.org> wrote:

    >
    > 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>
    >

  • Sorry to be dense but I've edited the file with the following but still nothing?

    <VirtualHost *:80>
    ServerAdmin foo@bar.org[/email]
    DocumentRoot /home/playout/src/Airtime/public/index.php

    SetEnv APPLICATION_ENV "development"

    <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?