Go to file
2024-08-02 04:36:46 +08:00
files add new rsync public key 2024-08-02 04:36:46 +08:00
init_priv.sh fix: 正确的在 Darwin 上替换 zrc source 的实现 2024-07-04 22:49:42 +08:00
init_root.sh Add support for configuring specific functions in init scripts 2023-11-27 13:29:26 +08:00
init_sudo.sh Add support for configuring specific functions in init scripts 2023-11-27 13:29:26 +08:00
init_user.sh add configure_miniforge 2024-06-20 01:09:02 +08:00
README.md update README.md 2024-01-07 22:52:57 +08:00
run.sh add update.sh 2023-11-30 14:30:48 +08:00
update.sh add update.sh 2023-11-30 14:30:48 +08:00
utils.sh feat: 增加对 Darwin 的支持 2024-07-03 21:17:16 +08:00

lazy

root 用户请使用 init_root.sh

有 sudo 权限的普通用户请使用 init_sudo.sh

无 sudo 权限的普通用户请使用 init_user.sh

配置文件

TODO

  • 安装 nvm 管理 nodejs 和 npm

  • 安装 docker 和 docker-compose参考链接

  • /etc/apt/sources.list.d: docker, yarn, nginx

  • 配置 docker 的 rootless 模式

  • 开启自启 dockerdocker (rootless) 和 pm2

Others

systemctl --user enable docker
sudo env PATH=$PATH:/usr/local/bin /home/ubuntu/.config/yarn/global/node_modules/pm2/bin/pm2 startup systemd -u ubuntu --hp /home/ubuntu