DreamHost offers Status.net as a 1-click install. Great step towards distributed micromessaging

I’m a pretty heavy Twitter user but I have long argued that we need the equivalent of SMTP/POP for micromessaging as we have for email. I know Twitter is great and has a great ecosystem going, but it can’t last forever. Sure a lot of us have gmail addresses, but we can still send/receive email from people who are on gmail. Right now we don’t have that ability, really, with micromessaging/Twitter. It’s a closed box.

Early on in the whole micromessaging frenzy Status.net out of Montreal developed an open-source server for messaging. Their service is Identi.ca (the server used to be called Laconi.ca, but no longer) where I’ve had a profile for a long while, but haven’t used it in ages. Pretty much because all the conversations were on Twitter and I couldn’t use Twitter clients with Identi.ca as well.

Side note: Bloggers, skipping the really bad picture at the bottom of the post. The DH post is a “teachable moment” about writing good posts. What was the really important part of the post? That Status.net is available for one-click install. Where was it? At the bottom of the post after an eye-searing image that I wish I could burn from my brain. I totally missed it. If you have a point to make. Either make it first or don’t bury it in the post as an afterthought because otherwise people will miss it.

My use of Identi.ca might not change much (I do note that I can connect my Twitter account now for seamless back-and-forth messaging), but I’m going to start toying with the server myself. I’ve wanted to for a long while, but reading the Status.net instructions for DreamHost, well I just don’t have the time right now.

Until now.

I skipped over the tongue-in-cheek post on the DreamHost blog—The Official DreamHost Blog! » Announcing…PetStatus.com!—because it didn’t get to the point quickly enough (and was below a God-awful tattoo as the last image—you’ve been warned) that Status.net is now available as a one-click install now for DH customers. Good thing I subscribe to the email newsletter too or I would have totally missed it.

So later this morning I’m going to set up my own Status.net install and experiment a bit. Oh I know that we can’t have everyone with their own micromessaging server, just like we don’t all need our own email server, but I could have my own email server on DH and be on par with all other servers. My email would come and go just like it does now on Gmail. So what I hope is that, while Twitter might stay the “gmail of micromessaging”, other servers and services will crop up to interact with Twitter. Or better Twitter becomes micromessaging client like Gmail is an email client, and we all start being able to use a more universal and interoperable set of standards.

At least that’s the goal. If it happens will depend on us and hosts supporting a critical mass of additional services/servers.

Here’s to trying.

  • Facebook
  • Twitter
  • Digg
  • Reddit
  • StumbleUpon
  • Delicious
  • Google Buzz
  • Google Reader
  • Instapaper
  • Tumblr
  • Posterous
  • Share/Bookmark
This entry was posted in Internet Life, Lifestreaming, Social Media, Technology, Web 2.0 and tagged , , , , , , . Bookmark the permalink.
  • arvychile
    DH support gave me this place to find answers, so I can configure status and add the missing admin account.

    Can you please give me a hand on this?

    Ruben

    p.s I hate those newsletters, thou once in a while they bring good news.
  • Wow, umm ... well I haven't looked at it in a while nor was terribly successful. Though I'm glad that DH thinks so highly of me.
  • arvychile
    Tris,

    Would you recommend another tweeter like software?

    Haven`t tried status, so I have no opinion on its usefulness.
  • sam
    @arvychile A better place for statusnet support is probably their support forums :)

    http://forum.status.net

    StatusNet is definitely the software you want if you're wanting to run your own microblogging (tweeter like) install.

    And as side note, @tris and any else who find they're not really excited about administering such a site on your own, don't overlook that in addition to just using identi.ca, you can also set up your own "cloud" hosted install at http://status.net/cloud and the same folks who write the software will be your personal admins.
  • Tris,
    This sentence doesn't make sense: "Sure a lot of us have gmail addresses, but we can still send/receive email from people who are on gmail. "
    I think it should say "... people who are NOT on gmail ..." ?
    Great to see DH has put this as a one click install. I'm a huge DH fan, except for their dumb newsletters etc.
  • Ah yes you are right. I must have been using that backup brain I have on the shelf ...
  • I too was happy to see StatusNet made as a one click install. However, it looks like this version is missing features. Where is the Connect > Twitter tab for example? Any idea what the initial admin user and password are when you use one click install?
  • Daniel that is part of the issue(?) with Status.net. It's a great product, and has a lot of potential, but is still for the geek set to actually run.
  • Actually, the two issues I mentioned I've already figured out; it just isn't at all straight forward. There is no initial admin user. I had to go into the mysql database and assign a role to a user.
    For Twitter... I had to edit the config.php file. I added these lines:

    addPlugin('TwitterBridge');
    $config['twitter']['enabled'] = true;
    $config['integration']['source'] = 'blahblah';
    $config['twitterbridge']['enabled'] = true;
    $config['twitter']['consumer_key'] = blahblah;
    $config['twitter']['consumer_secret'] = blahblah;

    where blahblah is what you should put there from registering your application at twitter.

    For some reason, however, I cannot get the twitter timelines to show up in my timeline.
    Also, I can't get the Twitter-compatible API to work, so I am unable to get Choqok to control my statusnet installation.

    Months ago, I tried to install statusnet on my domain before the one-click install was available. I stopped trying because there were too many missing perl libraries and because I couldn't run daemons. I guess Dreamhost now has those perl libraries included, but I don't know about the daemons...
  • sam
    The API thing is probably because your using cgi for your php (forced on all shared dreamhost web accounts.)
    The fix is to add this rewrite rule to your .htaccess file:

    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]

    I think the latest 1-click is doing this. (Also the latest 1-click fixes the no admin thing.)

    More info here:
    http://forum.status.net/discussion/311/api-not-...
  • I added that to my .htaccess file some time ago. It did not have any affect in regard to fixing my problem.
  • Yeah those daemons always get you. I think a salt circle and candles are called for in this case.

    In seriousness, status.net isn't ready for mere mortals to muck with yet. But that's okay. Eventually it will become an option like having your own pop server tied to your domain, but all configured for us.

    Well at least I hope so.
blog comments powered by Disqus