6.打开ie8浏览器浏览 出现config writeable no 错误直接chmod 777 /var/www/html就可以了默认为755只有读执行的权限所以错误。最后修改回来权限即可最好加上-R 参数。
Your PHP Logging Level is too high to handle the running of BASE!
Please set the 'error_reporting' variable to at least 'E_ALL & ~E_NOTICE' in your php.ini!
修改/etc/php.ini文件
error_reporting = E_ALL
改为:error_reporting = E_ALL & ~E_NOTICE
填写adodb路径如下:
填写一些数据库信息如下:
创建base管理员账号和密码如下:
自动创建数据库如下:
软件没有主动在/var/www/html目录下创建base_conf.php配置文件,只要自己创建一个base_conf.php复制以下内容,或者直接修改/var/www/html的权限即可自己创建。
成功安装base如下: