首页 > 其他分享 >kanban系统wekan安装

kanban系统wekan安装

时间:2023-02-19 17:01:49浏览次数:48  
标签:wiki kanban windows wekan github https 安装

看板类开源项目
排名第一的wekan项目
安装比较友好的leantime

下载windows 版本 wekan

进入官网 https://wekan.github.io/ , 留意最新版依赖的技术栈, 比如 WeKan v6.74 依赖的是 Meteor 2.10.0, Node.js 14.21.2, MongoDB 6.0.4。
点击 Offline Window LAN 链接进入 github wiki页面, 并按 wiki 页面的链接下载 windows 版的预编译包.
官网截图

wiki 页面: https://github.com/wekan/wekan/wiki/Offline
预编译包下载链接: https://github.com/wekan/wekan/releases 或者 https://releases.wekan.team/windows/

使用 choco 安装nodejs 14.21.2

先安装 choco, 在 PowerShell 管理员模式下运行下面命令

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

安装 nodejs

choco install nodejs --version=14.21.2

确保 node.exe 已经加到 windows 的 Path 环境变量中。

install mongoDB

安装适配mongodb版本, 不需要安装 mongo compass 软件.
mongoDB官网 https://www.mongodb.com/try/download/community 下载
mongoDB 默认的端口为 27017

wekan 启动配置

wekan 压缩包解压

将压缩包解压到本地, 注意路径不要带有空格. 比如 D:\my_program\wekan\wekan-6.74-amd64-windows\

准备start-wekan.bat 启动脚本

wiki 页面下载 start-wekan.bat 启动脚本, 按需要修改一下 ROOT_URLPORT 两个环境变量, 比如设置为:

SET ROOT_URL=http://localhost:2000
SET PORT=2000

start-wekan.bat 复制到 D:\my_program\wekan\wekan-6.74-amd64-windows\bundle\ 目录下。

登录使用

浏览器打开 http://localhost:2000 , Wekan 没有默认的帐号,注册的第一个用户就是管理员,在注册时,会发邮件认证,因为没有配置 email server 而失败,但其实用户已经正常创建了,直接登录即可。

标签:wiki,kanban,windows,wekan,github,https,安装
From: https://www.cnblogs.com/harrychinese/p/17135035.html

相关文章

  • 97、商城业务---消息队列---RabbitMQ安装
    dockerrun-d--namerabbitmq-p5671:5671-p5672:5672-p4369:4369-p25672:25672-p15671:15671-p15672:15672rabbitmq:managementdockerupdaterabbitmq--......
  • SVM之Libsvm工具包的安装教程(转载)
    SVM之Libsvm工具包的安装教程https://blog.csdn.net/qq_43493562/article/details/110918276  ......
  • dashboard安装使用
     github地址:​​      ​​​https://github.com/kubernetes/dashboard/releases​​安装说明上面由当前dashboard的匹配信息和安装yaml文件。下载yaml文件到本地w......
  • 【转载】ubuntu22.04安装gcc-8失败
    版权声明:本文为CSDN博主「Death_Note_」的原创文章,遵循CC4.0BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/Death_Note_/article/detail......
  • MongoDB简介与应用场景、Docker安装Mongo、整合SpringBoot实现CRUD
    (目录)1MongoDB相关概念1.1业务应用场景传统的关系型数据库(如MySQL),在数据操作的“三高”需求以及应对Web2.0的网站需求面前,显得力不从心。解释:“三高”需求:•Hi......
  • rust安装教程
    安装前准备C编译器环境()任选其一MicrosoftC++生成工具-VisualStudioMSYS2如果不安装,编译时将提示找不到连接器安装rustup下载rustup-init.exe(32位)下载rus......
  • Elasticsearch:Windows 7.17.7 安装
    1.下载ElasticSearchElasticSearch下载地址https://www.elastic.co/cn/downloads/past-releases#elasticsearch根据需要,选择对应的版本下载:2.安装ElasticSearch在......
  • Elasticsearch:Windows 7.17.7 安装(2)
    ElasticSearch下载后可以将其注册为Windows服务,具体可以参考官方说明:https://www.elastic.co/guide/en/elasticsearch/reference/8.6/zip-windows.html#install-windows1......
  • Win10 WSL2 手动安装在非C盘 的方法
    从微软官网下载发行版解压缩再把CanonicalGroupLimited.UbuntuonWindows_2004.2021.825.0\Ubuntu_2004.2021.825.0_x64.appx解压缩双击.exe安装即可除了.ex......
  • C++20学习-2 msys2安装
    可以直接从官网下载,但需要配置加速域名,麻烦,可以直接在清华网站上下载。下载站:https://mirrors.tuna.tsinghua.edu.cn/右键配置:msys2配置如何添加右键打开,软件包管理......