当前位置: 首页 > 工具软件 > OpenGoo > 使用案例 >

ubuntu 9.04 install opengoo

陆昕
2023-12-01

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

  • OK: /config is writable
  • OK: /cache is writable
  • OK: /upload is writable
  • OK: /tmp is writable

step 5: fill in some informations

 

now you can visit your weboffice!

 

 

 

 类似资料:

相关阅读

相关文章

相关问答