download opengoo:
http://www.opengoo.org/downloads.html
Environment configure:
1. sudo apt-get install mysql-server-5.1
2. sudo apt-get install apache2
3. sudo apt-get install php5
4. sudo apt-get install php5-dg
5. sudo apt-get install php5-mysql
install opengoo:
step1: move download opengoo to /var/www
mv opengoo /var/www
step 2: create database for opengoo
login mysql:mysql -u root -p
create database opengoo;
step 3: install
http://localhost/opengoo
step 4: change power for some directory
cd /var/www/opengoo
chmod a+w /config /cache /upload /tmp
step 5: fill in some informations
now you can visit your weboffice!