Install Schrodinger Suite in local computer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
'''MAKE SURE YOUR UCSF VPN IS ON''' | '''MAKE SURE YOUR UCSF VPN IS ON''' | ||
1. Create a file named license.txt which these text | 1.1 Create a file named license.txt which these text | ||
SERVER bet2.compbio.ucsf.edu ANY 27008 | SERVER bet2.compbio.ucsf.edu ANY 27008 | ||
USE_SERVER | USE_SERVER | ||
1.2 Note on 08-21-2024, Schrodinger will stop using FlexNET license manager in version 2025-1 while we are waiting for the instruction Schrodinger license manager. You will need to run this | |||
export SCHRODINGER=/opt/schrodinger/suite<version> | |||
$SCHRODINGER/utilities/feature_flags -d SCHRODINGER_LICENSE_MANAGER | |||
2. Install the license | 2. Install the license | ||
export SCHRODINGER=/opt/schrodinger/suite<version> | |||
$SCHRODINGER/licadmin INSTALL -c /path/to/license.txt #this will install a lic file in /Library/Application\ Support/Schrodinger/licenses/ if you are on MAC | |||
# Test if the license file is working. If it works, it will tell you when the license will be expired | # Test if the license file is working. If it works, it will tell you when the license will be expired | ||
$SCHRODINGER/utilities/lictest -d MAESTRO_MAIN | |||
[[Category:Software]][[Category:Sysadmin]] | [[Category:Software]][[Category:Sysadmin]] |
Revision as of 18:21, 21 August 2024
Download Schrodinger Suite file
https://www.schrodinger.com/downloads/releases
Install
tar -xvf Advance....tar.gz cd Advance.... ./INSTALL
Connect to bkslab's license server
MAKE SURE YOUR UCSF VPN IS ON
1.1 Create a file named license.txt which these text
SERVER bet2.compbio.ucsf.edu ANY 27008 USE_SERVER
1.2 Note on 08-21-2024, Schrodinger will stop using FlexNET license manager in version 2025-1 while we are waiting for the instruction Schrodinger license manager. You will need to run this
export SCHRODINGER=/opt/schrodinger/suite<version> $SCHRODINGER/utilities/feature_flags -d SCHRODINGER_LICENSE_MANAGER
2. Install the license
export SCHRODINGER=/opt/schrodinger/suite<version> $SCHRODINGER/licadmin INSTALL -c /path/to/license.txt #this will install a lic file in /Library/Application\ Support/Schrodinger/licenses/ if you are on MAC # Test if the license file is working. If it works, it will tell you when the license will be expired $SCHRODINGER/utilities/lictest -d MAESTRO_MAIN