<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>sdziallas talks</title>
    <link rel="alternate" type="text/html" href="http://sdziallas.com/blog/sebastian/" />
    <link rel="self" type="application/atom+xml" href="http://sdziallas.com/blog/sebastian/atom.xml" />
    <id>tag:sdziallas.com,2010-03-27:/blog/sebastian//2</id>
    <updated>2010-01-01T12:36:37Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.0rc3</generator>

<entry>
    <title>TypePad Motion coming...</title>
    <link rel="alternate" type="text/html" href="http://sdziallas.com/blog/sebastian/2009/10/typepad-motion-coming.html" />
    <id>tag:sdziallas.com,2009:/blog/sebastian//2.4</id>

    <published>2009-10-30T22:00:00Z</published>
    <updated>2010-01-01T12:36:37Z</updated>

    <summary>...to a Fedora installation near you. Yes, that&#39;s true. TypePad Motion, that got announced earlier this month, is now in Fedora 11 and 12, as well as in EPEL 5 (testing for now). Basically, it&#39;s a microblogging platform writting in...</summary>
    <author>
        <name>Sebastian Dziallas</name>
        
    </author>
    
        <category term="English" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Fedora" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Typepad" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-us" xml:base="http://sdziallas.com/blog/sebastian/">
        <![CDATA[<p>...to a Fedora installation near you. Yes, that&#39;s true. TypePad Motion, that got <a href="http://www.sixapart.com/blog/2009/10/typepad-platform-and-typepad-motion.html">announced</a> earlier this month, is now in Fedora 11 and 12, as well as in EPEL 5 (testing for now). Basically, it&#39;s a microblogging platform writting in Python and based on Django. And <a href="http://motion.typepad.com/">that&#39;s</a> how it looks like. Want to give it a try? <i>yum install typepad-motion</i> does the trick.<br /><br />Then you can directly run <i>django-admin typepadproject mymotion --settings=motion.settings</i> which will give you a folder called mymotion in your current directory. Switching to this folder and running <i>python manage.py runserver </i>should already get you an idea whether it&#39;s working. Entering <a href="http://127.0.0.1:8000/">http://127.0.0.1:8000</a> in your webbrowser is also a good idea, in case you&#39;re trying this locally. Works? Congrats! What&#39;s next?<br /><br />You&#39;ll need to adjust the local_settings.py file with an editor of your choice. Especially important are the OAuth credentials: There, you&#39;ll need to enter your keys &amp; secrets for the TypePad API, which you can get here: <a href="http://www.typepad.com/account/access/api_key">http://www.typepad.com/account/access/api_key</a><br /><br />Finally, get the database Motion uses set up: <i>python manage.py syncdb</i><br /><br />That&#39;s it. Now you can get your development server running again, using the command above. For more docs, <a href="http://developer.typepad.com/">developer.typepad.com</a> is usually a good place to look, for example when it comes to customizing your Motion instance. Have fun!</p>]]>
        
    </content>
</entry>

</feed>

