<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>MediaCore Community &#187; Tag: installation - Recent Topics</title>
		<link>http://mediacorecommunity.org/community/tags/installation</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 03:15:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mediacorecommunity.org/community/search.php</link>
		</textInput>
		<atom:link href="http://mediacorecommunity.org/community/rss/tags/installation/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>ruby on "Installing Mediacore on Dreamhost (Shared Hosting)"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-mediacore-on-dreamhost-shared-hosting#post-385</link>
			<pubDate>Fri, 21 May 2010 00:39:33 +0000</pubDate>
			<dc:creator>ruby</dc:creator>
			<guid isPermaLink="false">385@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I am trying to install Mediacore on my shared hosting account provided by Dreamhost.&#60;/p&#62;
&#60;p&#62;I have installed Python 2.6.5 with Virtual environment.&#60;/p&#62;
&#60;p&#62;When I try to install mediacore, I get the following error:&#60;/p&#62;
&#60;p&#62;--------------------&#60;br /&#62;
[expos]$ ./mediacore.fcgi&#60;br /&#62;
Traceback (most recent call last):&#60;br /&#62;
  File &#34;./mediacore.fcgi&#34;, line 43, in &#38;lt;module&#38;gt;&#60;br /&#62;
    app = loadapp('config:'+deployment_config)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 204, in loadapp&#60;br /&#62;
    return loadobj(APP, uri, name=name, **kw)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 224, in loadobj&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 278, in _loadconfig&#60;br /&#62;
    return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 409, in get_context&#60;br /&#62;
    section)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 431, in _context_from_use&#60;br /&#62;
    object_type, name=use, global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 361, in get_context&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
    global_conf=global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 285, in _loadegg&#60;br /&#62;
    return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 561, in get_context&#60;br /&#62;
    object_type, name=name)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 581, in find_egg_entry_point&#60;br /&#62;
    pkg_resources.require(self.spec)&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#34;, line 666, in require&#60;br /&#62;
  File &#34;/home/asamurai/applications/MediaCore-0.8.0/mediacore_env/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py&#34;, line 565, in resolve&#60;br /&#62;
pkg_resources.DistributionNotFound: MediaCore&#60;br /&#62;
--------------------&#60;/p&#62;
&#60;p&#62;I would really appreciate if you can please help me with this one :)&#60;/p&#62;
&#60;p&#62;-- Ruby
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "Tutorial: How to Install MediaCore on Ubuntu Detailed Guide"</title>
			<link>http://mediacorecommunity.org/community/topic/tutorial-how-to-install-mediacore-on-ubuntu-detailed-guide#post-1898</link>
			<pubDate>Fri, 22 Apr 2011 20:11:38 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1898@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Alright everyone the much anticipated moment has come... this is my OFFICIAL Guide to installing the MediaCore video platform on Ubuntu.&#60;/p&#62;
&#60;p&#62;FOLLOW EVERYTHING TO A &#34;T&#34; and you should have no issues&#60;/p&#62;
&#60;p&#62;UBUNTU 10.10&#60;/p&#62;
&#60;p&#62;You will need: Adobe Acrobat: &#60;a href=&#34;http://get.adobe.com/reader/&#34; rel=&#34;nofollow&#34;&#62;http://get.adobe.com/reader/&#60;/a&#62;&#60;br /&#62;
You will need: 7z or WinRAR: &#60;a href=&#34;http://sourceforge.net/projects/sevenzip/&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/projects/sevenzip/&#60;/a&#62;&#60;br /&#62;
My Tutorial Package: &#60;a href=&#34;http://www.mediafire.com/?ahaqhzbsxtzofxh&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?ahaqhzbsxtzofxh&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;NOTE: IF YOU ARE NOT USING UBUNTU 10.10 you may need to Install python2.6&#60;br /&#62;
I chose that install because it seems to be the best one to allow full usage of MediaCore&#60;br /&#62;
and PandaStream.&#60;/p&#62;
&#60;p&#62;OtherVersions of Ubuntu&#60;br /&#62;
apt-get install python2.6&#60;/p&#62;
&#60;p&#62;I HOPE EVERYONE takes full advantage of the guide....DONT SKIP ANY STEPS&#60;br /&#62;
Cant wait to hear if my guide was put together well enough for everyone...HOOK me up&#60;br /&#62;
with some feedback, i would like to hear about your success or Failure XD&#60;/p&#62;
&#60;p&#62;CENTOS Video TUTORIAL COMING TOMORROW thank you for your patients!!!!!!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bchalker on "Installing on shared server?"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-on-shared-server#post-3279</link>
			<pubDate>Fri, 04 Nov 2011 08:49:06 +0000</pubDate>
			<dc:creator>bchalker</dc:creator>
			<guid isPermaLink="false">3279@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'm wanting to do an test install on my shared Innohosting server, but can't find the instructions on doing so. Is there a page or wiki with the info?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aicm on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-836</link>
			<pubDate>Tue, 09 Nov 2010 01:25:45 +0000</pubDate>
			<dc:creator>aicm</dc:creator>
			<guid isPermaLink="false">836@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Step 1:&#60;/strong&#62; Go to your control panel and create a custom app (listening on port) - remember the port for mysql. Then login via SSH.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 2:&#60;/strong&#62; Get your own MySQL server.&#60;br /&#62;
