<?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: deployment - Recent Posts</title>
		<link>http://mediacorecommunity.org/community/tags/deployment</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 02:34:33 +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/deployment" rel="self" type="application/rss+xml" />

		<item>
			<title>Felix Schwarz on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3534</link>
			<pubDate>Tue, 07 Feb 2012 14:16:30 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">3534@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Usually the problem is either in your Apache config or user permissions (the Apache user may not be able to access /mediacore_install).&#60;/p&#62;
&#60;p&#62;&#38;gt; Do the two need to see each other? Does something need to be &#34;recognized&#34;? Whether that's apache + mod_wsgi. or apache + the VH include...&#60;/p&#62;
&#60;p&#62;I'm not sure I understood you completely.&#60;/p&#62;
&#60;p&#62;Basically mod_wsgi is an Apache module and needs to be configured in a virtualhost context. If you installed mod_wsgi through your distribution, I assume it'll be loaded by Apache (otherwise you'd get an error when you try to use mod_wsgi options like &#34;WSGIDaemonProcess&#34;).&#60;/p&#62;
&#60;p&#62;Did you check that your &#34;vhost include&#34; actually has any effect? Can you try configuring something completely independent of MediaCore (e.g. a simple alias for a static file) and try if that works?&#60;/p&#62;
&#60;p&#62;Also please check your Apache logs if it says something there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nbruzzi on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3533</link>
			<pubDate>Tue, 07 Feb 2012 11:48:46 +0000</pubDate>
			<dc:creator>nbruzzi</dc:creator>
			<guid isPermaLink="false">3533@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Do the two need to see each other?  Does something need to be &#34;recognized&#34;?  Whether that's apache + mod_wsgi.  or apache + the VH include...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nbruzzi on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3532</link>
			<pubDate>Tue, 07 Feb 2012 11:43:33 +0000</pubDate>
			<dc:creator>nbruzzi</dc:creator>
			<guid isPermaLink="false">3532@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Felix,&#60;/p&#62;
&#60;p&#62;Unfortunately, as I remove/rename the .htaccess file, I still receive a 404.  It seems as though, that the problem is not getting access to MediaCore, but actually deploying it.  It runs fine through the built in paster web server.  Say I run &#34;paster serve --reload deployment.ini&#34;, I can then check out my installation at &#34;http://my-ip:8080&#34;... But as I read here:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
MediaCore CE is WSGI-based so there are many possible ways to deploy it. The built in Paste server does a great job for development, but you may want to run MediaCore CE from a more performant web server.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;I have mod_wsgi installed, and as I previously mentioned above, I have already created a VirtualHost include.  I seem to be one step from completion!&#60;/p&#62;
&#60;p&#62;Thank you again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3531</link>
			<pubDate>Tue, 07 Feb 2012 10:06:47 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">3531@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Very likely you have to modify your .htaccess so that MediaCore requests are not forwarded to WordPress' index.php. Try renaming your .htaccess and check if MediaCore works (if it does, the issue is within the .htaccess).&#60;/p&#62;
&#60;p&#62;Probably you have to add a RewriteCond here:&#60;br /&#62;
 RewriteCond %{REQUEST_FILENAME} -f [OR]&#60;br /&#62;
 RewriteCond %{REQUEST_FILENAME} -d
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nbruzzi on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3530</link>
			<pubDate>Mon, 06 Feb 2012 13:09:28 +0000</pubDate>
			<dc:creator>nbruzzi</dc:creator>
			<guid isPermaLink="false">3530@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;-bash: getenforce: command not found&#60;/p&#62;
&#60;p&#62;Also, instead of &#34;my_media&#34;, I used &#34;watch&#34;.&#60;br /&#62;
And I left my MC install directory as &#34;mediacore_install&#34;.&#60;/p&#62;
&#60;p&#62;This is my VirtualHost include:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
WSGIDaemonProcess mcore \&#60;br /&#62;
    threads=10 \&#60;br /&#62;
    display-name=%{GROUP} \&#60;br /&#62;
    python-path=/mediacore_env/lib/python2.5/site-packages \&#60;br /&#62;
    python-eggs=/mediacore_install/data/python-egg-cache&#60;/p&#62;
