added upgrade notes
This commit is contained in:
parent
112b065ca6
commit
f60d4ac411
|
@ -41,15 +41,15 @@ LAM - Readme
|
||||||
Important:
|
Important:
|
||||||
The default password to edit the configuration options is "lam".
|
The default password to edit the configuration options is "lam".
|
||||||
|
|
||||||
Download:
|
|
||||||
You can get the newest version at http://sourceforge.net/projects/lam/
|
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
Please see the INSTALL file.
|
Please see the INSTALL file.
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
Basic documentation is available in the directory "docs".
|
Basic documentation is available in the directory "docs".
|
||||||
|
|
||||||
|
Upgrade from older versions:
|
||||||
|
See docs/README.upgrade.txt for upgrade instructions.
|
||||||
|
|
||||||
Internationalization:
|
Internationalization:
|
||||||
If you want to use a translated version of LAM be sure to install the
|
If you want to use a translated version of LAM be sure to install the
|
||||||
needed locales. See locale/ for a list of supported locales and languages.
|
needed locales. See locale/ for a list of supported locales and languages.
|
||||||
|
@ -64,6 +64,9 @@ LAM - Readme
|
||||||
The key and IV are generated at random when you log in. They are stored in two
|
The key and IV are generated at random when you log in. They are stored in two
|
||||||
cookies.
|
cookies.
|
||||||
|
|
||||||
|
Download:
|
||||||
|
You can get the newest version at http://sourceforge.net/projects/lam/
|
||||||
|
|
||||||
License:
|
License:
|
||||||
LAM is published under the GNU General Public License.
|
LAM is published under the GNU General Public License.
|
||||||
The comlete list of licenses can be found in the copyright file.
|
The comlete list of licenses can be found in the copyright file.
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
Upgrade instructions:
|
||||||
|
=====================
|
||||||
|
|
||||||
|
|
||||||
|
0.4.x -> 0.5.0:
|
||||||
|
===============
|
||||||
|
|
||||||
|
There were some major changes since 0.4.x.
|
||||||
|
|
||||||
|
First enter the LAM configuration editor and check if all settings are correct. Since
|
||||||
|
LAM now supports a plugin architecture for all accounts you can select the needed
|
||||||
|
modules. Click on "Edit modules" and select which account types you want to manage.
|
||||||
|
Depending on which modules you selected there might be more configuration options.
|
||||||
|
|
||||||
|
Now save your settings and login to LAM. You will have to recreate all your account
|
||||||
|
profiles because the format changed. The profile editor can be found on the tools
|
||||||
|
page ("Tools" in the upper left corner).
|
||||||
|
|
||||||
|
The tools page also includes the new flexible file upload and the PDF editor.
|
||||||
|
You can specify yourself which attributes should show up in the PDF files. There
|
||||||
|
are also different PDF profiles possible.
|
Loading…
Reference in New Issue