Set MY_PORT variable for our my.cnf later on.&#60;br /&#62;
&#60;code&#62;MY_PORT=PUT_RESERVED_PORT_NUMBER_HERE&#60;/code&#62;&#60;br /&#62;
Make a folder to house our source.&#60;br /&#62;
&#60;code&#62;mkdir -p ~/mysql/.src ~/mysql/tmp&#60;/code&#62;&#60;br /&#62;
Get source and install it. Visit &#60;a href=&#34;http://dev.mysql.com/downloads/mysql/#downloads&#34;&#62;the downloads section at mysql.com&#60;/a&#62; and get the latest source code link. Copy it for the command below:&#60;br /&#62;
&#60;code&#62;wget &#60;a href=&#34;http://LINK/goes/here.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://LINK/goes/here.tar.gz&#60;/a&#62;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;tar xf mysql-5.x.x.tar.gz&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;cd mysql-5.x.x&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;./configure --prefix=$HOME/mysql&#60;/code&#62;&#60;br /&#62;
You have to wait a while here.&#60;br /&#62;
&#60;code&#62;make&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;make install&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Okay, now on to config:&#60;br /&#62;
&#60;code&#62;mkdir $HOME/mysql/etc&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;cat &#38;gt; $HOME/mysql/etc/my.cnf &#38;lt;&#38;lt; EOF&#60;/code&#62;&#60;br /&#62;
now copy paste this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[mysqld]
port=$MY_PORT
socket=$HOME/mysql/mysql.sock
basedir=$HOME/mysql
datadir=$HOME/mysql/data

[client]
port=$MY_PORT
socket=$HOME/mysql/mysql.sock
EOF&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;All done. Now to export the new bin folder&#60;br /&#62;
&#60;code&#62;echo export PATH=$HOME/mysql/bin:$PATH &#38;gt;&#38;gt; ~/.bash_profile&#60;/code&#62;&#60;br /&#62;
load up changes&#60;br /&#62;
&#60;code&#62;source ~/.bash_profile&#60;/code&#62;&#60;br /&#62;
set up initial db&#60;br /&#62;
&#60;code&#62;mysql_install_db --basedir=$HOME/mysql --datadir=$HOME/mysql/data --tmpdir=$HOME/mysql/tmp&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now you can start your mysql server by using this command. You may want to add this to a cron to make sure mysqld stays on.&#60;br /&#62;
&#60;code&#62;cd $HOME/mysql; mysqld_safe --defaults-file=$HOME/mysql/etc/my.cnf  &#38;amp;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Choose a password for your root user:&#60;br /&#62;
&#60;code&#62;mysqladmin -u root -P $MY_PORT -S $HOME/mysql/mysql.sock password &#38;quot;YOURPASSWORDHERE&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now that we have some libs python is going to use later on, let's add them to LD_LIBRARY_PATH&#60;br /&#62;
&#60;code&#62;echo export LD_LIBRARY_PATH=$HOME/mysql/lib/mysql &#38;gt;&#38;gt; ~/.bash_profile&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 3:&#60;/strong&#62; On to the fun stuff -installing MediaCore.&#60;br /&#62;
Go to the control panel and add another app, this time a mod_wsgi 3.2/Python 2.5 one. &#60;/p&#62;
&#60;p&#62;Back to ssh now.&#60;br /&#62;
Give mod_wsgi what it needs for later on:&#60;br /&#62;
&#60;code&#62;cd $HOME/webapps/NAMEYOUGAVEYOURAPP/apache2/lib&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;ln -s $HOME/mysql/lib/mysql/libmysqlclient_r.so.16 ./libmysqlclient_r.so.16&#60;/code&#62;&#60;br /&#62;
Install virtualenv:&#60;br /&#62;
&#60;code&#62;cd ../../&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;easy_install-2.5 virtualenv&#60;/code&#62;&#60;br /&#62;
set up env for mediacore.&#60;br /&#62;
&#60;code&#62;virtualenv --no-site-packages mediacore_env&#60;/code&#62;&#60;br /&#62;
activate env&#60;br /&#62;
&#60;code&#62;source mediacore_env/bin/activate&#60;/code&#62;&#60;br /&#62;
There's no git, so unless you want to install it yourself or use git on your home pc and then upload mediacore files, just get the latest release of mediacore. At this time, it's 0.8.2.&#60;/p&#62;
&#60;p&#62;From here on you can follow the official installation documentation. I am including it in an attempt to save you time.&#60;br /&#62;
&#60;code&#62;wget &#60;a href=&#34;http://getmediacore.com/files/MediaCore-0.8.2.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/files/MediaCore-0.8.2.tar.gz&#60;/a&#62;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;tar zxvf MediaCore-0.8.2.tar.gz&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;cd MediaCore-0.8.2&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;python2.5 setup.py develop&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;$HOME/mysql/bin/mysql -u root -p -S=$HOME/mysql/mysql.sock&#60;/code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;create database DBNAMEHERE;
grant usage on DBNAMEHERE.* to DBUSER@localhost identified by &#38;#39;PASSWORDFORDBUSER&#38;#39;;
grant all privileges on DBNAMEHERE.* to DBUSER@localhost;
exit&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit your development.ini file and set your sqlalchemy.url to something like this. Remember to set the right MYSQLPORT - the first app you added in your control panel.&#60;br /&#62;
&#60;code&#62;sqlalchemy.url = mysql://DBUSER:PASSWORDFORDBUSER@127.0.0.1:MYSQLPORT/DBNAMEHERE?charset=utf8&#38;amp;use_unicode=0&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;paster setup-app development.ini&#60;/code&#62;&#60;br /&#62;
ok, now we have basic table structure, on to making search work:&#60;br /&#62;
&#60;code&#62;$HOME/mysql/bin/mysql -u root -p -S=$HOME/mysql/mysql.sock DBNAMEHERE &#38;lt; setup_triggers.sql&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Step 4:&#60;/strong&#62; Deploying via mod_wsgi.&#60;/p&#62;
&#60;p&#62;Get another port for MediaCore's by adding a new listening on port custom app. Edit your deployment.ini, set your email, listening port to whatever port they give you for that last custom app, and then simply copy the sqlalchemy.url over from development.ini.&#60;/p&#62;
&#60;p&#62;The rest can be the same as &#60;a href=&#34;http://getmediacore.com/docs/install/apache-wsgi.html&#34;&#62;http://getmediacore.com/docs/install/apache-wsgi.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Make sure you restart your apache server after modifying httpd.conf.&#60;br /&#62;
I'll try to answer questions for as long as I can remember to revisit this post. If you see any errors or have additions, post them below.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leotek on "Installing MediaCore (Help with errors)"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-mediacore-help-with-errors#post-3106</link>
			<pubDate>Sun, 14 Aug 2011 13:13:20 +0000</pubDate>
			<dc:creator>leotek</dc:creator>
			<guid isPermaLink="false">3106@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi i discovered 2 days again your software and i wanted to check it out but i dont have the knowledge to install it. So i asked to my hosting support and this is what they said me:&#60;/p&#62;
