1 Star 1 Fork 1

冰凌呀 / Hydro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.yml 886 Bytes
一键复制 编辑 原始数据 按行查看 历史
image: gitpod/workspace-mongodb
tasks:
- name: MongoDB
init: mkdir -p /home/gitpod/db
command: mongod --dbpath /home/gitpod/db
- name: App
init: |
mkdir -p /home/gitpod/.hydro
echo '{"host":"127.0.0.1","port":"27017","name":"hydro","username":"","password":""}' >/home/gitpod/.hydro/config.json && \
nvm install 18
nvm use 18
nvm alias default 18
yarn
yarn build:ui:production
npx hydrooj cli system set server.port 2333
npx hydrooj cli user create root@hydro.local root rootroot 2
npx hydrooj cli user setSuperAdmin 2
command: yarn debug
env:
DEFAULT_STORE_PATH: /home/gitpod/file
vscode:
extensions:
- dbaeumer.vscode-eslint
- vscode-icons-team.vscode-icons
- samuelcolvin.jinjahtml
- tabnine.tabnine-vscode
- gruntfuggly.todo-tree
- ryanluker.vscode-coverage-gutters
1
https://gitee.com/bingling_ice-cream/Hydro.git
git@gitee.com:bingling_ice-cream/Hydro.git
bingling_ice-cream
Hydro
Hydro
master

搜索帮助