Hi, I&#39;m working on providing a free web-hosting service to local developers who need a playground. I&#39;m calling it the &quot;web hosting lending library&quot; because it works like a library. You check out one of the sites for 2 weeks and you can renew it if slots are available.<div>
<br></div><div>The service provides PHP, CGI, Rails, Django/wsgi, MySQL, MongoDB and Memcached support.</div><div><br></div><div>Currently I&#39;m only intending to allow webdav access because my initial thinking was that it minimized my security exposure. However this presents problems with cgi, rails and django. CGI because I can&#39;t figure out how to chmod+x using webdav. For to make any non-trivial apps with rails and django you need shell access to run rake db:migrate or manage.py syncdb.</div>
<div><br></div><div>So now I&#39;m stuck with figuring out a clever solution to enable devs to do these commands.</div><div><br></div><div>Or maybe I should rethink the logic behind my sense of security.</div><div><br></div>
<div>I&#39;d love to hear your thoughts on ways to accommodate solutions. I&#39;m really looking for something easy to setup and maintain to provide this service to people that I have a moderate level of trust in.</div><div>
<br></div><div>BTW, I&#39;m calling this a limited beta now. If you&#39;re interested in trying it out, please contact me and I&#39;ll set you up. I&#39;m working on the disclaimer still but it&#39;s going along the lines of &quot;don&#39;t screw up my server or do stupid stuff like spam people; it&#39;s only for dev / experimenting purposes.&quot;</div>
<div><br></div><div>I&#39;ve talked to numerous people who want to try out mongo or rails or django and need some semi-public playground, so that&#39;s what this is aiming to provide.<br clear="all"><br>-- <br>Matthew Nuzum<br>
newz2000 on freenode, skype, linkedin, <a href="http://identi.ca">identi.ca</a> and twitter<br><br>&quot;Never stop learning&quot; –Robert Nuzum (My dad)<br>
</div>