Changes between Version 11 and Version 12 of VMSetupNotes

Show
Ignore:
Author:
cedenoj (IP: 98.232.197.70)
Timestamp:
10/26/09 00:49:35 (1 month ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VMSetupNotes

    v11 v12  
     1= VM Setup Notes = 
     2The steps on 'starting vm' will only need to be performed the first time when you are installing the operating system or whenever you want to reboot your vm. 
     3 
    14== Starting VM == 
    25The dev VMs are running on munin-vm#.eecs.oregonstate.edu where # is the number of your vm. You will need to use remote desktop to connect to wolf01.eecs.oregonstate.edu. If you are out of campus, you might need to first setup vpn and then connect to wolf. Connect to wolf using your EECS account. Once you are in wolf, go to: VMware Start Menu you'll see a new option for 'vSphere'.  
    2528  
    2629== Installing the OS == 
    27 This should be a  straight forward Debian install.  
     30This should be a  straight forward Debian netinstall.  
    2831 
    29 == VM Setup Notes == 
     32== Setting up the components == 
    3033 
    3134At the time of this writing 10/25/2009 installing BeaverSource is very complicated. The list below are the steps that I used to get beaversource up and running on Debian stable. 
    3235 
     36=== Elgg === 
    3337 * copied the sources.lst config from munin-vm3 
    3438 * setup sudo 
    7781 
    7882 
    79 now start installing trac 
     83=== Trac === 
    8084 * sudo aptitude install trac 
    8185 * http://beaversource.oregonstate.edu/projects/admin/wiki/CustomTracChanges 
    82  * jose@munin-vm3:/$ sudo mkdir data 
    83  * jose@munin-vm3:/$ sudo mkdir data/svn 
    84  * jose@munin-vm3:/$ sudo chown -R www-data /data/svn 
    85  * jose@munin-vm3:/$ sudo chown -R www-data /usr/share/trac/ 
     86 * sudo mkdir /data  
     87 * sudo mkdir /data/svn 
     88 * sudo chown -R www-data /data/svn 
     89 * sudo chown -R www-data /usr/share/trac/ 
    8690 * sudo -u postgres psql elgg < trac_ddl.sql  
    8791 * sudo -u postgres psql elgg < trac_data.sql 
    96100 * jose@munin-vm3:/usr/share/trac$ sudo ln -s /data/trac_templates/ templates 
    97101 * sudo mkdir /data/master-svn 
    98  * jose@munin-vm3:/data$ sudo mkdir /data/management 
     102 * sudo mkdir /data/management 
    99103 * jose@munin-vm3:/data/management$ svn co https://code.oregonstate.edu/svn/admin/management/bs-admin/trunk . 
    100104 * sudo aptitude install ipython  python-apt python-egenix-mxdatetime python-egenix-mxtools   python-mysqldb  python-newt  python-psycopg2 python-selinux  python-semanage