&#60;p&#62;WSGIProcessGroup mcore&#60;/p&#62;
&#60;p&#62;WSGIScriptAlias /watch /mediacore_install/deployment-scripts/mod_wsgi/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;&#38;lt;Location &#34;/watch&#34;&#38;gt;&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;Directory /mediacore_install/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;AliasMatch /watch/images/(media&#124;podcasts)(.*) /mediacore_install/data/images/$1$2&#60;/p&#62;
&#60;p&#62;AliasMatch /watch/(admin/)?(images&#124;scripts&#124;styles)(.*) /mediacore_install/mediacore/public/$1$2$3&#60;/p&#62;
&#60;p&#62;Alias /watch/appearance /mediacore_install/data/appearance&#60;/p&#62;
&#60;p&#62;&#38;lt;Directory /mediacore_install/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;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Also, I am running Wordpress multisite.  My current .htaccess file looks like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteRule ^index\.php$ - [L]&#60;/p&#62;
&#60;p&#62;# uploaded files&#60;br /&#62;
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]&#60;/p&#62;
&#60;p&#62;# add a trailing slash to /wp-admin&#60;br /&#62;
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]&#60;/p&#62;
&#60;p&#62;RewriteCond %{REQUEST_FILENAME} -f [OR]&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} -d&#60;br /&#62;
RewriteRule ^ - [L]&#60;br /&#62;
RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content&#124;admin&#124;includes).*) $1 [L]&#60;br /&#62;
RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]&#60;br /&#62;
RewriteRule . index.php [L]
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3529</link>
			<pubDate>Mon, 06 Feb 2012 12:48:27 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">3529@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Which URL use? The standard deployment from the docs uses &#60;a href=&#34;http://yourdomain/my_media&#34; rel=&#34;nofollow&#34;&#62;http://yourdomain/my_media&#60;/a&#62; (you can change that easily though).&#60;/p&#62;
&#60;p&#62;Also check that SElinux is not in enforcing mode (run the 'getenforce' command) and have a look at your Apache/vhost error log.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nbruzzi on "Deployment Issues (Apache &#38; mod_wsgi)"</title>
			<link>http://mediacorecommunity.org/community/topic/deployment-issues-apache-mod_wsgi#post-3528</link>
			<pubDate>Mon, 06 Feb 2012 12:07:09 +0000</pubDate>
			<dc:creator>nbruzzi</dc:creator>
			<guid isPermaLink="false">3528@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;With no knowledge of what I am actually doing - (I am a complete beginner when it comes to anything of this nature) - I have MediaCore up and running on a VPS (CENTOS 6.2 i686).  I am having issues with deployment though.  As stated in &#34;Note 3&#34; from the instructions &#60;a href=&#34;http://mediacorecommunity.org/docs/install/apache-wsgi.html&#34;&#62;here&#60;/a&#62;, I have added a VirtualHost include with the additional lines needed, changed to meet my installation of course.&#60;/p&#62;
&#60;p&#62;Currently, I still receive a 404.... what might be the problem?  Apparently with my lack of any foundational knowledge in anything web related there is something I am missing! :)&#60;/p&#62;
&#60;p&#62;Help would be greatly appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sixinco on "Problem with Apache and mod_fastcgi"</title>
			<link>http://mediacorecommunity.org/community/topic/problem-with-apache-and-mod_fastcgi#post-3274</link>
			<pubDate>Thu, 03 Nov 2011 13:19:20 +0000</pubDate>
			<dc:creator>sixinco</dc:creator>
			<guid isPermaLink="false">3274@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;It seems fixed now, only layout is a bit messed up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sixinco on "Problem with Apache and mod_fastcgi"</title>
			<link>http://mediacorecommunity.org/community/topic/problem-with-apache-and-mod_fastcgi#post-3271</link>
			<pubDate>Wed, 02 Nov 2011 13:47:30 +0000</pubDate>
			<dc:creator>sixinco</dc:creator>
			<guid isPermaLink="false">3271@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have a new problem, I get a strange error:&#60;/p&#62;
&#60;p&#62;[Wed Nov 02 19:07:17 2011] [crit] (13)Permission denied: FastCGI: can't create (dynamic) server &#34;/var/www/.../my_media/mediacore.fcgi &#60;/p&#62;
&#60;p&#62;What can it be and how do I solve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atmediacore on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-3270</link>
			<pubDate>Wed, 02 Nov 2011 09:56:58 +0000</pubDate>
			<dc:creator>atmediacore</dc:creator>
			<guid isPermaLink="false">3270@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Thanks @aicm, i can be emailed at &#60;a href=&#34;mailto:yicl.projects@gmail.com&#34;&#62;yicl.projects@gmail.com&#60;/a&#62;.&#60;br /&#62;
