Hi
I just installed the enterprise edition as follows:
# Assume we have installed the community edition at /home/foo/konakart
# ./bin/shutdown.sh
# Unzip konkart enterprise package (e.g. KonaKart-Enterprise-4.2.0.1.zip) within some temporary directory, e.g. /home/foo/tmp/konakart
# Copy (overwrite) all files and directories from the enterrpise to the community directory, e.g. cp -r /home/foo/tmp/konakart/* /home/foo/konakart/.
# ./bin/startup.sh
# Try using a feature which is only supported by the enterprise edition, e.g. switching the language within konakartadmin.
It seems to me that the current documentation
http://www.konakart.com/docs/manualInstallation_EE.html
could provide a section which also contains such a short version.
Thanks