模板:USJ Customize OV
来自Ubuntu中文
跳到导航跳到搜索
Customize OpenVistA EHR
- Customize OpenVista EHR Client passwords:
- ID: sys.admin Password: vista!456 (changed from vista!123)
- How to change (mandatory):
- OpenVistA-CIS Client -> login (Login ID/Password) -> Change Password on Connect (ticked)
- ID: text9260 Password: vista!456 (changed from no#1sostrong)
- How to change (optional as long as SSH password authentication remains disabled):
sudo passwd text9260
- ID: client9260 Password: vista!456 (changed from no#1sostrong)
- How to change (optional as long as SSH password authentication remains disabled):
sudo passwd client9260
- ID: openvistaEHR Password: vista!456 (changed from vista!123)
- How to change (mandatory):
sudo passwd openvistaEHR
- Copy the administrative server user's (previously created) SSH authorized_keys file to the .ssh folders for client9260 and text9260. On this server, serveruser = jauntyadmin00 by default. If you have created a new user as your default admin user (for example myownuserID), you should replace serveruser with myownuserID in the examples below instead (assuming you have already created a new authorized_keys file in the /home/myownuserID/.ssh directory):
sudo rm /home/client9260/.ssh/authorized_keys sudo cp /home/serveruser/.ssh/authorized_keys /home/client9260/.ssh/ sudo chown -R client9260 /home/client9260
and
sudo rm /home/text9260/.ssh/authorized_keys sudo cp /home/serveruser/.ssh/authorized_keys /home/text9260/.ssh/ sudo chown -R text9260 /home/text9260
- Edit all the OpenVistA Menu items / shortcuts, replacing myjaunty00.dyndns.org with your chosen URL (e.g. clarkkent.dyndns.org) in each one.
VistA Server functions
The VistA server functions are generally configured from a text interface. The VistA server is very flexible and powerful, and therefore can seem complex to customize and daunting for new users.
Accessing the interface is possible in several ways:
- Use the VistA Server Admin (text9260) (or VistA Server Text Client) commands / menu items / shortcuts (with or without SSH).
- Log into VistA Commander using the command / menu item / shortcut.
- Log directly into the server using the provided Linux login (openvistaEHR) and open a Terminal. This automatically loads the VistA Commander interface. (On Astronaut systems, the default initial password is vista!123 unless it has been changed by the user at installation.)
- Use the Text Client and VistA Config menu items / shortcuts in the Astronaut Client menu (Windows systems only).
Then see