Git Product home page Git Product logo

portalsite's Introduction

功能

门户前端

新闻动态 /通知公告 /培训专栏 /制度文档 /项目进度 /质量专栏 /荣誉中亚 /知识共享

门户后台

[内容发布]
新闻发布 /通告发布 /培训发布 /制度文档 /质量建设 /项目管理 /荣誉管理
[内容审核]
新闻审核 /通告审核 /分享审核 /评论审核
[系统管理]
新闻类型 /通告类型 /用户管理 /角色管理

Documentation(HTTP开发接口)

https://documenter.getpostman.com/view/10489749/TVemAp6o

前端项目

https://github.com/maokofan/portalSite_UI_vue

演示地址及帐号

image
前台浏览端: http://fanfanyy.cn:8290/portalSiteTourist/
后台管理端: http://fanfanyy.cn:8290/portalSiteManage/

用户 密码 用途
test test 普通用户
test1 test1 测试内容发布者
test2 test2 测试内容审核者
testAdmmin testAdmin 测试管理员

部署说明

最新版本: https://github.com/maokofan/portalSite/releases/tag/v0.1
1.安装mysql和jdk
2.新建数据库zytm_news(navicat)
3.导入sql目录下的sql文件
4.配置nginx
5.修改portalSiteJServer目录下application.yml中数据库配置
6.执行portalSiteJServer目录下start脚本(windows-start.bat / linux -start.sh)
nginx.conf中配置示例

server {
        listen       8290;
        server_name  "";

        location /portalSiteTourist {
            root   /opt/zytm_portalSite;
            index  index.html index.htm;
        }
		location /portalSiteManage {
            root   /opt/zytm_portalSite;
            index  index.html index.htm;
        }
		
		location /portalSite/ {
			proxy_pass http://127.0.0.1:8289/;
                               client_max_body_size 500m;
		}

        #error_page  404              /404.html;

        # redirect server error pages to the static page /50x.html
        #
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
    }

特别声明

前端网页仅供学习交流使用,不得用于商业目的,若相关代码违反了版权,请联系删除。

portalsite's People

Contributors

yz18love avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.