&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62; We tried to install MediaCore on your server as per the steps given in the url &#60;a href=&#34;http://opensource.mediacore.com/docs/install/index.html&#34; rel=&#34;nofollow&#34;&#62;http://opensource.mediacore.com/docs/install/index.html&#60;/a&#62;. But are getting the following error at step 5.&#60;/p&#62;
&#60;p&#62; ---&#60;br /&#62;
 paster setup-app development.ini&#60;br /&#62;
 Traceback (most recent call last):&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/bin/paster&#34;, line 7, in ?&#60;br /&#62;
 sys.exit(&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteScript-1.7.3-py2.4.egg/paste/script/command.py&#34;, line 84, in run&#60;br /&#62;
 invoke(command, command_name, options, args[1:])&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteScript-1.7.3-py2.4.egg/paste/script/command.py&#34;, line 123, in invoke&#60;br /&#62;
 exit_code = runner.run(args)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteScript-1.7.3-py2.4.egg/paste/script/appinstall.py&#34;, line 68, in run&#60;br /&#62;
 return super(AbstractInstallCommand, self).run(new_args)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteScript-1.7.3-py2.4.egg/paste/script/command.py&#34;, line 218, in run&#60;br /&#62;
 result = self.command()&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteScript-1.7.3-py2.4.egg/paste/script/appinstall.py&#34;, line 447, in command&#60;br /&#62;
 conf = appconfig(config_spec, relative_to=os.getcwd())&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 215, in appconfig&#60;br /&#62;
 global_conf=global_conf)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
 global_conf=global_conf)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 278, in _loadconfig&#60;br /&#62;
 return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 409, in get_context&#60;br /&#62;
 section)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 430, in _context_from_use&#60;br /&#62;
 context = self.get_context(&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 361, in get_context&#60;br /&#62;
 global_conf=global_conf)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
 global_conf=global_conf)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 285, in _loadegg&#60;br /&#62;
 return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 560, in get_context&#60;br /&#62;
 entry_point, protocol, ep_name = self.find_egg_entry_point(&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/PasteDeploy-1.3.3-py2.4.egg/paste/deploy/loadwsgi.py&#34;, line 587, in find_egg_entry_point&#60;br /&#62;
 possible.append((entry.load(), protocol, entry.name))&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore_env/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py&#34;, line 1954, in load&#60;br /&#62;
 entry = __import__(self.module_name, globals(),globals(), ['__name__'])&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/config/middleware.py&#34;, line 37, in ?&#60;br /&#62;
 from mediacore.config.environment import load_environment&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/config/environment.py&#34;, line 26, in ?&#60;br /&#62;
 import mediacore.lib.helpers&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/lib/helpers.py&#34;, line 37, in ?&#60;br /&#62;
 from mediacore.lib.players import (embed_player, embed_iframe, media_player,&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/lib/players.py&#34;, line 1039, in ?&#60;br /&#62;
 from mediacore.model.players import fetch_enabled_players&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/model/__init__.py&#34;, line 292, in ?&#60;br /&#62;
 from mediacore.model.storage import storage&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/model/storage.py&#34;, line 25, in ?&#60;br /&#62;
 from mediacore.lib.storage import StorageEngine&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/lib/storage/__init__.py&#34;, line 533, in ?&#60;br /&#62;
 from mediacore.lib.storage.bliptv import BlipTVStorage&#60;br /&#62;
 File &#34;/usr/local/src/mediacore-mediacore-e6e7419/mediacore/lib/storage/bliptv.py&#34;, line 66&#60;br /&#62;
 finally:&#60;br /&#62;
 ^&#60;br /&#62;
 SyntaxError: invalid syntax&#60;br /&#62;
 ---&#60;/p&#62;
&#60;p&#62;We received another error at step 2. But we fixed it by installing 'tk-devel' module. This module is not mentioned among the requirements for the installation. Please contact the support of MediaCore for the correct installation steps. If you want us to install it for you, please get back to us with the steps.&#60;/p&#62;
&#60;p&#62;Can you give me some help please?&#60;/p&#62;
&#60;p&#62;I apologize about my english.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prwiley on "Can Someone Explain"</title>
			<link>http://mediacorecommunity.org/community/topic/can-someone-explain#post-2227</link>
			<pubDate>Wed, 25 May 2011 21:20:18 +0000</pubDate>
			<dc:creator>prwiley</dc:creator>
			<guid isPermaLink="false">2227@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Installing on Bluehost I get:&#60;/p&#62;
&#60;p&#62;error: Setup script exited with error: command 'gcc' failed with exit status 1&#60;/p&#62;
&#60;p&#62;Can someone explain? Bluehost says gcc is installed
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Quentin THEURET on "Installing the plugin &#34;mediacore_seo&#34;"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-the-plugin-mediacore_seo#post-2627</link>
			<pubDate>Mon, 20 Jun 2011 12:43:26 +0000</pubDate>
			<dc:creator>Quentin THEURET</dc:creator>
			<guid isPermaLink="false">2627@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I post here because my issue is in the same way.&#60;/p&#62;
&#60;p&#62;I develop a new plugin where I override the images of the .meta-hover* classess.&#60;/p&#62;
&#60;p&#62;On my development server (localhost), I haven't any problem but on the production server (&#60;a href=&#34;http://tube.framasoft.info)&#34; rel=&#34;nofollow&#34;&#62;http://tube.framasoft.info)&#60;/a&#62;, the images of my plugin doesn't appears. They are replace by the default images, and when I click on 'Show the background image' in Firefox, I've this : &#60;a href=&#34;http://tube.framasoft.info/mediacore_identica/public/images/layout/meta-hover-top.png&#34; rel=&#34;nofollow&#34;&#62;http://tube.framasoft.info/mediacore_identica/public/images/layout/meta-hover-top.png&#60;/a&#62; which is the default image with the address of my new image.&#60;/p&#62;
&#60;p&#62;I think that's a problem with my Apache configuration because I use the mod_wsgi module. But I don't find where is the problem. I copy the Apache sites-available file from the installation documentation of the MediaCore site.&#60;/p&#62;
&#60;p&#62;If you need more information, please notify me.&#60;/p&#62;
&#60;p&#62;Thanks in advance for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swamyg1 on "DB Upgrade from 0.8.2 to 0.9.0... how do I know it&#039;s complete?"</title>
			<link>http://mediacorecommunity.org/community/topic/db-upgrade-from-082-to-090-how-do-i-know-its-complete#post-1932</link>
			<pubDate>Tue, 26 Apr 2011 15:25:08 +0000</pubDate>
			<dc:creator>swamyg1</dc:creator>
			<guid isPermaLink="false">1932@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I just tried upgrading my DB using the command:&#60;br /&#62;
&#60;code&#62;paster setup-app yourconf.ini&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It looks like it was going smoothly untile my traceback gave me this:&#60;br /&#62;
&#60;code&#62;pkg_resources.VersionConflict: (Routes 1.12 (/usr/local/lib/python2.5/site-packages/Routes-1.12-py2.5.egg), Requirement.parse(&#38;#39;Routes==1.12.3&#38;#39;))&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any idea what this means and how I can fix it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1819</link>
			<pubDate>Tue, 19 Apr 2011 05:12:19 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1819@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have finally finished successful installation on a CentOS 5.5 Server&#60;br /&#62;
i have found a really great host that gives really good pricing for VPS&#60;/p&#62;
&#60;p&#62;This is the BEST HOST I HAVE EVER USED: &#60;a href=&#34;http://chunkhost.com/r/mediacore&#34; rel=&#34;nofollow&#34;&#62;http://chunkhost.com/r/mediacore&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;FIRST 512MB Server is FREE!!!!!&#60;br /&#62;
FULL ROOT ACCESS&#60;br /&#62;
Setup in minutes&#60;br /&#62;
Different OS to choose from as well&#60;br /&#62;
Ubuntu 8.04, 10.04, 10.10&#60;br /&#62;
Cent OS 5.5, 5.4&#60;br /&#62;
Debian 5, 6&#60;/p&#62;
&#60;p&#62;Anyway if anyone wants me to make a Cent OS 5.5 Install video I shall..I just need to know if anyone is interested
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ivan on "problems with accessing mediacore after installation"</title>
			<link>http://mediacorecommunity.org/community/topic/problems-with-accessing-mediacore-after-installation#post-1890</link>
			<pubDate>Fri, 22 Apr 2011 05:19:21 +0000</pubDate>
			<dc:creator>Ivan</dc:creator>
			<guid isPermaLink="false">1890@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello, all,&#60;/p&#62;
&#60;p&#62;I have installed latest mediacore on clean centos 5.6 with python2.4, running through all the steps in guide and have tried both modules fastcgi/wsgi for apache:&#60;/p&#62;
&#60;p&#62;a) when I try to run it via fastcgi module, and go to myhost/my_media, it shows me only index page with mediacore.fcgi file in it, nothing else happens&#60;/p&#62;
&#60;p&#62;b) when I try to run it via wsgi module, it shows me 403 forbidden on the same url.&#60;/p&#62;
&#60;p&#62;I have repeated all the installation steps once more just in the case and with the same result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "Panda Transcoding &#38; Storage Error"</title>
			<link>http://mediacorecommunity.org/community/topic/panda-transcoding-storage-error#post-1849</link>
			<pubDate>Wed, 20 Apr 2011 06:18:58 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1849@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I cannot add panda stream storage engine ... i get this error&#60;br /&#62;
The site and everything compiles without errors....but when i attempt to use the added plugin i get this from my LOGS&#60;/p&#62;
&#60;p&#62;URL: &#60;a href=&#34;http://myIPADDRESS/admin/settings/storage/new?engine_type=PandaStorage&#34; rel=&#34;nofollow&#34;&#62;http://myIPADDRESS/admin/settings/storage/new?engine_type=PandaStorage&#60;/a&#62;&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/WebError-0.10.3-py2.6.egg/weberror/evalexception.py', line 431 in respond&#60;br /&#62;
  app_iter = self.application(environ, detect_start_response)&#60;br /&#62;
File '/media_core/mediacore/config/middleware.py', line 78 in __call__&#60;br /&#62;
  return self.app(environ, start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/ToscaWidgets-0.9.9-py2.6.egg/tw/core/middleware.py', line 43 in __call__&#60;br /&#62;
  return self.wsgi_app(environ, start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/ToscaWidgets-0.9.9-py2.6.egg/tw/core/middleware.py', line 68 in wsgi_app&#60;br /&#62;
  resp = req.get_response(self.application)&#60;br /&#62;
File 'build/bdist.linux-x86_64/egg/webob/request.py', line 937 in get_response&#60;br /&#62;
File 'build/bdist.linux-x86_64/egg/webob/request.py', line 906 in call_application&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/ToscaWidgets-0.9.9-py2.6.egg/tw/core/resource_injector.py', line 68 in _injector&#60;br /&#62;
  resp = req.get_response(app)&#60;br /&#62;
File 'build/bdist.linux-x86_64/egg/webob/request.py', line 937 in get_response&#60;br /&#62;
File 'build/bdist.linux-x86_64/egg/webob/request.py', line 906 in call_application&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/repoze.who-1.0.18-py2.6.egg/repoze/who/middleware.py', line 107 in __call__&#60;br /&#62;
  app_iter = app(environ, wrapper.wrap_start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Beaker-1.5.4-py2.6.egg/beaker/middleware.py', line 152 in __call__&#60;br /&#62;
  return self.wrap_app(environ, session_start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Routes-1.12.3-py2.6.egg/routes/middleware.py', line 131 in __call__&#60;br /&#62;
  response = self.app(environ, start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Pylons-0.10-py2.6.egg/pylons/wsgiapp.py', line 124 in __call__&#60;br /&#62;
  response = self.dispatch(controller, environ, start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Pylons-0.10-py2.6.egg/pylons/wsgiapp.py', line 327 in dispatch&#60;br /&#62;
  return controller(environ, start_response)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Pylons-0.10-py2.6.egg/pylons/controllers/core.py', line 225 in __call__&#60;br /&#62;
  response = self._dispatch_call()&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Pylons-0.10-py2.6.egg/pylons/controllers/core.py', line 176 in _dispatch_call&#60;br /&#62;
  response = self._inspect_call(func)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Pylons-0.10-py2.6.egg/pylons/controllers/core.py', line 108 in _inspect_call&#60;br /&#62;
  result = self._perform_call(func, args)&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Pylons-0.10-py2.6.egg/pylons/controllers/core.py', line 60 in _perform_call&#60;br /&#62;
  return func(**args)&#60;br /&#62;
File '/media_core/mediacore/lib/decorators.py', line 120 in wrapped_f&#60;br /&#62;
  return render(tmpl, tmpl_vars=result, method='auto')&#60;br /&#62;
File '/media_core/mediacore/lib/templating.py', line 99 in render&#60;br /&#62;
  return render_stream(stream, method=method, template_name=template)&#60;br /&#62;
File '/media_core/mediacore/lib/templating.py', line 127 in render_stream&#60;br /&#62;
  return Markup(stream.render(method=method, encoding=None))&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/core.py', line 183 in render&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/output.py', line 57 in encode&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/output.py', line 339 in __call__&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/output.py', line 670 in __call__&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/output.py', line 771 in __call__&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/output.py', line 586 in __call__&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/core.py', line 288 in _ensure&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/base.py', line 605 in _include&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/markup.py', line 362 in _match&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/base.py', line 605 in _include&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/markup.py', line 327 in _match&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/markup.py', line 316 in _strip&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/base.py', line 565 in _flatten&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/base.py', line 277 in _eval_expr&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/eval.py', line 178 in evaluate&#60;br /&#62;
File '/media_core/mediacore/templates/admin/storage/edit.html', line 32 in &#38;lt;Expression u'Markup(form(form_values, engine=engine, action=form_action))'&#38;gt;&#60;br /&#62;
  &#38;lt;form py:if=&#34;form&#34; py:replace=&#34;Markup(form(form_values, engine=engine, action=form_action))&#34; /&#38;gt;&#60;br /&#62;
File '/mediacore_env/lib/python2.6/site-packages/ToscaWidgets-0.9.9-py2.6.egg/tw/core/base.py', line 544 in __call__&#60;br /&#62;
  return self.display(value, **kw)&#60;br /&#62;
File '/media_core/mediacore/plugin/MediaCore-Panda-0.9.0b3/mediacore_panda/forms/admin/storage.py', line 99 in display&#60;br /&#62;
  return StorageForm.display(self, merged_value, engine, **merged_kwargs)&#60;br /&#62;
TypeError: display() takes exactly 2 non-keyword arguments (3 given)&#60;/p&#62;
&#60;p&#62;I also re-installed the plugin using the suggestion of adding a line to the plugin&#60;br /&#62;
&#60;a href=&#34;http://mediacore.com/community/topic/panda-plugin-template-not-found#post-1760&#34; rel=&#34;nofollow&#34;&#62;http://mediacore.com/community/topic/panda-plugin-template-not-found#post-1760&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;REALLY EGAR to see the capabilities of Panda and Media-core together
&#60;/p&#62;</description>
		</item>
		<item>
			<title>louism on "installation"</title>
			<link>http://mediacorecommunity.org/community/topic/installation#post-1763</link>
			<pubDate>Wed, 13 Apr 2011 11:42:01 +0000</pubDate>
			<dc:creator>louism</dc:creator>
			<guid isPermaLink="false">1763@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;i need help installing mediacore or rather im willing to pay someone to install and configure mediacore on either amazon ec2 or rackspace for me. I contacted mediacore but have not got a response yet &#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toshka on "Several instances at one server"</title>
			<link>http://mediacorecommunity.org/community/topic/several-instances-at-one-server#post-1310</link>
			<pubDate>Sat, 19 Feb 2011 13:00:18 +0000</pubDate>
			<dc:creator>toshka</dc:creator>
			<guid isPermaLink="false">1310@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I need to run several instances of MediaCore running trough FCGI. After installing I have one problem: all instances get templates from single location. I want to use one virtual env for all instances. I tried to use different egg values in pylons config. Packages was installed also with different names, I mean name='MediaCore' was changed in setup.py script.&#60;br /&#62;
What is the right way to do such install? Should I install new virtual environment for each instance?&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Toshka.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantastic on "Internal Server Error"</title>
			<link>http://mediacorecommunity.org/community/topic/internal-server-error-1#post-1144</link>
			<pubDate>Wed, 19 Jan 2011 16:08:31 +0000</pubDate>
			<dc:creator>chantastic</dc:creator>
			<guid isPermaLink="false">1144@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;When trying to access &#60;a href=&#34;http://xxxxx.xxxxxx.com/my_media&#34; rel=&#34;nofollow&#34;&#62;http://xxxxx.xxxxxx.com/my_media&#60;/a&#62; I get an Internal Server Error.&#60;/p&#62;
&#60;p&#62;I just checked the error.logs and this is what I get. Any ideas?&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;[Wed Jan 19 16:03:06 2011] [error] [client 38.97.64.66] mod_wsgi (pid=9012): Target WSGI script '/MediaCore/deployment-scripts/mod_wsgi/mediacore.wsgi' cannot be loaded as Python module.&#60;br /&#62;
[Wed Jan 19 16:03:06 2011] [error] [client 38.97.64.66] mod_wsgi (pid=9012): Exception occurred processing WSGI script '/MediaCore/deployment-scripts/mod_wsgi/mediacore.wsgi'.&#60;br /&#62;
[Wed Jan 19 16:03:06 2011] [error] [client 38.97.64.66] Traceback (most recent call last):&#60;br /&#62;
[Wed Jan 19 16:03:06 2011] [error] [client 38.97.64.66]   File &#34;/MediaCore/deployment-scripts/mod_wsgi/mediacore.wsgi&#34;, line 12, in &#38;lt;module&#38;gt;&#60;br /&#62;
[Wed Jan 19 16:03:06 2011] [error] [client 38.97.64.66]     from paste.script.util.logging_config import fileConfig&#60;br /&#62;
[Wed Jan 19 16:03:06 2011] [error] [client 38.97.64.66] ImportError: No module named paste.script.util.logging_config
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bullsoft - Thomas on "Installing on cPanel/WHM"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-on-cpanelwhm#post-129</link>
			<pubDate>Mon, 08 Mar 2010 15:27:45 +0000</pubDate>
			<dc:creator>Bullsoft - Thomas</dc:creator>
			<guid isPermaLink="false">129@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;A client of mine wishse to install MediaCore on their hosting account. Is it possible for the client to install it via cPanel or does it require a root user to install it through SSH?&#60;/p&#62;
&#60;p&#62;Any help much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sam on "Best Linux Distro?"</title>
			<link>http://mediacorecommunity.org/community/topic/best-linux-distro#post-88</link>
			<pubDate>Thu, 28 Jan 2010 06:52:20 +0000</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid isPermaLink="false">88@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I've been having problems getting Python &#38;amp; the dependancies sorted on CentOS 5.4 so I was wondering if there was any particular distro best suited just to get Media Core up and running?&#60;/p&#62;
&#60;p&#62;Any help is much appreciated.&#60;/p&#62;
&#60;p&#62;Sam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rockbär.de on "Installation without SSH?"</title>
			<link>http://mediacorecommunity.org/community/topic/installation-without-ssh#post-1151</link>
			<pubDate>Fri, 21 Jan 2011 07:38:10 +0000</pubDate>
			<dc:creator>Rockbär.de</dc:creator>
			<guid isPermaLink="false">1151@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;My webhoster's server supports all the requirements (python etc.), except the SSH.&#60;/p&#62;
&#60;p&#62;So is it possible to install the mediacore without the SSH-access?&#60;/p&#62;
&#60;p&#62;Thanx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>halidaltuner on "Install is Complete, But, the application does not open."</title>
			<link>http://mediacorecommunity.org/community/topic/install-is-complete-but-the-application-does-not-open#post-1163</link>
			<pubDate>Sat, 22 Jan 2011 16:26:00 +0000</pubDate>
			<dc:creator>halidaltuner</dc:creator>
			<guid isPermaLink="false">1163@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I installed the application without any problems. /root/MediaCore-0.8.2 running in folder. Paster is working, connect via 127.0.0.1 says. But I can not access another computer on the network.&#60;/p&#62;
&#60;p&#62;Please help :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chantastic on "403 Forbidden Error"</title>
			<link>http://mediacorecommunity.org/community/topic/403-forbidden-error#post-1135</link>
			<pubDate>Tue, 18 Jan 2011 21:49:30 +0000</pubDate>
			<dc:creator>chantastic</dc:creator>
			<guid isPermaLink="false">1135@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;When trying to access &#60;a href=&#34;http://video.xxxxxxxxx.com/my_media&#34; rel=&#34;nofollow&#34;&#62;http://video.xxxxxxxxx.com/my_media&#60;/a&#62; I get a 403 Forbidden Error. &#34;You don't have permission to access /my_media on this server.&#34; I have narrow this down to when I add the following statement to the httpd.conf file, then restarting apache2&#60;/p&#62;
&#60;p&#62;********************************************************************************************************************************************************************************&#60;br /&#62;
# You can tweak the WSGIDaemonProcess directive for performance, but this&#60;br /&#62;
# will work for now.&#60;br /&#62;
# Relevant doc pages:&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#60;/a&#62;&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#60;/a&#62;&#60;br /&#62;
# Hint: pay attention to issues surrounding worker-mpm and prefork-mpm.&#60;/p&#62;
&#60;p&#62;WSGIDaemonProcess mcore \&#60;br /&#62;
    threads=10 \&#60;br /&#62;
    display-name=%{GROUP} \&#60;br /&#62;
    python-path=/path/to/mediacore_env/lib/python2.5/site-packages \&#60;br /&#62;
    python-eggs=/path/to/mediacore_install/data/python-egg-cache&#60;/p&#62;
&#60;p&#62;WSGIProcessGroup mcore&#60;/p&#62;
&#60;p&#62;# Intercept all requests to /my_media/* and pass them to mediacore.wsgi&#60;br /&#62;
WSGIScriptAlias /my_media /root/MediaCore//deployment-scripts/mod_wsgi/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;# Make the url accessible (just in case it's not already)&#60;br /&#62;
&#38;lt;Location &#34;/my_media&#34;&#38;gt;&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;# Make the wsgi script accessible&#60;br /&#62;
&#38;lt;Directory /root/MediaCore/deployment-scripts/mod_wsgi&#38;gt;&#60;br /&#62;
    Order allow,deny&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;# Create an exception for media and podcast image from your data directory&#60;br /&#62;
AliasMatch /my_media/images/(media&#124;podcasts)(.*) /root/MediaCore/data/images/$1$2&#60;/p&#62;
&#60;p&#62;# Create an exception for all static mediacore content&#60;br /&#62;
AliasMatch /my_media/(admin/)?(images&#124;scripts&#124;styles)(.*) /root/MediaCore//mediacore/public/$1$2$3&#60;/p&#62;
&#60;p&#62;# Create an exception for your custom appearance css and images&#60;br /&#62;
Alias /my_media/appearance /root/MediaCore//data/appearance&#60;/p&#62;
&#60;p&#62;# Make all the static content accessible&#60;br /&#62;
&#38;lt;Directory /root/MediaCore/mediacore/public/*&#38;gt;&#60;br /&#62;
    Order allow,deny&#60;br /&#62;
    Allow from all&#60;br /&#62;
    Options -Indexes&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
********************************************************************************************************************************************************************************&#60;/p&#62;
&#60;p&#62;I have checked all the correct permissions to /data and /data/tmp and its all writable to internet users. &#60;/p&#62;
&#60;p&#62;Anyone have any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks all!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aicm on "Installing flup fails 0.9.0b1"</title>
			<link>http://mediacorecommunity.org/community/topic/installing-flup-fails-090b1#post-1092</link>
			<pubDate>Fri, 14 Jan 2011 11:55:38 +0000</pubDate>
			<dc:creator>aicm</dc:creator>
			<guid isPermaLink="false">1092@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I'm not sure what this means:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;(beta_env)sh-3.2# easy_install-2.5 flup
Searching for flup
Reading &#60;a href=&#34;http://getmediacore.com/files/dependencies/&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/files/dependencies/&#60;/a&#62;

Link to &#60;a href=&#34;http://pypi.python.org/simple/flup/&#34; rel=&#34;nofollow&#34;&#62;http://pypi.python.org/simple/flup/&#60;/a&#62; ***BLOCKED*** by --allow-hosts

Couldn&#38;#39;t find index page for &#38;#39;flup&#38;#39; (maybe misspelled?)
Scanning index of all packages (this may take a while)

Link to &#60;a href=&#34;http://pypi.python.org/simple/&#34; rel=&#34;nofollow&#34;&#62;http://pypi.python.org/simple/&#60;/a&#62; ***BLOCKED*** by --allow-hosts

No local packages or download links found for flup
error: Could not find suitable distribution for Requirement.parse(&#38;#39;flup&#38;#39;)&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>postdigital on "Anybody able to do a WebFaction install for a bit of PayPal love?"</title>
			<link>http://mediacorecommunity.org/community/topic/anybody-able-to-do-a-webfaction-install-for-a-bit-of-paypal-love#post-1015</link>
			<pubDate>Fri, 17 Dec 2010 19:52:54 +0000</pubDate>
			<dc:creator>postdigital</dc:creator>
			<guid isPermaLink="false">1015@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Title says it all, really - I've tried myself, but have struggled. Just want an install to play around with over the weekend. If anybody could do this quickly, please reply and let me know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>youme on "Install mediacore on rootserver whith cherokee webserver"</title>
			<link>http://mediacorecommunity.org/community/topic/install-mediacore-on-rootserver-whith-cherokee-webserver#post-719</link>
			<pubDate>Mon, 04 Oct 2010 17:59:23 +0000</pubDate>
			<dc:creator>youme</dc:creator>
			<guid isPermaLink="false">719@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;how can i install mediacore on my dedicated server with cherokee webserver???&#60;br /&#62;
can anybody help me???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>altafhsayyed on "Installation on shared hosting"</title>
			<link>http://mediacorecommunity.org/community/topic/installation-on-shared-hosting#post-643</link>
			<pubDate>Sat, 28 Aug 2010 10:10:01 +0000</pubDate>
			<dc:creator>altafhsayyed</dc:creator>
			<guid isPermaLink="false">643@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have web hosting account on shared linux server but it don't have following components&#60;br /&#62;
libjpeg and zlib&#60;br /&#62;
Python setuptools&#60;br /&#62;
Python virtualenv&#60;/p&#62;
&#60;p&#62;After contacting support they are asking to purchase  VPS hosting.&#60;/p&#62;
&#60;p&#62;Can anyone suggest me some cheap option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gfrancom on "timeout on installation (setup.py develop)"</title>
			<link>http://mediacorecommunity.org/community/topic/timeout-on-installation-setuppy-develop#post-624</link>
			<pubDate>Wed, 25 Aug 2010 11:05:35 +0000</pubDate>
			<dc:creator>gfrancom</dc:creator>
			<guid isPermaLink="false">624@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;In my mediacore installation attempt on ubuntu with python2.6 the setup.py develop has consistently timed out while trying to download MySQL-python 1.2.2 from sourceforge.net. Here is the command line output:&#60;/p&#62;
&#60;p&#62;Searching for MySQL-python==1.2.2&#60;br /&#62;
Reading &#60;a href=&#34;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#34; rel=&#34;nofollow&#34;&#62;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.pylonshq.com/download/&#34; rel=&#34;nofollow&#34;&#62;http://www.pylonshq.com/download/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://dist.repoze.org/&#34; rel=&#34;nofollow&#34;&#62;http://dist.repoze.org/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://pypi.python.org/simple/MySQL-python/&#34; rel=&#34;nofollow&#34;&#62;http://pypi.python.org/simple/MySQL-python/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://sourceforge.net/projects/mysql-python/&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/projects/mysql-python/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://sourceforge.net/projects/mysql-python&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/projects/mysql-python&#60;/a&#62;&#60;br /&#62;
Best match: MySQL-python 1.2.2&#60;br /&#62;
Downloading &#60;a href=&#34;http://internap.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://internap.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I attempt to go to the website in my browser it doesn't come up. Is there an alternative way to get MySQL-python 1.2.2 as part of the install process?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>riccardomessina on "Install MediaCore on Netsons cPanel?"</title>
			<link>http://mediacorecommunity.org/community/topic/install-mediacore-on-netsons-cpanel#post-404</link>
			<pubDate>Tue, 25 May 2010 08:53:10 +0000</pubDate>
			<dc:creator>riccardomessina</dc:creator>
			<guid isPermaLink="false">404@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;How do I install MediaCore with cPanel by &#60;a href=&#34;http://www.netsons.com?&#34; rel=&#34;nofollow&#34;&#62;http://www.netsons.com?&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alana on "hitting a wall in installing on Dreamhost; where is mediacore.fcgi?"</title>
			<link>http://mediacorecommunity.org/community/topic/hitting-a-wall-in-installing-on-dreamhost-where-is-mediacorefcgi#post-259</link>
			<pubDate>Tue, 20 Apr 2010 12:10:41 +0000</pubDate>
			<dc:creator>Alana</dc:creator>
			<guid isPermaLink="false">259@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I’ve had no problems up until &#60;a href=&#34;http://getmediacore.com/docs/install/index.html#step-5-launch-the-built-in-server&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/docs/install/index.html#step-5-launch-the-built-in-server&#60;/a&#62; (paster serve --reload development.ini). development.ini has been edited to include the relevant MySQL information, but when i load &#60;a href=&#34;http://iwalk-media.gspaccess.org&#34; rel=&#34;nofollow&#34;&#62;http://iwalk-media.gspaccess.org&#60;/a&#62; (also tried &#60;a href=&#34;http://iwalk-media.gspaccess.org/my_media)&#34; rel=&#34;nofollow&#34;&#62;http://iwalk-media.gspaccess.org/my_media)&#60;/a&#62;, it’s just a directory list with no pages being served; no login prompt; nothing.&#60;/p&#62;
&#60;p&#62;So I don’t know what went wrong. (I am NOT a Python developer [designer experienced with deploying pre-built CMS/CRM etc], but I am good at following instructions.)&#60;/p&#62;
&#60;p&#62;Additionally, when I attempt to deploy following the instructions at &#60;a href=&#34;http://getmediacore.com/docs/install/apache-fastcgi.html&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/docs/install/apache-fastcgi.html&#60;/a&#62;, this is not making sense to me:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Third, create a directory named my_media inside your website’s document root. Copy all the files from /path/to/mediacore_install/deployment-scripts/mod_fastcgi into the new my_media directory (this includes .htaccess, mediacore.fcgi, and mediacore-restart.sh).&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I assume that '/path/to/mediacore_install/' should be replaced with my own path to where mediacore is installed, but there isn’t a 'deployment-scripts' or 'mod_fastcgi' directory or the mediacore.fcgi and mediacore-restart.sh files.&#60;/p&#62;
&#60;p&#62;In what step should these have been created?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>overflow012 on "server error when trying to run paster serve --reload development.ini"</title>
			<link>http://mediacorecommunity.org/community/topic/server-error-when-trying-to-run-paster-serve-reload-developmentini#post-134</link>
			<pubDate>Tue, 09 Mar 2010 13:50:02 +0000</pubDate>
			<dc:creator>overflow012</dc:creator>
			<guid isPermaLink="false">134@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;hi! I followed all the steps from docs, but when I try to run paster serve --reload development.ini&#60;br /&#62;
I get this message&#60;br /&#62;
WebError Traceback:&#60;br /&#62;
&#34;⇝ GenerationException: url_for could not generate URL. Called with args: () {'controller': '/admin'} &#34;&#60;br /&#62;
in localhost:8080&#60;/p&#62;
&#60;p&#62;Does anyone know?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvb on "Install mediacore in virtualenv"</title>
			<link>http://mediacorecommunity.org/community/topic/install-mediacore-in-virtualenv#post-184</link>
			<pubDate>Thu, 25 Mar 2010 04:56:15 +0000</pubDate>
			<dc:creator>nvb</dc:creator>
			<guid isPermaLink="false">184@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I have a virtualenv running with python2.5.&#60;br /&#62;
When I try to run the command: python setup.py develop I get the following error. I past the end of the eror:&#60;/p&#62;
&#60;p&#62;_imaging.c:3038: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&#60;br /&#62;
_imaging.c:3039: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token&#60;br /&#62;
_imaging.c:3041: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'functions'&#60;br /&#62;
_imaging.c:3138: warning: return type defaults to 'int'&#60;br /&#62;
_imaging.c: In function 'DL_EXPORT':&#60;br /&#62;
_imaging.c:3138: error: expected declaration specifiers before 'init_imaging'&#60;br /&#62;
_imaging.c:3149: error: expected '{' at end of input&#60;br /&#62;
error: Setup script exited with error: command 'gcc' failed with exit status 1&#60;/p&#62;
&#60;p&#62;After some research I've found that I need the package python-dev installed. But I am on a shared host, so aptitude install python-dev doesn't work. &#60;/p&#62;
&#60;p&#62;How can I install python-dev in the virtualenv? Or is there another solution? Thanks for your help!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Niels
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deep on "Using MediaCore for personal video only!"</title>
			<link>http://mediacorecommunity.org/community/topic/using-mediacore-for-personal-video-only#post-173</link>
			<pubDate>Fri, 19 Mar 2010 03:32:44 +0000</pubDate>
			<dc:creator>deep</dc:creator>
			<guid isPermaLink="false">173@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'm happy to listen that you working hardly and make efforts to make MediaCore Installation independent from using Mod_wsgi on shared hosting and make it easy with WEB Install without have access to shell.&#60;br /&#62;
I have a question on can I use MediaCore for personal videos without option for users to upload videos except from the backend (administration)?&#60;br /&#62;
I want to use MediaCore as a platform both Front-end and Back-end with Flowplayer as a Player, Wowza Media Server as a Stream Server, but disable the ability of users to upload video in my site.&#60;br /&#62;
This great platform make me happy and I waiting for upcoming release to make certain test on shared hosting (icdsoft.com).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bassel on "How to install on shared hosting, Cpanel - Hostgator hosting."</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-on-shared-hosting-cpanel-hostgator-hosting#post-167</link>
			<pubDate>Thu, 18 Mar 2010 04:15:55 +0000</pubDate>
			<dc:creator>Bassel</dc:creator>
			<guid isPermaLink="false">167@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is there a way i can install this script on a shared hosting at hostgator.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

