Rhaptos 2.0 (Enterprise Rhaptos) Installation log
Following instructions at https://trac.rhaptos.org/trac/rhaptos/wiki/EnterpriseRhaptosQuickInstall?version=9
System - Mac OS X 10.6.2 -- any system that will run a current version of VirtualBox should work
- Virtual Box - 3.0.12 r54655 -- Any version that will run a current version of Debian and the VirtualBox Additions should work (often the latest version of Virtual box does not work)
- Debian - debian-503-i386-netinst.iso -- Not sure what versions of Debian will work
- 256MB ram
- 8GB Hard Disk
- Select the Automatic Graphic installmadchris
- English, United States, American English options (defaults)
- host name -> rhaptos -- Anything should work
- domain name -> ole.org -- not sure if this matters if you are running it localy
- Eastern time -- should not matter
- Guided Entire disk, All files on one partition. -- nothing more complex needed for a local test install.
- US mirror - ftp.us.debian.org (no proxy)
- yes to feedback -- up to you
- 'Desktop env' and 'Standard Sys'
- if you are using an existing install
- apt-get update
- apt-get upgrade
- log in using the user you created
- su -- use the root password you created
- Install VirtualBox Additions -- mostly for copy/paste and mousing between host and VM (http://wvarner.blogspot.com/2008/05/installing-virtualbox-guest-additions.html)
- apt-get install build-essential module-assistant
- m-a prepare
- mount /media/cdrom
- sh /media/cdrom/VBoxLinuxAdditions-x86.run
Rhaptos
- Follow instructions at https://trac.rhaptos.org/trac/rhaptos/wiki/EnterpriseRhaptosQuickInstall?version=9
- notice the users "Useing a root shell" and "Be sure you are logged in as a normal user (not root)"
- Open Terminal
- su -- to log in as root
- pico /etc/apt/sources.list
- Add the following 2 lines
deb http://rhaptos.org/debian binary/
deb http://www.backports.org/debian etch-backports main contrib non-free - cd /srv
- chmod a+rwx .
- exit -- switch mack to you normal user
- echo 'p\n' | svn co https://software.cnx.rice.edu/svn/Releases/rhaptos/buildout
- cd buildout
- python2.4 bootstrap.py -c empty_ds.cfg
- ./bin/buildout -c empty_ds.cfg
- ./scripts/application start
- ./scripts/oolaunch