Posted: Jun 29, 2009
in videos, webbynode
By Felipe Coury
Posted: Jun 25, 2009
in webbynode
By Felipe Coury
Quick Tip: Manager keyboard shortcuts
We noticed many of our users aren’t aware that our Webby Manager has nice keyboard shortcuts to manage repetitive tasks.
All you have to do is press ‘h’ from anywhere within the manager and then a context-sensitive dialog will popup with all the available shortcuts.
Here’s an example:

Posted: Jun 24, 2009
in webbynode
By Felipe Coury
RailsEnvy Podcast
RailsEnvy’s Jason Seifer & Gregg Pollack just released last week’s Podcast that features our Official Launch. We were lucky enough to be featured on the same day Obie Fernandez was their co-host.
If you haven’t already, go listen to what they say about us: http://bit.ly/uD2hi
Thanks guys!
Posted: Jun 20, 2009
in webbynode
By Felipe Coury
Webbynode API is Live!
I am thrilled to announce we just released the first version of our Webbynode API. This first version includes basic Client information, Webby actions and DNS (Zones and Records) management.
If you go to your account section, you’ll notice that besides the usual information there is a new API Token entry:

To understand what you can currently do with the API, download the Webbynode API Guide:
http://howto.webbynode.com/topic.php?id=25
And don’t forget to give your feedback, so we can tailor the next versions based on your wishes. Here’s a forum post on this subject:
http://forum.webbynode.com/topic.php?id=6
Go give us your feedback!
Posted: Jun 19, 2009
in All Posts, rails, ReadyStacks
By Travis
Rails ReadyStack Step 1
You’ve probably already seen our Rails ReadyStack in our launch screen cast. If you haven’t, go check it out. I’ll be covering it in writing here. I’ll go over each of the options in brief, then cover them in more detail following the steps you would take during a redeploy.

Posted: Jun 17, 2009
in webbynode
By Carlos Taborda
New Community Forums & Howto Articles
Our community has always been amazing. Following the Official Launch, we received a lot of input from you, and with that in mind we decided it was time to redesign our Community Forums which are now available in an all new style for your social interacting pleasure.
But if you thought that was all, step back for a moment. While ReadyStacks make it much easier and faster to deploy your apps, and Community stacks are yet to bring even more charm to this process, we understand that there is a lot of power and customization potential hidden in Webbies. For this reason we created a Howto Articles section, where we will regularly post articles on topics that you (yes, that’s Y-O-U) suggest. If you would like to contribute please send your ideas at mario@webbynode.com
Of course, please feel invited to visit our IRC channel located on Freenode (irc.freenode.net) #webbynode where we talk about hosting, rails, ducks and various other interesting subjects.
Posted: Jun 17, 2009
in general
By Carlos Taborda
GitHub API v2 in Ruby
This is a Major update to octopi library (that is a Ruby interface for the GitHub API v2). Written by Webbynode’s Felipe Coury.
Gem installation
Yes! Now you can install octopi as a Gem:
$ sudo gem install fcoury-octopi --source http://gems.github.com
Progress
I am now focusing on having complete coverage of the API features that anyone can do as an anonymous user (not authenticated to GitHub, that is).
Once this part is done we’ll start working on features that requires authentication.
Some code snippets for your delight:
User API
Getting user information
# user information u = User.find("fcoury") puts "#{u.name} followed by #{u.followers.join(", ")}, following #{u.following.join(", ")}"
Posted: Jun 16, 2009
in All Posts, ReadyStacks
By Travis
LAMP ReadyStack
With our LAMP ReadyStack we start with a fresh Ubuntu 8.10 install then configure apache2 to server your applications. MySQL is installed as your database server. You have your choice of languages: PHP, Python or Perl.

Posted: Jun 13, 2009
in All Posts
By Carlos Taborda
Rails Inside Review
We’re flattered! Peter Cooper from Rails Inside posted an amazing review on Webbynode. We want to express our gratitude for putting together such a great post for the Rails developer community.

We have also been getting tons of great feedback from new users and others from Twitter.
Keep the feedback coming, Thanks!
Posted: Jun 12, 2009
in All Posts, ReadyStacks
By Travis
Django ReadyStack
Our base Django ReadyStack gives you a few options for redeploying your Webby with a ready to go Django environment.

