=============================================================================== == 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. =============================================================================== == TikiWiki Release Notes == =============================================================================== Fri May 11 11:00:17 MST 2012 - 1.7.6 - The JumpBox for TikiWiki has been updated to TikiWiki version 8.4 - This is a minor update with a few permissions changes and changes to the SOAP API. See the release notes for more detail: http://tiki.org/ReleaseNotes+8.4 - Upgrades are possible via restore from JumpBox version 1.1.15 and newer. If you're on a JumpBox version earlier than 1.1.15 you should first update to 1.7.1 and then upgrade to 1.7.6. Tue Apr 24 14:06:49 MST 2012 - 1.7.5 - This is a platform maintenance release. The included version of TikiWiki has not changed. Tue Jan 24 15:40:40 MST 2012 - 1.7.4 - The JumpBox for TikiWiki has been updated to TikiWiki version 8.3 - This is a security patch and bugfix release. See the release announcement for more detail: http://info.tiki.org/article185-Tiki-Security-Patches-Available-for-8-3-and-6-6-LTS - Upgrades are possible via restore from JumpBox version 1.1.15 and newer. If you're on a JumpBox version earlier than 1.1.15 you should first update to 1.7.1 and then upgrade to 1.7.4. Wed Jan 4 14:59:55 MST 2012 - 1.7.3 - The JumpBox for TikiWiki has been updated to TikiWiki version 8.2 - This is a security patch and bugfix release. See the release announcement for more detail: http://info.tiki.org/article183-Tiki-Wiki-CMS-Groupware-8-2-and-6-5LTS-Security-Patches-Available - Upgrades are possible via restore from JumpBox version 1.1.15 and newer. If you're on a JumpBox version earlier than 1.1.15 you should first update to 1.7.1 and then upgrade to 1.7.3. Thu Dec 15 14:51:17 MST 2011 - 1.7.2 - The JumpBox for TikiWiki has been updated to TikiWiki version 8.1 - This is a signifcant update to TikiWiki that brings extensive changes to trackers, improved search and an upgraded smarty template engine. For details on the changes please review the TikiWiki release notes: http://tiki.org/ReleaseNotes8.1 - Upgrades are possible via restore from JumpBox version 1.1.15 and newer. If you're on a JumpBox version earlier than 1.1.15 you should first update to 1.7.1 and then upgrade to 1.7.2. Thu Oct 6 11:35:54 MST 2011 - 1.7.1 - The JumpBox for TikiWiki has been updated to TikiWiki version 7.2 - This is a minor bugfix update for TikiWiki. For details please review the TikiWiki release notes: http://tiki.org/ReleaseNotes7.2 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Aug 15 13:37:33 MST 2011 - 1.7.0 - The JumpBox for TikiWiki has been updated to TikiWiki version 7.1 - This is a minor bugfix update for TikiWiki. For details please review the TikiWiki release notes: http://tiki.org/ReleaseNotes7.1 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Jun 27 16:20:45 MST 2011 - 1.6.3 - The JumpBox for TikiWiki has been updated to TikiWiki version 7.0 - This is a major release for TikiWiki and contains more than 200 bug fixes and other improvements. For details please review the TikiWiki release notes: http://tiki.org/ReleaseNotes7.0 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Thu Apr 21 13:46:43 MST 2011 - 1.6.2 - The JumpBox for TikiWiki has been updated to TikiWiki version 6.3 - This is a minor bugfix update to TikiWiki addressing issues with LDAP. For more detail please review the TikiWiki release notes: http://tiki.org/ReleaseNotes6.3 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Feb 28 15:06:58 MST 2011 - 1.6.1 - The JumpBox for TikiWiki has been updated to TikiWiki version 6.2 - This is a minor bugfix update to TikiWiki. For a complete list of fixes please review the TikiWiki release notes: http://tiki.org/ReleaseNotes6.2 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Jan 17 11:17:11 MST 2011 - 1.6.0 - The JumpBox for TikiWiki has been updated to TikiWiki version 6.1 - This is the first JumpBox released for the 6.x series of TikiWiki. - This release is a major update to tikiwiki with a long list of enehancements to the application. - For detail on the changes you should review release notes for both TikiWiki 6.0 and 6.1: http://tiki.org/ReleaseNotes6.0 and http://tiki.org/ReleaseNotes+6.1 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Thu Oct 7 11:01:48 MST 2010 - 1.5.1 - The JumpBox for TikiWiki has been updated to TikiWiki version 5.3 - This release is a minor update. - Discussion of the new features is available at the following URL: http://doc.tikiwiki.org/Tiki5 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Aug 30 15:07:30 MST 2010 - 1.5.0 - The JumpBox for TikiWiki has been updated to TikiWiki version 5.1 - This release is a minor update. - Discussion of the new features is available at the following URL: http://doc.tikiwiki.org/Tiki5 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. - The JumpBox for TikiWiki is now based on Ubuntu 10.04 (Lucid). Tue Jun 22 15:54:47 MST 2010 - 1.1.15 - The JumpBox for TikiWiki has been updated to TikiWiki version 5.0 - This release is a major update, with significant improvements to performance, features and user interface. - Discussion of the new features is available at the following URL: http://doc.tikiwiki.org/Tiki5 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Mar 8 14:09:45 MST 2010 - 1.1.14 - The JumpBox for TikiWiki has been updated to TikiWiki version 4.2 - This release is a minor update. - Discussion of the new features is available at the following URL: http://dev.tikiwiki.org/tiki-index.php?page=tiki4 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Thu Dec 17 11:03:29 MST 2009 - 1.1.13 - The JumpBox for TikiWiki has been updated to TikiWiki version 4.1 - This release is a minor update. - Discussion of the new features is available at the following URL: http://dev.tikiwiki.org/tiki-index.php?page=tiki4 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Mon Nov 23 11:09:13 MST 2009 - 1.1.12 - The JumpBox for TikiWiki has been updated to TikiWiki version 4.0 - This release is a major update with many new features and improvements. - Discussion of the new features is available at the following URL: http://dev.tikiwiki.org/tiki-index.php?page=Tiki4 - It should be possible to restore from any prior version of the JumpBox for TikiWiki. Tue Nov 3 11:52:40 MST 2009 - 1.1.11 - The JumpBox for TikiWiki has been updated to TikiWiki version 3.3 - This release fixes bugs and add minor new features. Documentation of the new features is available at the following URL: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/tags/3.3/changelog.txt?view=markup - Restoring from 0.9 and newer JumpBox backups should work, however when restoring from older version there is a special upgrade process that is documented at the following URL: http://wiki.jumpbox.com/doc/app/tikiwiki Mon Sep 28 16:04:54 MST 2009 - 1.1.10 - The JumpBox for TikiWiki has been updated to TikiWiki version 3.2 - This release fixes bugs and add minor new features. Documentation of the new features is available at the following URL: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/tags/3.2/changelog.txt?view=markup - Restoring from 0.9 and newer JumpBox backups should work, however when restoring from older version there is a special upgrade process that is documented at the following URL: http://wiki.jumpbox.com/doc/app/tikiwiki Tue Jul 7 14:42:51 MST 2009 - 1.1.9 - The JumpBox for TikiWiki has been updated to TikiWiki version 3.1 - This release fixes bugs and add minor new features. Documentation of the new features is available at the following URL: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/tags/3.1/changelog.txt?revision=19708&view=markup - Restoring from 0.9 and newer JumpBox backups should work, however when restoring from older version there is a special upgrade process that is documented at the following URL: http://wiki.jumpbox.com/doc/app/tikiwiki Wed Jun 3 13:09:36 MST 2009 - 1.1.8 - The JumpBox for TikiWiki has been updated to TikiWiki version 3.0 - This is a major new release. Extensive documentation of the new features is available at the following URL: http://doc.tikiwiki.org/TikiWiki+3.0 - Restoring from 0.9 and newer JumpBox backups should work, however when restoring from older version there is a special upgrade process that is documented at the following URL: http://wiki.jumpbox.com/doc/app/tikiwiki Thu Apr 9 18:02:52 MST 2009 - 1.1.7 - The JumpBox for TikiWiki has been updated to TikiWiki version 2.4. - This release is a security and bugfix release. The release announcement is available at the following URL: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/2.0/changelog.txt?view=markup - Restoring from 0.9 and newer JumpBox backups should work. Wed Apr 1 16:22:07 MST 2009 - 1.1.6 - This release is a security and bugfix release. The release announcement is available at the following URL: http://info.tikiwiki.org/tiki-read_article.php?articleId=51 - Restoring from 0.9 and newer JumpBox backups should work. Fri Mar 13 09:45:41 MST 2009 - 1.1.5 - This is a maintainence upgrade. The included version of TikiWiki has not changed. - A number of improvements have been made in the JumpBox administration portal. These include improvements to SSL mode and the backup system. - Restoring from 0.9 and newer JumpBox backups should work. Tue Dec 9 12:05:45 MST 2008 - 1.1.4 - The JumpBox for TikiWiki no longer requires registration. Tue Sep 30 12:40:39 MST 2008 - 1.1.3 - TikiWiki has been updated to TikiWiki version 2.2. Restoring from 0.9 and newer JumpBox backups should work. Tue Sep 30 12:40:39 MST 2008 - 1.1.2 - TikiWiki has been updated to TikiWiki version 2.1. Restoring from 0.9 and newer JumpBox backups should work. Sun Jul 27 17:59:48 MST 2008 - 1.1.1 - Security update. The version of the included application has not changed, but the JumpBox has been released to fix a vulnerability in PHP. Thu Jun 26 10:44:23 MST 2008 - 1.1.0 - Initial release of this application on the JumpBox 1.1.0 Platform. - The TikiWiki version did not change. Users should be able to restore from this JumpBox version 1.0 and later. Wed Apr 30 20:16:23 MST 2008 - 1.0.2 - TikiWiki has been updated to TikiWiki version 1.9.11. Restoring from 0.9 and newer JumpBox backups should work. Wed Feb 27 14:04:38 MST 2008 - 1.0.1 - TikiWiki has been updated to TikiWiki version 1.9.10.1. Restoring from 0.9 and newer JumpBox backups should work. Wed Jan 30 09:17:14 MST 2008 - 1.0 - First production release of the TikiWiki Jumpbox. Includes TikiWiki version 1.9.9. You should be able to restore from the 0.9 TikiWiki JumpBox. Tue Nov 27 10:58:23 MST 2007 - 0.9 - ******** WARNING ******** ** This is release is either beta or experimental. It should not be relied ** upon for production use. ******** WARNING ******** - Initial public Beta release of TikiWiki Version 1.9.8.3 JumpBox.