=============================================================================== == General Documentation == =============================================================================== This document contains release specific notes for the accompanying JumpBox. More general information and documentation can be found on the JumpBox Documentation Wiki at http://www.jumpbox.com/ == Description of the concept == JumpBox virtual appliances are the easiest path to running server based applications. A JumpBox bundles the operating system with the application and all its dependencies into a single ready to run bundle. This allows you to focus on working with the application while not having to worry about getting it installed. It also means that the application can be deployed on any x86 platform regardless of what platform the application is written for. All that is required is the JumpBox, some virtualization software like VMware, a network that assigns dynamic IP addresses (most do), and a computer with enough RAM and disk space. == System requirements == * Windows, Mac or Linux with Virtualization software including: * VMware (http://www.vmware.com) * You can also download the free VMware player. (http://www.vmware.com/products/player/) * Parallels (http://www.parallels.com) * Any Virtualization platform that can import OVFs or VMDK based virtual machines. * Up to 14GB Free disk space for growable disks. * Minimum 1GB RAM, 2GB recommended. * A network that assigns dynamic IP address (most do) == Accounts == When you first boot your JumpBox the console will display an IP address that you should open with a web browser. That will then guide you through the setup process to configure a user account. This account will grant you access to the JumpBox administration interface and it will also be the account you use to log into the application for the first time. Immediately after JumpBox configuration you will be directed to the "Welcome Page". The welcome page contains the username you need to login to the application bundled with the JumpBox. Typically, the username will be 'admin' but deviations from this are always noted on the welcome page. This welcome page should remain accessible at: http://IPADDRESS/jb/welcome.html == Account Passwords == In general, there are three accounts on a JumpBox to start with: * Application Administrator * Linux System 'admin' User * JumpBox Admin Portal User After initial configuration, all three users will have the password chosen during configuration. If, during the course of using the JumpBox, any of these passwords are changed the other ones are NOT changed with it. We do not keep these passwords in sync after the initial configuration. The only other situation where these passwords are modified is during a JumpBox Restore. == Backup Limitations == The JumpBox backup and restore utilities perform a FULL backup of the entire application state and any additional items you have specified as shown in the "Backup Customization" section of this document. By default, these backups run at 1:30 AM. While the backup is running, the application will be inaccessible to ensure a consistent application state in the backup. For users who have added large amounts of data to their JumpBoxes, our backup tool may be inadequate. The time it takes to backup could become disruptively long or the JumpBox could have insufficient disk space to perform a backup at all. Users with these issues should consider utilizing their existing backup infrastructure where available. JumpBox Engineers can help identify the data that needs backing up and might be able to provide advice when installing third party backup agents. Please ask on the JumpBox forums or via email if you have purchased support. Details on the size restrictions and backup times vary considerably between applications so please see the application specific part of this documentation for details. The S3 based backup mechanism currently has a 5GB limit on the backup file size. If your backup exceed this you will receive an error. We are working on a resolution to this problem, though this falls into the realm where you are encouraged to utilize a third party backup solution. == Backup Customization == The JumpBox now provides a way for users to specify additional files or directories on the JumpBox that need to be backed up by the JumpBox backup mechanism. This can be accomplished on a registered JumpBox by correctly specifying the additional items in the /jumpbox/etc/user.yml. SSH into the JumpBox and refer to this file for usage details. There is also a tool to validate the user.yml file, this tool is: /jumpbox/bin/validate_user_yml It will check the syntax of the file and indicate what will be backed up. NOTE: The user.yml file must be correctly indented with two spaces for each indent level. So a correct example of a complete user.yml file would look like the following: --- filebackup: # This is a comment /etc/php5/apache2/php5.ini: {} /usr/local: exclude_file: /admin/usr-local.exclude == Application Specific Documentation == This JumpBox Platform README may be accompanied by additional information in an application specific section below. Also found below is JumpBox platform and application specific Release Notes. These may contain important information so make sure to skim to those sections. Additional application information is available on the JumpBox Wiki: http://wiki.jumpbox.com/ == Virtual Machine Resources == This JumpBox has default settings that may be too low for some user's needs. You may consider raising the amount of RAM allocated to the JumpBox or adding a virtual CPU if your platform supports it. == Virtualization Platforms == For details on how to use your JumpBox on a specific virtualization platform please visit the JumpBox Documentation Wiki: http://wiki.jumpbox.com/doc/virtualization == JumpBox Help and Information == If you have trouble with your JumpBox please check our wiki for tutorials, FAQs and other important information: http://wiki.jumpbox.com/ If you are still experiencing difficulty post a question on our forums at: http://www.jumpbox.com/forums/ For details on purchasing support from JumpBox see: http://www.jumpbox.com/support/ To keep up to date with JumpBox see our blog at: http://www.jumpbox.com/blog/ == Notices == JumpBox is a registered trademark of JumpBox Inc. All other marks and names mentioned herein may be trademarks of their respective companies. =============================================================================== == JumpBox Runtime Release 1.7 == =============================================================================== Release 1.7-58 Notable Changes ------------------------------ - Many upstream updates from Ubuntu. - The kernel is now updated to the backported Natty kernel to resolve the ESX 4.1 issues some users were still experiencing. Release 1.6-41 Notable Changes ------------------------------ - Upstream updates from Ubuntu. This contains updates up to USN-1080-1. Release 1.6-39 Notable Changes ------------------------------ - Upstream updates from Ubuntu. This is now Ubuntu Lucid 10.04.2 and contains updates up to USN-1065-1. Release 1.6-31 Notable Changes ------------------------------ - This is still an Ubuntu Lucid based release, however a number of things have changed, these are outlined below. - This release now uses the linux-generic-pae kernel for compatibility with vmware ESX 4.1, this unfortunately breaks compatibility with older virtualization platforms that lack PAE support. - Non VMware disks and configuration files have been removed. This means that compatibility with other platforms can only be achieved by the use of those platforms VMDK import processes or through the use of OVFs. Please check the JumpBox Blog and Website for more information on these changes. - [Update] All JumpBoxes now have three disks. A two GB root disk, a two GB /usr disk and a 10GB /storage disk. Release 1.5-23 Notable Changes ------------------------------ - This has been a production release for at least several versions, our apologies for not indicating as much in these release notes. - All JumpBoxes now have a larger, 2GB, root disk by default. - The hostname is now displayed in the virtual console after setup. Release 1.5-17 Notable Changes ------------------------------- - *** THIS IS A BETA RELEASE, FOR EVALUATION USE ONLY *** - Has known issue with error handling when setting invalid email relay. - The default amount of RAM allocated to the JumpBox has been increased to a minimum of 512 MB, some JumpBoxes may use more. - Fixed intermittent NFS related backup issue from 1.5-13. - Time sync with the host has been disabled and replaced by the NTP time server, this requires that the JumpBox have network access. If outbound networking is not available you can use your own NTP server or reenable the virtual host based time sync on VMware based platforms. - We have fixed the "First Boot Method" for getting a larger storage disk as described here: http://wiki.jumpbox.com/doc/runtime/faq/larger_storage_disk Release 1.5-13 Notable Changes ------------------------------- - *** THIS IS A BETA RELEASE, FOR EVALUATION USE ONLY *** - This is the first Ubuntu Lucid Lynx 10.04 LTS based release of a JumpBox. - Has known intermittent issue with NFS based backups and restores. Retrying in the event of failure works. =============================================================================== == Trac Release Notes == =============================================================================== Tue Mar 5 09:41:32 MST 2013 - 1.8.0 - This is a maintenance release. The included version of the application has not changed. Tue Feb 12 14:15:28 MST 2013 - 1.7.7 - The JumpBox has been updated to Trac 1.0.1. - This is a bug fix update to Trac. See the full Trac release notes for detail: http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0#MaintenanceRelease - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Tue Dec 18 15:44:35 MST 2012 - 1.7.6 - This is a maintenance release. The included version of the application has not changed. Fri Sep 14 14:53:55 MST 2012 - 1.7.5 - Trac has been updated to the 1.0 release. - This release brings a more polished user interface and close to 100 other changes. See the full Trac release notes for detail: http://trac.edgewall.org/browser/tags/trac-1.0/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Tue Aug 21 15:30:27 MST 2012 - 1.7.4 - This is a maintenance release. The included version of the application has not changed. Tue May 22 11:27:36 MST 2012 - 1.7.3 - This is a maintenance release. The included version of the application has not changed. Mon Feb 20 11:18:52 MST 2012 - 1.7.2 - Trac was updated to the 0.12.3 release. - This is a bugfix release for over 80 issues. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.12.3/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Tue Nov 29 11:01:35 MST 2011 - 1.7.1 - This is a maintenance release. The included version of the application has not changed. Wed Aug 10 10:16:36 MST 2011 - 1.7.0 - This is a maintenance release of the JumpBox for Trac. The included version of Trac has not changed. Tue Jul 5 12:02:55 MST 2011 - 1.6.2 - This release fixes a bug in the JumpBox for Trac backups. To upgrade to this version, make a manual backup from the JumpBox admin portal and restore that backup to this version. - The included version of Trac has not changed. Thu May 19 13:56:13 MST 2011 - 1.6.1 - This is a maintenance release of the JumpBox for Trac. The included version of Trac has not changed. Thu Feb 10 13:38:22 MST 2011 - 1.6.0 - Trac was updated to the 0.12.2 release. - This is a minor bugfix release. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.12.2/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Fri Nov 5 10:18:37 MST 2010 - 1.5.0 - Trac was updated to the 0.12.1 release. - This is a minor security and bugfix release. - The JumpBox is now based on the 10.04 Lucid version of Ubuntu Linux - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.12.1/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. - Note: if you have Python modules installed for use with Trac the chnage to Lucid has also brought an upgrade to Python 2.6 and you may need to reinstall those modules before you can import your older Trac data. Mon Jun 21 18:04:21 MST 2010 - 1.1.15 - Trac was updated to the 0.12 release. - This is a major new version. New features include: * Translation of Trac in your language using Babel * Multiple Repository Support per environment * Improved Wiki, more powerful syntax and nicer user interface with automatic preview in side-by-side editing mode * Improved Ticket user interface, with editable comments and automatic preview - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.12/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Wed Mar 10 12:34:56 MST 2010 - 1.1.14 - Trac was updated to the 0.11.7 release. - This is a minor security and bugfix release. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.11.7/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Mon Nov 30 21:11:14 MST 2009 - 1.1.13 - Trac was updated to the 0.11.6 release. - Trac 0.11.6 contains two security fixes and a number of bug fixes, performance improvements and minor enhancements. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.11.6/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Sun Aug 30 19:01:58 MST 2009 - 1.1.12 - This is an improvement release that may make backups complete faster. - The included version of Trac has not changed. - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Mon Jul 20 14:31:06 MST 2009 - 1.1.11 - Trac was updated to the 0.11.5 release. - This is a minor enhancement and bugfix release. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.11.5/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Tue Mar 31 13:40:19 MST 2009 - 1.1.10 - Trac was updated to the 0.11.4 release. - This is a minor enhancement and bugfix release. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.11.4/RELEASE - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Thu Mar 26 11:21:51 MST 2009 - 1.1.9 - This is a bugfix release that addresses an infinite redirect loop that occured when logging in after resetting a user's password. - In addition, the TracAccountManager plugin has been updated to the latest version. - The included version of trac has not changed. - It should be possible to restore from backups made by the 1.0.2 JumpBox for trac and later. Sun Feb 15 16:42:43 MST 2009 - 1.1.8 - Trac was updated to the 0.11.3 release. - Release notes are available at the following URL: http://trac.edgewall.org/browser/tags/trac-0.11.3/RELEASE Thu Nov 20 09:09:03 MST 2008 - 1.1.7 - Trac was updated to the 0.11.2.1 release. Thu Oct 2 18:58:48 MST 2008 - 1.1.6 - No application specific updates. Check the Platform Release section for details. Wed Sep 17 10:40:23 MST 2008 - 1.1.5 - A bug that prevented SSL from working on the Trac application itself has been resolved. - A restore bug that prevented some users from restoring their backups. The error was: "Error: private method `gsub' called for nil:NilClass" Wed Sep 3 17:31:50 MST 2008 - 1.1.4 - A bug that prevented restores for some users has been resolved. Mon Aug 18 23:47:15 MST 2008 - 1.1.3 - Trac was updated to the 0.11.1 release. Fri Aug 1 14:35:39 MST 2008 - 1.1.2 - This release fixes a vulnerability in Python. The version of trac contained has not changed. Tue Jul 22 14:39:24 MST 2008 - 1.1.1 - Trac has been updated to 0.11. This is a major update, but we expect it to go smoothly; please report any problem in the JumpBox forums. - This Trac JumpBox should restore from version 0.9 of the Trac JumpBox and newer. - When updating from versions prior to 1.0.2, the Trac users database will not be restored. - Upon restore, a new trac.ini will be put in place, and the prior file will be placed at /home/admin/trac.ini. If you have made changes to Trac's configuration, you will need to manually reapply them. - Plugins installed in locations other than /var/data/projects/trac will not be restored. Plugins installed there will probably need to be removed and upgraded manually. Mon Jun 30 17:47:40 MST 2008 - 1.1.0 - Initial release of this application on the JumpBox 1.1.0 Platform. - The Trac application version has not changed. This JumpBox should be able to restore from 0.9 and newer JumpBoxes. Wed Jan 2 17:14:39 MST 2008 - 1.0.4 - No application specific updates. Check the Platform Release section for details. Wed Dec 12 12:24:16 MST 2007 - 1.0.3 - The JumpBox platform has been upgraded to 1.0.3, see the notification elsewhere in this file. Mon Oct 1 20:39:27 MST 2007 - 1.0.2 - Backups have been fixed to now backup and restore the trac users as well as any SVN hooks that may be manually added. Tue Aug 21 16:25:17 MST 2007 - 1.0.1 - No application specific updates. Tue Jul 17 15:28:02 MST 2007 - 1.0 - Updated message on the Trac home page to be less confusing about adding users. Fri Jun 22 15:12:57 MST 2007 - 1.0RC1 First release candidate of Trac/Subversion JumpBox. Contains Trac 0.10.4 and Subversion 1.3.1. JumpBox Platform changes: - Navigation Bar restores properly - License Validation no longer requires the JumpBox to be connected to the Internet - SSH Enable first-time bug fixed - Static IP changing bug fixed - All Ubuntu copyright notices restored - Primary Application licensing given equal treatment. - Samba config typo fixed Tue Jun 5 13:21:37 MST 2007 - 0.7 - First public release of Trac JumpBox. Contains Trac 0.10.4 and Subversion 1.3.1.