looking forward to the new steps.
&#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-3266</link>
			<pubDate>Mon, 31 Oct 2011 09:25:41 +0000</pubDate>
			<dc:creator>aicm</dc:creator>
			<guid isPermaLink="false">3266@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;@turkpixel, @atmediacore I am sorry for the late reply. There's no way to subscribe to this topic so I don't get notifications. I check the RSS feed every now and then... Sorry.&#60;/p&#62;
&#60;p&#62;I can help you both and am willing to rewrite the steps to update the tutorial. @turk I'll email you in a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RobGoretsky on "0.8.2 wsgi deployment - httpd.conf invalid command &#039;allow&#039; error"</title>
			<link>http://mediacorecommunity.org/community/topic/082-wsgi-deployment-httpdconf-invalid-command-allow-error#post-3219</link>
			<pubDate>Tue, 13 Sep 2011 23:12:18 +0000</pubDate>
			<dc:creator>RobGoretsky</dc:creator>
			<guid isPermaLink="false">3219@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Just wanted to thank 'aicm' and Nathan for their posts - I found this when Googling for the same issue - .  I found that I was hitting the same error, also when trying to configure MediaCore on WebFaction using mod_WSGI:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
Syntax error on line 49 of /home/aicm/webapps/mediacore_wsgi/apache2/conf/httpd.conf:&#60;br /&#62;
Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server conf&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The solution for me was to just add these lines directly under the other &#34;LoadModule&#34; lines in httpd.conf:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
LoadModule authz_host_module       modules/mod_authz_host.so&#60;br /&#62;
LoadModule alias_module      modules/mod_alias.so&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I also commented out the WSGIDaemonProcess line that was created by WebFaction.. Then,  I restarted Apache and everything worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atmediacore on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-3164</link>
			<pubDate>Wed, 24 Aug 2011 08:09:16 +0000</pubDate>
			<dc:creator>atmediacore</dc:creator>
			<guid isPermaLink="false">3164@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Thanks @aicm for the response. I still have issues with running on webfaction. Almost abandoned the project. Your help is still needed and will be appreciated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turkpixel on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2998</link>
			<pubDate>Sat, 30 Jul 2011 05:33:32 +0000</pubDate>
			<dc:creator>turkpixel</dc:creator>
			<guid isPermaLink="false">2998@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;@aicm i have a webfraction account also I tried to install it following your installation guide as above but no luck could you contact with me via my email thank you &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;mailto:turkpixel@gmail.com&#34;&#62;turkpixel@gmail.com&#60;/a&#62;
&#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-2973</link>
			<pubDate>Wed, 27 Jul 2011 22:57:45 +0000</pubDate>
			<dc:creator>aicm</dc:creator>
			<guid isPermaLink="false">2973@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;@atmediacore sorry for the late reply. That meant for me that I didn't make the modifications to apache.conf or if I did, I forgot to restart it. Hopefully you figured it out by now. I have a media core installation running on web faction right now. Let me know if you still need help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turkpixel on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2927</link>
			<pubDate>Sat, 23 Jul 2011 09:50:11 +0000</pubDate>
			<dc:creator>turkpixel</dc:creator>
			<guid isPermaLink="false">2927@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;nice guide thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atmediacore on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2771</link>
			<pubDate>Fri, 08 Jul 2011 01:59:33 +0000</pubDate>
			<dc:creator>atmediacore</dc:creator>
			<guid isPermaLink="false">2771@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'd like to know who has a working version of mediacore on webfaction. I've followed all the installation instructions and now get this, instead of a mediacore site;&#60;/p&#62;
