group office + nginx windows安装
1、下载软件:https://windows.php.net/downloads/releases/php-7.2.8-Win32-VC15-x64.zip
https://excellmedia.dl.sourceforge.net/project/group-office/6.3/groupoffice-6.3.30-php-70.tar.gz
http://nginx.org/download/nginx-1.14.0.zip
2、新建文件夹groupoffice,GO(groupoffice)依赖的软件都解压放置于此文件夹下
3、复制php.ini-production,命名为php.ini
修改php.ini 的内容
4、启动php-cgi
.\php-cgi.exe -b 127.0.0.1:9000 -c .\php.ini
或者简单地:
.\php-cgi.exe -b 9000
5、配置nginx代理
将server的listen端口设置为6330,专为此GO做代理
6、双击nginx.exe ,黑框一闪而过;打开浏览器,http://localhost:6330/go/install
看到这个页面就说明 nginx、php、GO已通
7、复制config.php.example,命名为config.php,修改config.php内容:
8、安装mysql
https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-web-community-8.0.12.0.msi
创建用户groupoffice,密码go6330,对应config.php中db_user和db_pass;
创建schema groupoffice,对应config.php中db_name;
9、异常
go\core\db\Connection.php1231 Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'。https://laravel-china.org/articles/10736/some-craters-in-mysql-8011
ErrorException in H:\groupoffice\groupoffice-6.3.30-php-70\vendor\swiftmailer\swiftmailer\lib\classes\Swift\CharacterStream.php at line 20: Maximum execution time of 30 seconds exceeded https://blog.csdn.net/ghostyusheng/article/details/50593565
页:
[1]