-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GT.M installation instructions following best practices #38
base: master
Are you sure you want to change the base?
Update GT.M installation instructions following best practices #38
Conversation
Update the user and group used for GT.M installation. Change the directory to follow GT.M debian packaging defaults. Create VistA instance using an instance owner user. Instruct users howto create a profile script for VistA using sane defaults. Instruct users how to create a db.gde script for VistA using sane defaults. Adjust line length to about 80 characters. Ensure consistency between other documents. Change-Id: Ibd8cddc03d6d54762e7bd2361db23ae7dc955d35 Suggested-by: [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there should also be mention of YottaDB in this document. almost all of the steps would be the same.
|
||
.. parsed-literal:: | ||
|
||
$ :usertype:`sudo mkdir /opt/gtm` | ||
$ :usertype:`sudo mkdir -p /usr/lib/fis-gtm/V61000_i686` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be better to specify the x86_64 version as i don't think 32bit platforms are used much anymore.
|
||
Typically GT.M binary distributions follow the following convention: | ||
gtm_V{versionid}_{platform}_{arch}_pro.tar.gz. An example using the latest | ||
version of GT.M as of this writing is: ``gtm_V61000_linux_i686_pro.tar.gz``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably should point to a 64bit build
and wow, apparently i authored this 4 years ago... |
Now that's funny!
…On Thu, Jan 3, 2019 at 5:55 AM Christopher Edwards ***@***.***> wrote:
and wow, apparently i authored this 4 years ago...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Update the user and group used for GT.M installation.
Change the directory to follow GT.M debian packaging defaults.
Create VistA instance using an instance owner user.
Instruct users howto create a profile script for VistA using sane
defaults.
Instruct users how to create a db.gde script for VistA using sane
defaults.
Adjust line length to about 80 characters.
Ensure consistency between other documents.
Migrated from OSEHRA Gerrit: Change-Id: Ibd8cddc03d6d54762e7bd2361db23ae7dc955d35
Suggested-by: [email protected]