您的位置:首页 > Web前端

(OK) 运行cBPM—Fedora23—SIMPLE

2016-04-22 22:33 441 查看
come from http://blog.csdn.net/ztguang/article/details/51089526
### 启动nginx

setsebool -P mysql_connect_http 1

setsebool -P named_tcp_bind_http_port 1

setsebool -P httpd_can_network_connect 1

grep nginx /var/log/audit/audit.log | audit2allow -M mypol

semodule -i mypol.pp

systemctl start nginx.service

systemctl stop nginx.service

systemctl restart nginx.service

systemctl stop httpd.service

systemctl start mariadb.service

[root@localhost recieve form Maurizio Farina]# cp -r html /usr/share/nginx/html

[root@localhost html]# chmod 755 -R /usr/share/nginx/html

iptables -F

[root@localhost html]# export WF_HOME=/usr/share/nginx; export CRITERIA_HOME=/usr/share/nginx

[root@localhost html]# ./executer

in browser: http://127.0.0.1:9090
至此,OK
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: