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按照步骤
**ssh**
根据托管服务提供商的规范,作为 root 用户(或具有 sudo 访问权限的用户)进入您的计算机。- 运行以下命令:
curl -fsSL https://prime.plane.so/install/ | sh -
- 按照终端上的说明进行操作。点击 或 继续。
**Enter**``**Return**
a. Enter
翻译
b. 输入域名-Enter
- 输入您将访问 Plane 应用程序的域名,格式为 或 。如果您使用的是付费计划,则以后无法更改链接到许可证的域。
**domain.tld**``**subdomain.domain.tld**
翻译
参考输入-Enter
c.选择版本-Enter
- 选择以下选项之一:
- 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.项目登入页面
输入用户名和密码,邮箱