Difference between revisions of "KeePass"

From Amahi Wiki
Jump to: navigation, search
Line 6: Line 6:
  
  
=== Post-Install: ===
+
=== Troubleshooting: ===
  
If you reboot your server anytime after installing KeePass, the application does not start automatically on boot.  In order to start it, enter the following in terminal as your normal user:
+
* KeePass does not start automatically.  In order to start it, enter the following in terminal as your normal user:
  
 
  cd /var/hda/web-apps/keepass/html/
 
  cd /var/hda/web-apps/keepass/html/
 
  ./startup.sh
 
  ./startup.sh
  
Give it a a minute or so before trying to access it with your web browser.  An autostart mechanism is currently being developed.
+
Give it a a minute or so before trying to access it with your web browser.
 
 
 
 
'''NOTE:'''  You can force KeePass to autostart on boot by adding the above line to '''''/etc/rc.local''''' as root user. Remember, when you uninstall the app, this line will have to be manually removed.
 
  
 
=== Web Browser Tip: ===
 
=== Web Browser Tip: ===
 
See [http://wiki.amahi.org/index.php/Browser_Tip Browser Tip]
 
See [http://wiki.amahi.org/index.php/Browser_Tip Browser Tip]

Revision as of 14:49, 20 March 2010


Web KeePass is a free open source password manager to help you securely manage your passwords. You can put all your passwords in one database, which is locked with one master key or a key file.

NOTE: This is a java-based application. Ensure you have Java installed on the machine you use to access your HDA. Click here to verify. Also, it will take a few minutes for Web KeePass to start, so please be patient.


Troubleshooting:

  • KeePass does not start automatically. In order to start it, enter the following in terminal as your normal user:
cd /var/hda/web-apps/keepass/html/
./startup.sh

Give it a a minute or so before trying to access it with your web browser.

Web Browser Tip:

See Browser Tip