CentosWorkstation: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
Line 11: Line 11:
** New virtual disk
** New virtual disk
*** SCSI
*** SCSI
***
*** 20 GB
 
*** Split into 2GB files
 
* Boot with Centos 5.3 disk [http://ftp.swin.edu.au/centos/5.3/isos/x86_64/CentOS-5.3-x86_64-bin-DVD.iso 5.3 DVD iso] in


== Software ==
== Software ==


* pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the python shared object in 32-bit, we need to rebuild it. This involves running, inside the pymol source, python setup.py build. Then, copying the libpymol.so built to /usr/lib/python2.4/site-packages/pymol/_cmd.so.
* pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the python shared object in 32-bit, we need to rebuild it. This involves running, inside the pymol source, python setup.py build. Then, copying the libpymol.so built to /usr/lib/python2.4/site-packages/pymol/_cmd.so.

Revision as of 04:19, 22 April 2009

How to make a Centos Workstation (VM/Real Machine)

Building the VM (Virtual Machine)

  • Inside vmWare server, create new virtual machine
    • Custom build
    • Linux, RH4 64-bit
    • 2 Processors
    • VM not private
    • 1.5GB RAM
    • Networking: NAT
    • New virtual disk
      • SCSI
      • 20 GB
      • Split into 2GB files
  • Boot with Centos 5.3 disk 5.3 DVD iso in

Software

  • pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the python shared object in 32-bit, we need to rebuild it. This involves running, inside the pymol source, python setup.py build. Then, copying the libpymol.so built to /usr/lib/python2.4/site-packages/pymol/_cmd.so.