Coder Social home page Coder Social logo

richardweiu / openclms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaohuanshu/openclms

0.0 2.0 0.0 41.05 MB

适合**互联网情况的、现代化的开源课堂辅助系统

License: GNU Affero General Public License v3.0

Dockerfile 0.01% Python 99.96% Shell 0.02% Ruby 0.01% PHP 0.01%

openclms's Introduction

OpenCLMS(名字待定)

介绍

适合**互联网情况的、现代化的开源课堂辅助系统

功能

  • 微信二维码考勤
  • 作业提交
  • 资源分享
  • 课堂提问
  • 等等

部署方法(Docker-compose)

  1. Clone 代码
  2. 复制.env-example 到 .env
  3. 编辑.env配置文件
  4. 编译: docker-compose build
  5. 运行: docker-compose up -d
  6. 更新数据表: docker-compose exec web python manage.py migrate

部署方法(本地)

  1. 安装配置postgresql数据库
  2. 安装配置redis缓存服务
  3. 安装nginx服务器
  4. 安装配置Python2环境
  5. Clone代码
  6. 复制checkinsystem/local_settings_example.py 到 checkinsystem/local_settings.py
  7. 编辑checkinsystem/local_settings.py配置
  8. 测试运行 python manage.py runserver
  9. 更新数据表: python manage.py migrate
  10. 配置uwsgi与nginx

License

本项目在GNU Affero General Public License version 3协议下开源

openclms's People

Contributors

xiaohuanshu avatar

Watchers

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