Giter Club home page Giter Club logo

brookpanel's Introduction

brookpanel_lp

brookpanel_lp

基于Beego。开发的Brook流控Web面板

体验 http://brook.ws

Web搭建教程

0.把myBrookWeb.tar.gz上传并解压到服务器上

1.安装mysql

1.1.sql文件夹下的sql语句执行

1.2.mysql开启远程连接

		不会请Google

2.安装Redis 不安装的话也可以 登录错误次数限制功能用不了

		不会请Google

3.设置服务器的时区

		不会请Google

4.获取reCAPTCHA v2的sitekey和secret

		不会请Google

5.修改conf/app.conf

5.1.配置mysql(通过步骤1获取信息)

5.2.配置recaptcha v2验证(通过步骤4获取信息)

5.3.配置nginx (经供参考)

	location / {
        proxy_pass          http://127.0.0.1:60002/;  #需要反代的地址
        proxy_redirect      off;
        proxy_set_header    X-Real-IP       $remote_addr;
        proxy_set_header    X-Forwarded-For $proxy_add_x_forwarded_for;
    }

5.你需要把项目跑起来!

		 nohup ./myBrookWeb &

6.你需要开始搭建服务端了

https://github.com/pingProMax/brookserver

说明

默认管理员账号:[email protected] 密码:123456

注意数据库中的lp_sys表 请更改s_value中的值

以上步骤无特殊说明,需必做,否则跑不起来

后端端口范围 1024-60000 因此这个项目的用户量最大为 60000-1024

服务器上的其他应用程序也不要占用此范围的端口

目前还没有自动删除长期未使用的用户,所以你只需要知道就好

站在巨人的肩上

BeeGo: https://github.com/astaxie/beego

Brook: https://github.com/txthinking/brook

Jquery

Bootstrap

Mysql

Redis

brookpanel's People

Contributors

pingpromax avatar

Watchers

 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.