|
UNIX: Installing Texpress |
|
|
Vitalware 2.1 Install/Upgrade Notes
|
Introduction
Texpress is the object oriented database engine used by Vitalware for data management. It provides extremely high speed retrieval, while providing flexible data structures which simplify the overall data module employed by Vitalware.
The instructions below outline how to setup Texpress for use with Vitalware. They do not detail a full installation of Texpress on Unix. Please see the relevant Texpress documentation for instructions on performing a complete installation.
In the notes below ~vw is used to refer to the user vw's home directory. This is typically /home/vw.
Requirements
- Texpress version 8.2.006 or greater.
- TexAPI version 3.1.017 or greater
Installation Notes (Texpress)
- Log in as vw
- Enter cd ~vw
- Enter mkdir -p texpress/8.2.xxx/install where xxx is the version of Texpress being installed.
- Enter cd texpress/8.2.xxx/install
- Obtain the appropriate Texpress version for your Unix machine via the KE Texpress hyperlink above. Save the release in ~vw/texpress/8.2.xxx/install calling it texpress.sh.
- Enter sh texpress.sh. The Texpress release will be extracted.
- Enter . ./.profile
- Enter export TEXGROUP=vwadmin
Enter bin/texinstall ~vw/texpress/8.2.xxx (expand the ~vw). The Texpress installation script will commence.
- Enter cd ~vw/texpress/8.2.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 ~vw/texpress
- Enter ln -s 8.2.xxx 8.2
- Stay logged in as vw for the TexAPI installation.
Installation Notes (TexAPI)
- Assumes you are logged in as vw.
- Enter cd ~vw/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 ~vw/texpress calling it texapi.sh.
- Enter sh texapi.sh -i ~vw/texpress/3.1.xxx (expand the ~vw).
- Enter \rm -f texapi
- Enter ln -s 3.1.xxx texapi
- Enter \rm -f texapi.sh
- Enter exit to close the command shell.
- Log out.
|
|
Mise à jour le Lundi, 15 Mars 2010 |