<br><br><div class="gmail_quote">On Thu, Jan 10, 2013 at 3:33 PM, Gabe Rubin <span dir="ltr">&lt;<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br><br><div class="gmail_quote"><div><div class="h5">On Sat, Jan 5, 2013 at 11:15 AM, Jon Heizer <span dir="ltr">&lt;<a href="mailto:jheizer@gmail.com" target="_blank">jheizer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<br><div class="gmail_quote"><div><div>On Fri, Jan 4, 2013 at 8:16 PM, Gabe Rubin <span dir="ltr">&lt;<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





This looks awesome, but the install directions are geared towards a debian install.  Are there instructions for Fedora?  I seem to be missing some of the packages and can&#39;t figure out their fedora equivalents (specifically: libapache2-mod-mono  mono-apache-server4).<br>







<br>I also get hung up on these steps:<br><br>sudo chown www-data:www-data /var/www/mobilemyth -R (I get: chown: invalid user: `www-data:www-data&#39;)<br><br>sudo mv mobilemyth-apache-config /etc/apache2/sites-available/mobilemyth (I obviously don&#39;t have an apache2 directory, and seeing nothing equivalent in /etc/httpd/)<br>







<br>sudo a2ensite mobilemyth (I get: -bash: a2ensite: command not found)<br><br>Obviously these are critical steps as when I go to <a href="http://192.168.1.101:8080/mobilemyth/" target="_blank">http://192.168.1.101:8080/mobilemyth/</a> I get a webpage that just shows me the files contained in that directory.<br>







<br>Really looking forward to trying it out and thanks for putting in the time to develop it.<br><br></blockquote></div></div><div>Sorry I have been a debain person for far too long.  I can try to setup a VM and write up some directions at some point.  If you get it figured out and wold be willing to write it up I can add it to the site.</div>



<span><font color="#888888">

<div><br></div><div>Jon</div></font></span></div></blockquote></div></div><div><br><br>I got this setup on my fedora machine.  Here are the steps I took.  I am pretty sure this is all I needed to do to get it up and running on my system; however, I am relying on the history command and may have forgotten some other steps I took.<br>



<br>yum install unzip mono-extras.i686  mono-core.i686 mono-basic.i686 mono-basic-devel.i686  httpd mod_mono mono-web<br><br>wget -O latest.zip <a href="https://github.com/jheizer/MobileMyth/blob/master/release/latest.zip?raw=true" target="_blank">https://github.com/jheizer/MobileMyth/blob/master/release/latest.zip?raw=true</a><br>



<br>unzip latest.zip -d /var/www/html/<br><br>wget <a href="https://raw.github.com/jheizer/MobileMyth/master/release/mobilemyth-apache-config" target="_blank">https://raw.github.com/jheizer/MobileMyth/master/release/mobilemyth-apache-config</a><br>



<br>Edit this file to make sure the paths are correct.  I had to edit the path for where mobilemyth is on my system, the path given in the file from github is /var/www/mobilemyth, whereas my system is /var/www/html/mobilemyth.  You may need to edit some other lines here.  The two specific lines I edited now read as follows:<br>



Alias /mobilemyth &quot;/var/www/html/mobilemyth&quot;<br>MonoApplications mobilemyth &quot;/mobilemyth:/var/www/html/mobilemyth&quot;<br><br>mv mobilemyth-apache-config /etc/httpd/conf.d/mobilemyth.conf<br><br>chown apache:apache /var/www/html/mobilemyth/ -R<br>



<br>service httpd restart<br><br>Then browse to <a href="http://webserver/mobilemyth" target="_blank">http://webserver/mobilemyth</a> and set it up.  The rest, I was able to get from the website.<br><br>It is working for me.  I still have some issues to work out and have to use lowest bitrate given my system limitations.  This may prompt me to put in a beefier processor in the computer.<br>

<br></div></div></blockquote><div><br></div><div>Thanks!  These have been added to the site.</div><div><br></div><div>Jon </div></div>