apps.42dh.com is the place where you can download cakebaker's open source applications.
jumpjump is a web-based password manager for web application accounts. It allows you to "jump" directly to those web applications and logs you in automatically, if possible.
You can install jumpjump on your own server and then access it with your OpenID.
Requirements:
License:
- GPL
- the components and helpers are MIT licensed
Installation:
- Download and unzip the jumpjump package.
- chmod /app/tmp/ to 0777, use the -R flag so that all the sub folders are also changed
- Create a database for jumpjump on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
- Open /app/config/database.php in your favorite text editor and fill in your database details.
- Point the documentroot to /app/webroot
- Run the installer script by accessing your jumpjump installation with your favorite browser.

