All Projects → informat365 → Cornerstone

informat365 / Cornerstone

Licence: GPL-3.0 License
一站式项目管理系统 任务管理、需求管理、缺陷管理、DevOps、WIKI、在线文档 同样的功能,带来不同的体验!

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects
HTML
75241 projects
Less
1899 projects

Projects that are alternatives of or similar to Cornerstone

Teamvision
Teamvision软件工程协作工具
Stars: ✭ 380 (+1051.52%)
Mutual labels:  project, project-management
Masterplan
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
Stars: ✭ 221 (+569.7%)
Mutual labels:  project, project-management
Projeny
A project and package manager for Unity
Stars: ✭ 656 (+1887.88%)
Mutual labels:  project, project-management
Android-Library-Management
Android Library Management Project
Stars: ✭ 32 (-3.03%)
Mutual labels:  project, project-management
NearBeach
NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
Stars: ✭ 97 (+193.94%)
Mutual labels:  project, project-management
Gantt Elastic
Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
Stars: ✭ 869 (+2533.33%)
Mutual labels:  project, project-management
Focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Stars: ✭ 1,153 (+3393.94%)
Mutual labels:  project, project-management
Forge
F# CLI tool for project, file, and solution management
Stars: ✭ 233 (+606.06%)
Mutual labels:  project, project-management
project-management
A basic CLI for regularly updating your project's status
Stars: ✭ 90 (+172.73%)
Mutual labels:  project, project-management
project-management-cheat-sheet
Project Management Cheat Sheet
Stars: ✭ 60 (+81.82%)
Mutual labels:  project, project-management
HiveMind
HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Stars: ✭ 40 (+21.21%)
Mutual labels:  wiki, project-management
links-uteis
📎 A curated list of awesome project development links
Stars: ✭ 2,547 (+7618.18%)
Mutual labels:  project, project-management
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+324.24%)
Mutual labels:  project, project-management
latelier
L'atelier, a project management tool
Stars: ✭ 74 (+124.24%)
Mutual labels:  project-management
aragon-wiki
The Aragon wiki
Stars: ✭ 76 (+130.3%)
Mutual labels:  wiki
sipeed wiki
sipeed wiki:https://wiki.sipeed.com
Stars: ✭ 25 (-24.24%)
Mutual labels:  wiki
hexo-theme-stellar
Elegant and powerful theme for Hexo.
Stars: ✭ 181 (+448.48%)
Mutual labels:  wiki
woowacourse-projects
🧑🏻‍💻 우아한테크코스에서 학습한 내용을 정리하는 Repository
Stars: ✭ 21 (-36.36%)
Mutual labels:  project
Cyanhall
Content List on Cyanhall, Star me if it’s useful ★ Cheatsheets
Stars: ✭ 39 (+18.18%)
Mutual labels:  wiki
gym-management
Gym Management System provides an easy to use interface for the users and a database for the admin to maintain the records of gym members.
Stars: ✭ 27 (-18.18%)
Mutual labels:  project

Cornerstone

新一代项目管理工具 全行业覆盖的一站式项目协作工具,集个人Portal、项目管理、团队协作、任务管理、测试管理、持续集成、Devops、CMDB、文件管理、Wiki管理于一体。

产品介绍: https://www.cornerstone365.cn/cooperation.html#console

环境依赖

  • 硬件:4G或以上内存,至少10G硬盘(推荐100G或以上)
  • 操作系统:推荐Linux Centos7
  • 数据库:Mysql5.7或以上

一键自动安装

  • 宿主机部署
$ curl -sL http://install.cornerstone365.cn/github/script/install_cs_mysql.sh | sudo bash -

需要root账号执行
默认安装路径/cshome 网页验证是否部署成功: http://[ip]:8888 默认账号:root 密码:ITITitit666

  • docker部署
$ curl -sL http://install.cornerstone365.cn/github/script/docker_build_cs_mysql.sh | sudo bash -s 'youMysqlPassword'

如不指定数据库密码,默认使用uuid作为数据库密码

上手指南

  • 创建数据库

  • 本地数据库连接配置:
    Cornerstone/CornerstoneBizSystem/local.properties localProperties.png

  • Biz服务启动类:
    Cornerstone/CornerstoneBizSystem/src/cornerstone/biz/CornerstoneBizSystem.java bizRun.png

  • WEB服务启动类:
    Cornerstone/CornerstoneWebSystem/src/cornerstone/web/CornerstoneWebSystem.java webRun.png

  • Web前端目录:
    Cornerstone/CornerstoneWebSystem/websrc/
    websrcPackage.png

  • 本地启动:

查看下面本地启动

配置微信公众号

项目目录结构描述

│ Cornerstone
├─docs 文档目录
│  ├─db    	数据库文档目录
│  └─mannual    用户操作手册
├─CornerstoneBizSystem 业务系统
│  └─src  业务系统源码目录
└─CornerstoneWebSystem Web系统
   └─websrc Web系统源码目录      

本地启动

启动前先查看上手指南

  • 修改Biz服务local.properties数据库配置信息
  • 启动Biz服务
  • 启动web前端
  • 进入 Cornerstone/CornerstoneWebSystem/websrc

    如果没有安装node.js 请先安装node.js https://nodejs.org/

  • 启动服务
$ npm i 
$ npm run serve

npmRun.png

  • 登录页面 (默认账号密码 root ITITitit666)
    login.png
  • 操作指导

编译

  • 选择ant build.xml (CornerstoneBizSystem/build.xml、 CornerstoneWebSystem/build.xml)
    chooseAnt.png
  • ant构造Biz工程
    buildBizAnt.png
  • 验证是否构造成功 验证文件:CornerstoneBizSystem/release/CornerstoneBizSystem.jaz
  • 编译WEB(CornerstoneBebSystem/websrc)
$ npm i
$ npm run build
  • ant构造web工程(等待biz ant构造完成)
    buildWebAnt.png
  • 验证是否构造成功 验证文件:CornerstoneWebSystem/release/CornerstoneWebSystem.war
  • 将CornerstoneBizSystem.jaz、CornerstoneWebSystem.war上传至linux系统

Linux部署

  • 获取cs目录结构
$ curl -O http://install.cornerstone365.cn/github/install/cshome.tar.gz
  • 解压cs目录至服务器根目录
$ tar -zxvf cshome.tar.gz -C /
  • 将CornerstoneBizSystem.jaz放在目录:/cshome/jazmin_server_jdk10/instance/CornerstoneBizSystem
  • 将CornerstoneWebSystem.war放在目录:/cshome/jazmin_server_jdk10/instance/CornerstoneWebSystem
  • 修改mysql连接配置: /cshome/jazmin_server_jdk10/instance/CornerstoneBizSystem/jazmin.js
  • 启动cornerstone
  • 网页验证是否部署成功: http://[ip]:8888
$ cd /cshome/jazmin_server_jdk10/
$ ./restartall.sh

功能示例

首页

process2.png

报表

report.png

wiki

wiki1.png wiki2.png

任务

task1.png task2.png task3.png

DevOps

devops.png

流程审批

process1.png

操作指导

帮助文档: https://www.cornerstone365.cn/doc/

上手视频: https://www.cornerstone365.cn/videos.html

联系我们

  • 深圳市基石协作科技有限公司
  • 地址:深圳市南山区粤海街道深圳湾生态园7B-812
  • 座机:400-185-5850
  • 手机:16675114379
  • 邮箱: [email protected]
    img.png
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].