Install Schrodinger Suite in local computer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== Download Schrodinger Suite file === https://www.schrodinger.com/downloads/releases === Install === tar -xvf Advance....tar.gz cd Advance.... ./INSTALL === Connect t...") |
No edit summary |
||
Line 20: | Line 20: | ||
# 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 | $ $SCHRODINGER/utilities/lictest -d MAESTRO_MAIN | ||
[[Category:Software]][[Category:Sysadmin]] |
Revision as of 06:27, 17 March 2022
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. Create a file named license.txt which these text
SERVER bet2.compbio.ucsf.edu ANY 27008 USE_SERVER
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