&#60;p&#62;Welcome to your mod_wsgi website! It uses:&#60;/p&#62;
&#60;p&#62;Python 2.5.4 (r254:67916, Nov 22 2010, 23:13:26)&#60;br /&#62;
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]&#60;/p&#62;
&#60;p&#62;Can anyone tell me what is wrong here, pls.
&#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-2194</link>
			<pubDate>Mon, 23 May 2011 13:27:46 +0000</pubDate>
			<dc:creator>aicm</dc:creator>
			<guid isPermaLink="false">2194@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello guys, the reason why I compiled my own MySQLd is to be able to search in mediacore. Until mediacore is able to search without needing fulltext search database triggers you are stuck having to compile your own mysqld. Webfaction does not allow root level access to their mysql server... I have also tried to get them to issue the command as root and they are not willing to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edsonsantoro on "Issues deploying MediaCore 9"</title>
			<link>http://mediacorecommunity.org/community/topic/issues-deploying-mediacore-9#post-2190</link>
			<pubDate>Mon, 23 May 2011 03:50:32 +0000</pubDate>
			<dc:creator>edsonsantoro</dc:creator>
			<guid isPermaLink="false">2190@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;EDITED: IT WORK!! UHHUUUUU!!! I'VE EDITED THE HTACCESS FILE AND NOW IT WORKXXX MAN!!! THX&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Hey guys,

I&#38;#39;m trying to install mediacore again, and, I&#38;#39;m almost there!
Now, when I head to &#60;a href=&#34;http://www.iigdjapan.com/my_media&#34; rel=&#34;nofollow&#34;&#62;http://www.iigdjapan.com/my_media&#60;/a&#62;, the browser can&#38;#39;t render the styles, like css or something like that...

Everything is operational, only styles aren&#38;#39;t rendered......
Any idea ?&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2187</link>
			<pubDate>Mon, 23 May 2011 02:28:17 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">2187@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;The FAQ is purely maintained by SimpleStation so I guess we have to wait until Jeremy picks that up (I can send pull requests for the normal docs).&#60;/p&#62;
&#60;p&#62;As for the DB: There are two things to the DB - first you need to create the actual DB (MediaCore doesn't handle that but usually your hoster provides tools), second the DB schema/initial data needs to be filled in. And yes, the latter is done by MediaCore if you put the correct connection string in the config file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e-singh on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2184</link>
			<pubDate>Sun, 22 May 2011 18:16:59 +0000</pubDate>
			<dc:creator>e-singh</dc:creator>
			<guid isPermaLink="false">2184@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Oh man.... Just found out that they do have MySql installed on the server by default and one can just add databases. I think that you are right, it is possible. Hopefully, if I have to do it again then I would try to use the installed mySQL server. However, if I wanted to set up the database on the existing mySQL server, then its only the DB connection string that I have to change in the deployement.ini and install the triggers right?&#60;/p&#62;
&#60;p&#62;It's better to update this page, which is the source of the confusion (Question no. 3) &#60;a href=&#34;http://mediacore.com/faq&#34; rel=&#34;nofollow&#34;&#62;http://mediacore.com/faq&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2183</link>
			<pubDate>Sun, 22 May 2011 17:44:58 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">2183@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;sorry for the confusion, but you don't need MySQL root access, just SSH (with root access or all libraries installed).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e-singh on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2182</link>
			<pubDate>Sun, 22 May 2011 17:28:17 +0000</pubDate>
			<dc:creator>e-singh</dc:creator>
			<guid isPermaLink="false">2182@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;No, they did have MySql which I could install but I am not sure that it would have installed it on the root as the requirements stated that MediaCore needed mySql root access. So because I was following the tutorial, I did it that way. It was challenging enough as it is so I wasn't in the going to be adventrous and try anything new as SSH shell is a new teritory for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2180</link>
			<pubDate>Sun, 22 May 2011 16:10:48 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">2180@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;e-singh: Glad, it worked out for you :-)&#60;/p&#62;
&#60;p&#62;So you're saying on WebFaction there is no MySQL installed? So you had to compile it yourself?&#60;br /&#62;
(I'm asking this because I'm often asked for a US-based hoster for MediaCore and so far I though WebFaction is one of the better ones which provide the usual stuff like MySQL).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e-singh on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2179</link>
			<pubDate>Sun, 22 May 2011 15:50:58 +0000</pubDate>
			<dc:creator>e-singh</dc:creator>
			<guid isPermaLink="false">2179@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Thanks Felix for your valuable comments. Apart from MySQL everything was installed by WebFaction so that's good and I finally did get it working after about 18 hours of hard work. lol&#60;/p&#62;
&#60;p&#62;I realised that the mod_wsgi/mediacore.wsgi I was linking to deployment_config = '/path/to/mediacore_install/deployment.ini' but I hadn't created the deployment.ini file. &#60;/p&#62;
&#60;p&#62;So finally now I can start experimenting with mediaCore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2172</link>
			<pubDate>Sun, 22 May 2011 00:46:17 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">2172@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;As a Fedora Packager and sysadmin I'd say: Never compile MySQL, Python or Apache yourself! (and as a professional sysadmin you'll know when exceptions apply and which disadvantages there will be to compiling yourself)&#60;/p&#62;
