Submitted by sean on Fri, 06/27/2008 - 12:40am
Look at your watch.
Fifteen minutes from now you could be running any of the JumpBoxes that are now available as public beta AMI's on Amazon's EC2 service. As the least technical person in our office, I've known what EC2 is in the abstract sense for awhile now. Let me say it was extremely satisfying to finally fire up a JumpBox on EC2 and see how that service works first hand. I took screenshots of the entire process start to finish (which took just under 15min) in order to share here for anyone else who might be as daunted by EC2 as I was.
It should be noted that EC2 as a web hosting mechanism has some flaws (no persistent disk storage so if you're node dies you can lose data not to mention your app can come back up under another IP address and disappear from its domain- this is not a hosting substitute for critical apps at this point). But this is a very slick way to get a public instance of a JumpBox running quickly for a non-critical application. It's perfect for a scenario where you need to evaluate an application with a distributed team or proof a job for a remote client.
Here are the steps that I took to get the MarKamp.org wiki working yesterday:
First you'll need to setup an account on Amazon Webservices if you don't already have one. Go to aws.amazon.com, complete their application process and specify your payment details.
Next you have to enable the EC2 (Elastic Compute Cloud) and S3 (Simple Storage) services for your account.
Now you need to find out what your AWS credentials are.
Copy your Access Key ID and your Secret Access Key to some place where you can get them later.
I put mine in Textedit temporarily.
You'll need to install Firefox and launch it if you're not already using it. Go get the Elastic Fox extension from Amazon's site.
Once you have this extension installed go to the Tools menu and launch it.
This is the main dashboard that shows you what's available and which instances you have running. You'll need to tell it how to access your AWS account. Click the "Credentials" icon in the upper-left.
Pick a name to refer to this account in Elastic Fox and enter those credentials that you stored in your text editor.
Now when you go back to the dashboard and click the "refresh" icon in the AMI panel, you should see every public AMI that's available to you.
We're only concerned about JumpBoxes so let's filter this list by entering "jumpbox-amis" in the filter area. When you click refresh you should see the four JumpBoxes that we currently make available.
Now we need to setup a security policy that allows our JumpBox to communicate over the ports it needs. Navigate to the "Security Groups" tab. We could create a new group if we using this EC2 account for multiple projects and wanted to isolate the JumpBox-related stuff. For now we'll just configure the default group to do what we want- click the green checkmark to add a new rule.
The three ports we need to open up are 22 (for ssh), 80 (for web) and 3000 (for the administrator). Leave everything as the default and enter the port info. We'll need to do a rule for each port.
Go back to the "AMI's and Instances" tab and launch whichever JumpBox you want to use by highlighting it and clicking on the "power button" icon.
It will bring up this scary-looking dialogue. If you're using the default security group like we are you can ignore everything and click "Launch."
Refresh the "Your Instances" panel and you should see your running EC2 instance. Grab the right edge of the Status header and drag it to the right so you can read the status.
When it's finished booting it should turn green and switch to "Running." Right-click on it and copy it's public DNS name to your clipboard.
Now paste this into a web browser and you should get an SSL warning on first load- click OK.
This screen should look familiar if you've ever booted a JumpBox. Complete the configuration info as you normally would and click "Configure."
It will think for a minute and give you the success screen once it's finished. Click on the long address to access your application.
Your instance is running! It's perfectly acceptable to use the application at this point but you may want to run it under a more friendly URL. Go back to the admin.
Click on the "Network" icon.
The public address you see is the URL you're currently using to refer to your application. You'll notice that it's composed of four sets of numbers separated by dashes. Copy this segment of the sequence.
Paste it into your web browser, substitute dots for the dashes and you'll find that this happens to be the public IP address of your JumpBox. At this point you'll need to go to your domain registrar and change the "A Record" on the domain you wish to use to point to this IP address. If you need help with these steps search the help docs on your domain registrar for "DNS A Record." For GoDaddy you access this by clicking on "My Domains," choosing the domain in question and clicking "Total DNS Control."
Come back to the hostname panel in your admin and specify the domain you wish to use as the public address.
You may need to wait a bit for DNS to propagate but you should very soon after be able to access your JumpBox in a browser under this domain.
Congratulations! You now have a public instance of your JumpBox running on EC2 under your own domain. Two things to keep in mind:
-You'll want to make sure you configure automatic backups to S3 if you're using it for any application where you care about the data.
-Remember EC2 bills based on usage - don't leave town with an instance running that you forgot about or you will come back from vacation with an unpleasant bill from Amazon. It costs roughly $72/mo + minor bandwidth charges to host a site on EC2 24/7.
At this point you can do various cool things like work offline on your laptop to to add data to your application and then use the backup/restore features to inject these changes into your public EC2 instance. We'll cover more of these techniques in future posts. For now, have fun tinkering with EC2!
Submitted by kstaken on Tue, 06/24/2008 - 12:15am
We're happy to introduce the ability to run JumpBoxes on Amazon's Elastic Compute Cloud (EC2). Amazon EC2 can be thought of as a big virtualization system in the internet cloud that you pay for by the hour. So instead of running a JumpBox on your hardware you use Amazon's hardware and just pay for what you need. It's a really interesting system for all kinds of different uses. I highly encourage reading more about EC2 and it capabilities and limitations.
One growing use for EC2 is as a very flexible hosting system. You can think of it as roughly equivalent to virtual private server hosting but with a number of key differences. First is that it's much more flexible, you can launch as many instances as you want and you're just billed by the hour for the time they're actually running. The down side is that EC2 is a little more expensive than low end VPS services and you have to be very aware of how EC2 handles disks and to make sure you backup regularly (see the links above for more detail on this). Fortunately using a JumpBox makes this easy by allowing you to backup to Amazon's Simple Storage Service.
Today we're releasing four JumpBox AMIs as a beta test of our support for the Amazon EC2 system.
- JumpBox for MediaWiki - AMI: ami-71ab4f18
- JumpBox for Wordpress - AMI: ami-0eb45067
- JumpBox for Movable Type - AMI: ami-6aac4803
- JumpBox for Bugzilla - AMI: ami-70ab4f19
These are currently available as public AMIs on the Amazon system so if you have an Amazon EC2 account you should be able to launch them using any tool that can launch EC2 instances. If you don't have an Amazon EC2 account you can easily signup for one using any Amazon account.
These public AMIs are just a test. When we roll out the full collection to EC2 it's planned for the full set to be exclusive to JumpBox Open subscribers at the Plus level and above.
Important: In order to use a JumpBox AMI you must ensure that ports 22, 80 and 3000 are accessible. You may either add these ports to an existing EC2 Security Group or you may create a new security group to use when launching JumpBox instances. No other ports need to be made accessible in a default JumpBox.
The easiest way to launch EC2 instances is to use ElasticFox a Firefox extension for managing EC2 instances. If you use ElasticFox you can find the JumpBoxes in the list of available AMIs by sorting by manifest and looking for manifests that begin with jumpbox-amis/. From there you just have to setup your security group to allow the ports listed above and can launch as many JumpBox instances as you'd like. Just be aware that Amazon changed by the hour for every instance that you launch so make sure you don't forget and leave something running that you didn't intend to.
Submitted by kstaken on Thu, 06/19/2008 - 5:37am
We're happy to announce that six more JumpBoxes have been updated to the new JumpBox Platform 1.1.
Here's a quick overview of the changes in this new platform. All updated JumpBoxes inherit these capabilities.
- The underlying operating system has been updated to Ubuntu Linux 8.04 LTS. This has brought a number of other updates to things like Apache, MySQL and other libraries used with the applications.
- The backup system now supports Amazon S3, JumpBox to JumpBox and direct download as backup options. The addition of Amazon S3 is particularly nice as it gives you a really easy way to setup offsite backups.
- There's a new one click tool to turn on SSL encryption for the application.
- A web stats package is now included by default and can be turned on with a single click.
- There's a new tool to help you configure the JumpBox to send email.
- You can now put JumpBoxes into "maintenance mode" which allows you to keep users out of the application while working on administration tasks.
- In general lots and lots of bug fixes, security improvements and a number of little niceties like friendlier 404 pages have been added.
We'll be publishing much more information on this new platform in the coming weeks as we work on getting all the existing JumpBoxes updated.
Updated Production JumpBoxes
For all of these the only change is the update to the new JumpBox Platform.
- JumpBox for Cacti 1.1.0 (Download)
Cacti is version 0.8.7b in this JumpBox.
- JumpBox for Drupal 5.x 1.1.0 (Download)
Drupal is version 5.7 in this JumpBox. Note: this JumpBox is for Drupal 5.x a separate JumpBox is also available for Drupal 6.x.
- JumpBox for Bugzilla 1.1.0 (Download)
Bugzilla is version 3.0.4 in this JumpBox.
- JumpBox for Joomla 1.1.0 (Download)
Joomla is version 1.0.15 in this JumpBox. Note: this JumpBox is for Joomla 1.0.x a separate JumpBox is also available for Joomla 1.5.x.
- JumpBox for MediaWiki 1.1.0 (Download)
MediaWiki is version 1.12.0 in this JumpBox.
- JumpBox for Wordpress 1.1.0 (Download)
Wordpress is version 2.5.1 in this JumpBox.
Thanks for supporting JumpBox and as always, feel free to send us feedback.
Submitted by kstaken on Thu, 06/12/2008 - 5:02am
Hello,
We're happy to announce the availability of six new JumpBoxes based on the JumpBox Platform 1.1. These are the first production releases made on this new and considerably improved platform. Here are just a few of the things that have changed with this platform revision.
- The underlying operating system has been updated to Ubuntu Linux 8.04 LTS. This has brought a number of other updates to things like Apache, MySQL and other libraries used with the applications.
- The backup system now supports Amazon S3, JumpBox to JumpBox and direct download as backup options. The addition of Amazon S3 is particularly nice as it gives you a really easy way to setup offsite backups.
- There's a new one click tool to turn on SSL encryption for the application.
- A web stats package is now included by default and can be turned on with a single click.
- There's a new tool to help you configure the JumpBox to send email.
- You can now put JumpBoxes into "maintenance mode" which allows you to keep users out of the application while working on administration tasks.
- In general lots and lots of bug fixes, security improvements and a number of little niceties like friendlier 404 pages have been added.
We'll be publishing much more information on this new platform in the coming weeks as we work on getting all the existing JumpBoxes updated.
Other News
- With these new releases, licenses are only available with a JumpBox Open Subscription.
- Three of the new JumpBoxes are exclusively available to JumpBox Open Subscribers. Existing Open subscribers will receive download links along with license keys within the next day or so.
New Production JumpBoxes
- JumpBox for Movable Type 1.1.0 (Download)
Movable Type is a powerful, multi-user blogging platform. It's widely used as a business blogging tool thanks to the ease with which you can create multiple blog sites. It has a large community and many add-ons available.
- JumpBox for Drupal 6.x 1.1.0 (Download)
Drupal is an Open Source, web content management (WCM) system. It provides a simple, intuitive interface that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website without programming skills. This JumpBox is for Drupal 6.x.
- JumpBox for SugarCRM 5.x 1.1.0 (Download)
SugarCRM is a market leading customer relationship management (CRM) application. SugarCRM's open source architecture easily adapts to any business environment by offering a more flexible, cost-effective alternative than proprietary applications. This JumpBox is for SugarCRM 5.x.
New Production JumpBoxes - Exclusively Available to JumpBox Open Subscribers
- JumpBox for Nagios 1.1.0 (Info)
Nagios is an Open Source host, service and network monitoring system that will watch your network and alert you to problems before your clients or end-users do. The system runs checks on hosts and services that you specify using plugins that return status information to Nagios. When problems are encountered the system will send notifications to system administrators so that they can take action on the problem.
- JumpBox for MySQL 1.1.0 (Info)
MySQL is probably the most widely used relational databases around. It's used as an integral component in many JumpBoxes and is also useful to have available in an easy to use standalone version. This JumpBox includes MySQL 5 along with PHPMyAdmin setup and ready to run. It's a great tool for developing database backed applications and can also be used along with other JumpBoxes if you need to move the database into a separate virtual machine.
- JumpBox for LAMP Deployment 1.1.0 (Info)
The JumpBox for LAMP Deployment is a great utility system that allows you to easily deploy applications where a tailored JumpBox may not exist. It contains MySQL plus PHP, Perl, Ruby and Python along with PHPMyAdmin to help you manage the database. Using the JumpBox for LAMP Deployment you can easily deploy many popular PHP applications as well as CGI based Perl, Ruby and Python applications.
Thanks for supporting JumpBox and as always, feel free to send us feedback.
Kimbro Staken
JumpBox Inc.
Submitted by sean on Mon, 06/02/2008 - 5:59pm
Everyone give a big welcome to our two newest team members at JumpBox, David and Tom.
Their trading cards read as follows:
David is the reason you see so few bugs in our products. He's the Q & A master who puts each app through its paces to ensure it's squeaky clean and free of any annoyances. David's been working contract for us for a few months and just recently joined us full-time. David reads more books than most lawyers do and we're told the Library of Congress now pales in comparison to the shelves in his den alone. Read more from David on Twitter.
Tom joins JumpBox today bringing a wealth of software engineering and architecture knowledge. In his former life, Tom had worked with Kimbro to write an entire native XML database engine from scratch (dbXML). Tom is the guy who will be responsible for advancing the capabilities of the JumpBox platform and performing (what will appear to the rest of the world as) software magic. Tom is an active local musician in Phoenix and plays in a local post-punk band called "Glamour Shot." Read more from Tom on his blog.
We're looking forward to David's continued merciless bug squashing and Tom's software super powers to make the JumpBox experience even better for you, our users.
Submitted by sean on Fri, 05/30/2008 - 2:17pm
Just a headsup of two excellent events happening this weekend (we're fortunate to be a sponsor of both):
- If you happen to be in Memphis, check out Startup Weekend Memphis. These weekends are whirlwind rides where you meet a ton of people from your industry, break into functional teams and deliver working projects by the end of the weekend essentially condensing the first year of a startup into a single weekend. We sponsored the Portland event last weekend and it sounds like they had a blast and created some interesting stuff. We'll be watching their blog and be interested to see what the Memphis folks come up with.
- The other one we're sponsoring this weekend is Desert Code Camp in Phoenix, AZ. If you're anywhere in Phoenix Metro tomorrow and you write code, you'd be silly to miss this free event. It's an all-day affair packed with multiple tracks of informative sessions on programming languages, language=agnostic phenomena and general tactics that make life better for people that write software. I'll be facilitating a round table on (of course) tactics for using virtualization as a developer and specifically using virtual appliances to setup instant open source dev infrastructure.
Having attended both events in the past I can vouch that they're worth the time for the social component of connecting with people in your industry. Plus you'll walk away with a ton of actionable things you can apply the next day to improve your skillset. We're proud to be affiliated with both of these and have a small role in helping make them possible.
Submitted by kstaken on Tue, 05/13/2008 - 12:46am
Hello,
We're happy to announce the production release of the JumpBox for Moodle and to celebrate, we're offering 10% off JumpBox Open Subscriptions. That's 21 JumpBoxes, all for a single price, and the value just keeps growing as we release new applications.
To take advantage of this offer use the following coupon during checkout.
Coupon code: MOODLE-LAUNCH-PROMO
This offer ends at midnight PST on May 16. That's only a few days away.
Moodle is a very popular course management system used by educators around the world to create learning communities for their students. This JumpBox was a popular request so we're thrilled to add it as the newest member of the JumpBox Open Collection.
Now on with our regularly scheduled summary of update activity in the Open Collection.
News
- The JumpBox Platform 1.1 beta is moving along nicely. With the most recent updates we've moved the underlying operating system to Ubuntu 8.04 LTS. This will be the version of Ubuntu that all 1.1 Platform based JumpBoxes will ship with. We're expecting the initial production release of 1.1 based JumpBoxes within a few weeks. If you haven't tried out the new platform now is a great time to visit the Proving Grounds and kick the tires a little. The new platform is a big improvement and you can learn more about what's new in this blog post.
New Production JumpBox
Updated Production JumpBoxes
- JumpBox for Nagios 0.9.3 (Download)
Updated with latest JumpBox Platform 1.1 beta and fixes for a bug related to backup restoration.
- JumpBox for MySQL 0.9.1 (Download)
Updated with latest JumpBox Platform 1.1 beta.
- JumpBox for SugarCRM 5 0.9.1 (Download)
Updated with latest JumpBox Platform 1.1 beta and SugarCRM version 5.0.0d.
- JumpBox for MovableType 0.9.2 (Download)
Updated with latest JumpBox Platform 1.1 beta.
That's all for this week. Thanks for supporting JumpBox and as always, feel free to send us feedback.
Kimbro Staken
Submitted by kstaken on Thu, 05/01/2008 - 1:50am
Hello,
This is a summary of recent activity in the JumpBox Open Collection.
News
- JumpBox updates this time around include a number of application revisions. Most of these are minor, but pretty much all of them address security issues so it's definitely recommended that you get the latest version for any JumpBoxes you may be using.
- We recently sent out a survey to learn more about your interest in hosting solutions for JumpBoxes. If you already filled out the survey we really appreciate it, and if not we'd still love to hear from you. One thing I'd like to clarify is that we're looking at hosting solutions as an additional option for deploying JumpBoxes. There was some concern that the downloadable option would go away which isn't the case. In fact, a big goal for us is to enable easy migration from a local install to a hosted install so that you can use the JumpBox to build your site locally and then easily push it onto a hosted service for public deployment.Click Here to take the survey
- A final reminder, we have a number of new JumpBoxes undergoing beta testing in the Proving Grounds. Many of which are based on the 1.1 JumpBox platform. There will be a new 1.1 beta coming within the next week or so and we can definitely use some more feedback to help accelerate the
Have questions, comments or suggestions, please let us know how we can help. And remember, you can also get JumpBox updates on Twitter.
Updated Production JumpBoxes
- JumpBox for Wordpress new version 1.0.9 (Download)
Updated to Wordpress 2.5.1 - Minor update but some important security and stability fixes.
- JumpBox for Joomla! 1.5 new version 1.0.3 (Download)
Updated to Joomla! 1.5.3 - Minor bugfix and security release.
- JumpBox for SugarCRM new version 1.0.7 (Download)
Updated to SugarCRM 4.5.1i - Minor bugfix release.
- JumpBox for TikiWiki new version 1.0.2 (Download)
Updated to TikiWiki 1.9.11 - Minor bugfix release.
- JumpBox for Moin Moin new version 1.0.2 (Download)
Updated to Moin Moin 1.6.3 - Minor bugfix release.
That's all for this time around. Thanks for supporting JumpBox.
Kimbro
Submitted by kstaken on Mon, 04/14/2008 - 1:53pm
This is a summary of recent activity in the JumpBox Open Collection.
News
- Get JumpBox updates on Twitter. Along with this email and our blog you can also get updates on new JumpBox releases by following us on Twitter. Twitter will usually be the first place to find out about new JumpBox releases.
- Google recently announced the Google App Engine scalable hosting service and we found it quite interesting so we put together a free JumpBox for Google App Engine Development. If you're a developer and are wondering what it's like to develop for Google App Engine, the JumpBox is a great way to play around with it.
Have questions, comments or suggestions, please let us know how we can help.
Updated Production JumpBoxes
- JumpBox for Wordpress new version 1.0.8 (Download)
Updated to Wordpress 2.5 - This is a fairly significant update to Wordpress that brings a heavily refined administration interface.
- JumpBox for OTRS new version 1.0.2 (Download)
Updated to OTRS 2.2.6 - Minor bugfix release.
- JumpBox for Moin Moin new version 1.0.1 (Download)
Updated to Moin Moin 1.6.2 - Minor bugfix release.
New Beta JumpBoxes added to the Proving Grounds
- JumpBox for LAMP Deployment 0.9 (Download)
This JumpBox provides a simple way to deploy PHP, Perl, Python or Ruby web applications. It's great for staging, local deployment and for a jump start on deploying apps where no dedicated JumpBox exists. We have lots of interesting plans for this, this initial release is fairly basic.
- JumpBox for Movable Type version 0.9 (Download)
Initial release with Movable Type 4.1, based on the JumpBox Platform 1.1 beta.
- JumpBox for SugarCRM 5 version 0.9 (Download)
Initial release with SugarCRM 5.0.0b, based on the JumpBox Platform 1.1 beta.
Updated Beta JumpBoxes in the Proving Grounds
Coming Soon
Some updates that are almost ready for release.
- The JumpBox for SilverStripe will be updated to the JumpBox Platform 1.1 beta and a new version of SilverStripe. This will make this JumpBox much more usable.
That's all for this week. Thanks for supporting JumpBox.
Kimbro Staken
Submitted by kstaken on Thu, 04/10/2008 - 4:56pm
Google recently announced a new cloud based application deployment system called Google App Engine. We found this to be a pretty interesting system and since the SDK they released is Open Source we decided to put together a JumpBox for it.
It's a great solution if you want to play with the Google App Engine SDK without really installing it on your system. It's also perfect as an integration point for a small team working together on a Google App Engine project.
Google made it possible to build applications for App Engine using several different mechanisms and the JumpBox comes with CGI, Google Webapp and Django environments setup and ready for development. It's also a really great way to just kick the tires of the different frameworks before committing to development.
Also, since this is a JumpBox our backup system is included which allows you to backup your source code and development data to network shares or Amazon S3.
The JumpBox for Google App Engine Development is just something we put together because it looked interesting, if people find it useful we'll continue developing it and tracking Google's SDK releases. I think there are a lot of things we could add to it to make it a really useful tool for developing apps. If you have any suggestions definitely let me know.
Get more information and download the JumpBox
|