Sent from my iPhone
+1, it would be great if we could port it to Jaxer w/Moo. Seriously, I
would pay for the hosting....
-- Sandy
As much as I'd love to contribute some code, Python is just not my
poison.
And instructions to fire up mooshell locally are fixed now. Just check http://github.com/zalun/mooshell/ look in Wiki pages. I tried to make it as easy as possible.
On Oct 23, 2009 4:45 PM, "Aaron Newton" <aa...@iminta.com> wrote:
I find it's always nice to have an excuse to learn a new programming language. Adding a feature to MooShell is a way for you to add a line to your resume. The Django tutorials and the Python book (online for free) are really awesome. Python isn't that hard to get the hang of (at least the basics).
On Fri, Oct 23, 2009 at 2:15 AM, cbolson <ch...@cbolson.com> wrote: > > > Excellent, "update" and ...
Regards
Rajeev J Sebastian
Django is one of the best documented pieces of software out there. Kindly see
http://djangoproject.com/documentation/
You do not need a server or anything to run django. In fact, its
easier than php to get started with django. I don't know from where
you got your info, but it must've been really misleading.
Piotr has already documented how to get started with mooshell. Once
you have downloaded all the deps (of which there are only very few),
you can simply do:
python ./manage.py runserver
... and browse to localhost:8000 in your favorite browser.
As for hosting, there are a number of hosting options. My favorite is
to run django in a VPS with nginx+fastcgi and postgresql.
As far as PHP is concerned ... lets not even go there ...
Regards
Rajeev J Sebastian
Django and similar frameworks do have an enormous hump for many.
Believe me, it's worth it.
Again, I don't do anything in Django but I know it's really similar to
Rails. I can do stuff in rails in 10 minutes what took me 10 days in
php. It'll be worth your time to figure it out.
Ryan Florence
[Writing TextMate Snippets] ( http://blog.flobro.com/ )
2009/10/27 Piotr Zalewa <zal...@gmail.com>:
2009/11/6 Aaron Newton <aa...@iminta.com>: