Code Monkey home page Code Monkey logo

muxi_site's Introduction

木犀官网项目github测试版

我们在路上、前方不会太远

木犀官网项目是面向木犀内部的一系列服务网站,分为团队介绍、图书、分享、博客四个板块


状态

当前状态: 开发中

分支

master: 主分支: 发布特定功能
development: 开发分支

合作

1:本地环境搭建

1.安装flask

教程: http://docs.jinkan.org/docs/flask/installation.html#installation
不懂处请私聊朱承浩或者王怡凡

2.安装扩展环境

进入虚拟环境(还是请参见教程)
pip install -r requirment.txt

安装遇到问题请私聊朱承浩或者王怡凡

3.连接本地测试数据库

因为测试数据库路径改为了相对路径(见 issue #1),所以仓库clone下来就可以连接
数据库有改动或者有错误请私聊朱承浩或者王怡凡

4.连接远程测试数据库

搭建中........

Git 工作流

项目采用git工作流
每当有特定功能提交时, 请一定一定一定一定要遵循以下步骤

0: fork 项目仓库

在github上fork这个仓库

1: clone fork的项目仓库

git clone https://github.com/your_username/muxi_site.git

2: 从development分支开出功能分支(以feature为例)

git checkout development
git checkout -b feature development

3: 在feature分支进行功能开发

写写写写写..............代码

4: 本地调试

确保代码修改可以在本地调试通过

5: 向feature分支提交

请提交时只提交改动的文件,并写好commit信息

6: 在Github 上向dev分支发送pull request

7: 并入development分支(项目维护人负责)

8: merge development分支到master,发布版本(项目维护人负责)

进度

2015年10月19号: 木犀图书测试版1.0上线,1.0+正在修bug
-----------------------------------------------------
2015年10月19日: 木犀分享完成基本功能,下一步整合markdown编辑器和优化
-----------------------------------------------------
2015年10月20日: 木犀分享完成分页功能、权限管理
-----------------------------------------------------
2015年10月22日: 总结此仓库的合作方式(前后端),因为有点混乱有点烦

muxi_site's People

Contributors

misakar avatar

Watchers

 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.