|
EMu 3.1 Install/Upgrade Notes
|
Introduction
Upgrading an installed EMu 3.1 to a later patch level is a straight forward procedure. There are four main components that can be upgraded:
- Texpress (the database engine)
- TexAPI (web services)
- EMu Server (the application)
- EMu Client (the client)
The notes below detail how to upgrade all systems. If you only need to upgrade one system, just skip the notes detailing the other ones. Check the Releases table for Client specific notes. Upgrading comprises the following steps:
In the notes below client refers to the name of the client directory for the current installation. The term ~emu is used to refer to the user emu's home directory. This is normally /home/emu.
Requirements
Stopping EMu services
- Log in as emu
- Enter client client
- Enter emuweb stop
- Enter emuload stop
- Enter exit to close the command shell.
- Logout.
Upgrading Texpress
- Log in as emu
- Enter cd ~emu/texpress
- Enter mkdir -p 8.1.xxx/install where xxx is the version of Texpress being installed.
- Enter cd 8.1.xxx/install
- Obtain the appropriate Texpress version for your Unix machine via the KE Texpress hyperlink above. Save the release in ~emu/texpress/8.1.xxx/install calling it texpress.sh.
- Enter sh texpress.sh. The Texpress release will be extracted.
- Enter . ./.profile
- Enter bin/texinstall ~emu/texpress/8.1.xxx (expand the ~emu).
The Texpress installation script will commence.
- Enter cd ~emu/texpress/8.1.xxx
- Enter . ./.profile
- Enter texbldperms
- Enter bin/texlicinfo. Obtain your Texpress licence code and place it in a file called .licence.
- Enter bin/texlicset < .licence to install the licence.
- Enter \rm -fr install
- Enter cd ~emu/texpress
- Enter \rm -f 8.1
- Enter ln -s 8.1.xxx 8.1
- The previous Texpress version installed should be kept to allow quick rollback if a problem occurs, all older versions should be removed.
- Stayed logged in as emu for the KE TexAPI installation.
Upgrading TexAPI
- Assumes you are logged in as emu.
- Enter cd ~emu/texpress
- Enter mkdir 3.1.xxx where xxx is the version of TexAPI being installed.
- Obtain the appropriate TexAPI version for your Unix machine via the KE TexAPI hyperlink above.
Save the release in ~emu/texpress calling it texapi.sh.
- Enter sh texapi.sh -i ~emu/texpress/3.1.xxx (expand the ~emu).
- Enter \rm -f texapi
- Enter ln -s 3.1.xxx texapi
- Enter \rm -f texapi.sh
- The previous TexAPI version installed should be kept to allow quick rollback if a problem occurs, all older versions should be removed.
- Enter exit to close the command shell.
- Log out.
Upgrading EMu Server
- Log in as emu.
- Enter cd ~emu/client
- Enter mkdir install
- Enter cd install
- Obtain the appropriate EMu version via the KE EMu Server hyperlink above.
Save the release in ~emu/client/install calling it emu.sh.
- Enter sh emu.sh. The EMu release will be extracted.
- Enter . ./.profile
- Enter bin/emuinstall client. The EMu installation script will commence.
- Enter cd ~emu/client
- Enter cp .profile.parent ../.profile
- Enter . ../.profile
- Enter client client
- Enter emubldlinks
- Enter \rm -fr install
- Enter exit to close the command shell.
- Log out.
- Please consult version release notes for any specific upgrades required for the new version.
Starting EMu services
- Log in as emu.
- Enter emuload start
- Enter emuweb start
- Enter exit to close the command shell.
- Log out.
Upgrading EMu Client
To upgrade the EMu Client follow the Installing EMu Client notes.
|
|
Mise à jour le Lundi, 15 Mars 2010 |