outline 分析

时间:2024-11-14 09:06:02
  • 下载源代码git clone git@github.com:outline/outline
  • 安装两个数据库,配置账号密码
  • 复制.env.sample文件成.env. 添加DATABASE_URLREDIS_URL
  • 更改.env.development的URL是本地的host,或者IP地址
  • yarn install-local-ssl 安装本地ssl证书
  • yarn install --pure-lockfile安装依赖
  • yarn dev:watch启动服务
  • (可选)配置host
  • 打开页面https://local.outline.dev:3000