apt-get install
command given on our wiki page.
If you do not have the sources yet, you need to get the tarballs named
campcaster-<version>.tar.bz2
and
campcaster-libraries-<version>.tar.bz2
.
Both can be downloaded from
http://sourceforge.net/projects/campcaster/
.
tar xfj campcaster-<version>.tar.bz2 tar xfj campcaster-libraries-<version>.tar.bz2 cd campcaster-<version> ./configure --prefix=/opt/campcaster --with-apache-group=www-data sudo make install
sudo ./bin/postInstallStation.sh --directory=/opt/campcaster --apache-group=www-data --postgresql-dir=/etc/postgresql/8.1/main --postgresql-init-script=/etc/init.d/postgresql-8.1
/opt/campcaster/bin/campcaster-scheduler.sh start
To use the the web interface, point your browser to
http://localhost/campcaster
. You can also use the web interface
from other computers; simply put the name or IP number of the computer where
Campcaster was installed in place of localhost
.
To start Campcaster Studio, type the following:
/opt/campcaster/bin/campcaster-studio.sh
For your first login, use the following values:
You can make the scheduler start automatically when the system boots up, by doing the following:
sudo cp /opt/livesupport/etc/campcaster-scheduler /etc/init.d/ sudo update-rc.d campcaster-scheduler defaults 92
You can quickly fill your Campcaster storage with audio files using the mass import script:
sudo /opt/campcaster/bin/import.sh --directory=<some directory>
Have fun!