&#60;p&#62;I don't know WebFaction but whatever is installed there should be ok. That way you can also skip the libmysqlclient from the tutorial above.&#60;br /&#62;
fs
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e-singh on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2170</link>
			<pubDate>Sat, 21 May 2011 23:28:23 +0000</pubDate>
			<dc:creator>e-singh</dc:creator>
			<guid isPermaLink="false">2170@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Don't worry. I figured it out eventually. It doesn't work with 5.5 mySql so I  used 5.1 instead and also realised that it has to be the source code. &#60;/p&#62;
&#60;p&#62;Also the instructions -S=$HOME/mysql/mysql.sock are slightly incorrect. There should be no equal sign. It should be just (without the equal sign) -S $HOME/mysql/mysql.sock&#60;/p&#62;
&#60;p&#62;However, I am stuck on the last bit. Linking the apache server with mediacore. I'm not quite sure that the last custom app that we create, do we set the port number that it gives us under the [server:main] and also should we replace the host with something else or leave it as 127.0.0.1 (localhost) in the developement.ini file?&#60;/p&#62;
&#60;p&#62;Also, when modifying the httpd.conf do we need to delete something and does the order of the tags matter that we are required to copy for mediacore?&#60;/p&#62;
&#60;p&#62;The main problem that I am having is that even though I have done the installation bit, I don't know how to access mediacore via the browser?&#60;/p&#62;
&#60;p&#62;Any help would be appretiated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e-singh on "How to Install MediaCore on Webfaction"</title>
			<link>http://mediacorecommunity.org/community/topic/how-to-install-mediacore-on-webfaction#post-2166</link>
			<pubDate>Sat, 21 May 2011 06:58:50 +0000</pubDate>
			<dc:creator>e-singh</dc:creator>
			<guid isPermaLink="false">2166@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Thanks Aicm for the step by step guid. However, I am stuck at Step 2 when I am trying to run the command   &#60;/p&#62;
&#60;p&#62;./configure --prefix=$HOME/mysql&#60;/p&#62;
&#60;p&#62;It says that no such file or direcotry but I am just wondering could it be due to the fact that I don't have the right tar.gz files. I download the files for Linxu - General. &#60;/p&#62;
&#60;p&#62;As I try the next command &#34;make&#34; to see what kind of result I would get but it produced an error &#34;No target found or no makefile found&#34;. I am in the right directory that got extracted. Any help would be appreatiated. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edsonsantoro on "Issues deploying MediaCore 9"</title>
			<link>http://mediacorecommunity.org/community/topic/issues-deploying-mediacore-9#post-2148</link>
			<pubDate>Fri, 20 May 2011 03:48:47 +0000</pubDate>
			<dc:creator>edsonsantoro</dc:creator>
			<guid isPermaLink="false">2148@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Felix,&#60;/p&#62;
&#60;p&#62;Permission to mediacore.fcgi is set to 755. I don't know what you mean 'file ownership'...sorry...&#60;/p&#62;
&#60;p&#62;About FastCGI I asked again to support if I can install related modules if not present.&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Felix Schwarz on "Issues deploying MediaCore 9"</title>
			<link>http://mediacorecommunity.org/community/topic/issues-deploying-mediacore-9#post-2147</link>
			<pubDate>Fri, 20 May 2011 03:01:21 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">2147@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;&#38;gt; fopen: Permission denied&#60;/p&#62;
&#60;p&#62;That seems to be the problem – which permissions are set your &#34;mediacore.fcgi&#34;? Also file ownership might be a problem.&#60;/p&#62;
&#60;p&#62;&#38;gt; Looking is Support page, they said me: FastCGI is set up as a module that can be enabled via&#60;br /&#62;
&#38;gt; your .htaccess. You can add this line for enabling that:&#60;br /&#62;
&#38;gt; `# Use PHP5CGI as default&#60;br /&#62;
&#38;gt; AddHandler fcgid-script .php`&#60;/p&#62;
&#60;p&#62;Ignore that, that's only related to PHP which is not used by MediaCore.&#60;/p&#62;
&#60;p&#62;fs
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

