Changes between Version 11 and Version 12 of VMSetupNotes
- Timestamp:
- 10/26/09 00:49:35 (1 month ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VMSetupNotes
v11 v12 1 = VM Setup Notes = 2 The 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 1 4 == Starting VM == 2 5 The 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'. 25 28 26 29 == Installing the OS == 27 This should be a straight forward Debian install.30 This should be a straight forward Debian netinstall. 28 31 29 == VM Setup Notes ==32 == Setting up the components == 30 33 31 34 At 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. 32 35 36 === Elgg === 33 37 * copied the sources.lst config from munin-vm3 34 38 * setup sudo 77 81 78 82 79 now start installing trac 83 === Trac === 80 84 * sudo aptitude install trac 81 85 * http://beaversource.oregonstate.edu/projects/admin/wiki/CustomTracChanges 82 * jose@munin-vm3:/$ sudo mkdir data83 * jose@munin-vm3:/$ sudo mkdirdata/svn84 * jose@munin-vm3:/$sudo chown -R www-data /data/svn85 * 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/ 86 90 * sudo -u postgres psql elgg < trac_ddl.sql 87 91 * sudo -u postgres psql elgg < trac_data.sql 96 100 * jose@munin-vm3:/usr/share/trac$ sudo ln -s /data/trac_templates/ templates 97 101 * sudo mkdir /data/master-svn 98 * jose@munin-vm3:/data$sudo mkdir /data/management102 * sudo mkdir /data/management 99 103 * jose@munin-vm3:/data/management$ svn co https://code.oregonstate.edu/svn/admin/management/bs-admin/trunk . 100 104 * sudo aptitude install ipython python-apt python-egenix-mxdatetime python-egenix-mxtools python-mysqldb python-newt python-psycopg2 python-selinux python-semanage

