![]() |
| ||||||||||||||||||
![]() |
| ||||||||||||||||||
|
If you own a group-leader license of YASARA, you can install the program on an NFS mounted harddrive.
While it makes sense for many programs to run them directly from the NFS partition,
this is not an efficient solution for YASARA due to a couple of reasons:
The solution is to use the Python script rsync.py
, which can be found in the yasara/plg directory. Open this script in a text editor and adjust the settings for the first two directories
'masterdir' and 'localdir', then run it on every machine where you want to install YASARA.
The script creates a local copy of the NFS mounted YASARA folder,
preserves the config file yasara.ini, warns the user when important force field definition files got overwritten and offers to restore them.
When YASARA got updated on the NFS volume, users can simply rerun the script.
This approach makes sure that everyone can work with YASARA at full speed,
while keeping other users safe from local modifications.
| ||||||||||||||||||