摘要: 一、安装 Docker $ docker pull prest/prest:latest 二、运行 Docker $ docker run --rm -e PREST_HTTP_PORT=3000 \ -e PREST_PG_HOST=xxx.xxx.xxx.xxx\ -e PREST_PG_POR 阅读全文
posted @ 2021-10-08 20:21 Wonz 阅读(304) 评论(1) 推荐(0) 编辑
摘要: 一、安装 使用 docker 安装: $ docker pull postgres:alpine 二、启动 起 docker 容器: $ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:543 阅读全文
posted @ 2021-10-08 20:02 Wonz 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 一、Mac 环境配置 1. 在 Mac 安装 git 和 node.js 使用 brew 进行安装 brew install git brew install node 2. 安装 hexo npm install hexo g 这条命令不行(用的时候会出现 hexo: COMMAND NOT FO 阅读全文
posted @ 2021-10-08 19:50 Wonz 阅读(80) 评论(0) 推荐(0) 编辑