Pak Daulat is the technical director at Kantor Berita Radio 68H in
Jakarta, and is working on implementing Campcaster there. He had some
questions, so I'll put them out to the group.
Thanks in advance,
doug
----- Forwarded by Douglas Arellanes/Mdlf on 04/13/2007 10:16 AM -----
Daulat Nababan
04/13/2007 10:02 AM
Please respond to daulat
We have started to implement the Campcaster's Storage server for our
audio archive. However, I needed to tweak the system so that only
administrators could add, edit and delete audio while other users can
only browse. I hope that I wont get into trouble with the system in the
future.
This is what I did:
1.Copied /opt/campcaster/var/Campcaster/ to /opt/campcaster/var/Search/.
2.Linked /var/www/search to /opt/campcaster/var/Search.
3.Linked /opt/campcaster/var/Search/storageServer to
/opt/campcaster/var/Campcaster/storageServer.
4.Edited /opt/campcaster/var/Search/htmlUI/var/templates/menu.tpl took
off all links except for ##Media Library##.
5.Edited
/opt/campcaster/var/Search/htmlUI/var/templates/script/contextmenu.js.tpl
took off all links except ##Listen##.
6.Edited
/opt/campcaster/var/Search/htmlUI/var/templates/library/results.tpl took
off multiaction.
7.Added to apache the /var/www/campcaster directory allowing only
admin's ip.
8.Added to apache the /var/www/search directory allowing all intranet.
In this way I can have admins open /var/www/campcaster and other users
only /var/www/search. Is this ok or is there another way to do this.