GithubHelp home page GithubHelp logo

brf1027233883 / teamplatform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 1368129224/teamplatform

0.0 1.0 0.0 8.03 MB

学生实验团队管理系统

License: GNU General Public License v3.0

Shell 0.02% JavaScript 14.55% Python 18.73% CSS 6.72% HTML 46.41% SCSS 13.58%

teamplatform's Introduction

TeamPlatform

实验室管理协作平台,实现对实验室的管理及学生团队内部的协作。

后端:Flask、MySQL

前端:Bootstrap4、jQuery、Layer

功能

实验室管理:事务、活动、座位、资产、人员信息管理;

小组管理:成员、项目、项目需求和缺陷管理;

文件共享:上传文件在不同范围共享、下载文件;

演示

演示站点:https://nav.zooter.com.cn

演示账号(可自行创建账号,请勿修改预设账号的密码,谢谢):

部署指南

  • 安装Nginx,建立virtualenv,并在虚拟环境中安装uWSGI.
  • 还原环境pip install -r requirements.txt,根据实际情况修改config.py,执行init_database.sh初始化数据库.
  • 根据实际情况修改uwsgi.ini,并启动uwsgi,创建socket文件.
  • 建立软连接nginx.conf到/etc/nginx/sites-enabled/,根据实际情况修改nginx.conf,检查配置文件/usr/sbin/nginx -t,重新加载配置文件/usr/sbin/nginx -s reload.
  • uwsgi命令:
    • 启动:uwsgi --ini xxx.ini
    • 重启:uwsgi --reload xxx.pid
    • 停止:uwsgi --stop xxx.pid

teamplatform's People

Contributors

1368129224 avatar dependabot[bot] avatar

Watchers

James Cloos 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.