当前位置: 首页 > article >正文

plane开源的自托管项目

Plane 是一个开源的自托管项目规划解决方案,专注于问题管理、里程碑跟踪以及产品路线图的设计。作为一款开源软件,Plane 的代码托管在 GitHub 平台上,允许任何人查看和贡献代码。它为用户提供了便捷的项目创建与管理手段,并配备了诸如富文本编辑、附件上传、界面布局调整、周期性任务设置以及模块化组织等高级功能,旨在提升项目管理效率和用户体验。用户可以选择注册 Plane Cloud 账户轻松开始使用 Plane 提供的服务,同时也有权根据自己的需求自行部署这一工具。

1.github地址

https://github.com/makeplane/plane

https://developers.plane.so/self-hosting/methods/docker-compose

2.docker按照步骤

  1. **ssh**根据托管服务提供商的规范,作为 root 用户(或具有 sudo 访问权限的用户)进入您的计算机。
  2. 运行以下命令:
curl -fsSL https://prime.plane.so/install/ | sh -
  1. 按照终端上的说明进行操作。点击 或 继续。**Enter**``**Return**

a. Enter

翻译




b. 输入域名-Enter

  1. 输入您将访问 Plane 应用程序的域名,格式为 或 。如果您使用的是付费计划,则以后无法更改链接到许可证的域。**domain.tld**``**subdomain.domain.tld**

翻译

参考输入-Enter

c.选择版本-Enter

  1. 选择以下选项之一:
    • Express:使用默认配置进行 Plane 安装。
    • 高级:您可以自定义数据库、Redis、存储和其他设置。
    • 当自托管 Plane 用于生产时,强烈建议配置外部数据库和存储。这可确保即使本地计算机崩溃或遇到硬件问题,您的数据也能保持安全且可访问。这些组件仅依赖本地存储会增加数据丢失和服务中断的风险。

翻译

d.修改默认端口

翻译

e.开始下载安装了

安装将需要几分钟才能完成,您将看到消息 Plane has successfully installed。您可以在安装期间提供的域上访问 Plane 应用程序

虚拟机添加本地host域名解析

[root@docker_test01 ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

10.0.1.130 docker_test01
10.0.1.130 demo.tld
[root@docker_test01 ~]# 

windows机器添加host域名解析

C:\Windows\System32\drivers\etc\hosts

项目命令

Usage:
  prime-cli
  prime-cli [command]

Available Commands:
  backup      Takes backup of your entire installation along with data
  configure   Configure the plane services to your liking.
  healthcheck Describes the status of health of all prime services
  help        Help about any command
  monitor     Displays logs and status of the Plane services
  repair      Repairs the existing installation of Plane
  restart     Restarts the Plane Server and Plane Services on the executed machine
  restore     Restores the installation from a backup selected
  setup       Setup the environment for the plane one app.
  ssl         Helps you configure ssl for your instance.
  start       Starts the Plane Server and Plane Services on the executed machine
  stop        Stops the Plane Server and Plane Services on the executed machine
  uninstall   Uninstalls all the plane services from your current machine
  update-cli  Updates the CLI to the latest version
  upgrade     Upgrades all the plane services to the latest version.

#启动项目命令

prime-cli start

#关闭项目命令

prime-cli stop

3.项目登入页面

输入用户名和密码,邮箱

在这里插入图片描述


http://www.kler.cn/a/488192.html

相关文章:

  • 《解锁图像的语言密码:Image Caption 开源神经网络项目全解析》
  • 深入理解 C 语言中浮点型数据在内存中的存储
  • Kivy,跨平台UI的艺术家
  • STL——二叉搜索树
  • Photon最新版本PUN 2.29 PREE,在无网的局域网下,无法连接自己搭建的本地服务器
  • 代码随想录算法训练营day27
  • 《Spring Framework实战》13:4.1.4.4.延迟初始化Bean
  • qml Column详解
  • 0109鹅厂面经
  • 媒体资源生产转码过程
  • Formality:默认配置文件
  • 国产信创实践(国能磐石服务器操作系统CEOS +东方通TongHttpServer)
  • 【海南省】乡镇界arcgis格式shp数据乡镇名称和编码gis矢量数据
  • 设TCP的门限值的初始值为10个报文段,当拥塞窗口上升到24时网络发生了超时,TCP使用慢开始和拥塞避免后第一轮的拥塞窗口大小是,门限值为
  • pytorch torch.clamp函数介绍
  • 在职研生活学习--20250108~开题报告随想
  • 深入浅出C#线程池ThreadPool:提升程序性能的利器
  • 华为企业组网的一些基本运用
  • matlab函数讲解——randsample
  • 数据结构-顺序表的相关算法实现
  • 工程工程项目管理软件的核心价值与应用策略
  • OpenCV相机标定与3D重建(53)解决 Perspective-3-Point (P3P) 问题函数solveP3P()的使用
  • Linux内核TTY子系统有什么(6)
  • 对Python的深度学习
  • 一键整理背包界面功能
  • 【GoLang】两个字符串如何比较大小?以及字典顺序的比较规则