You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/.gitpod.yml

22 lines
714 B
YAML

image: gitpod/workspace-mongodb
4 years ago
tasks:
- command: mongod --dbpath /home/gitpod/db
- init: |
mkdir -p /home/gitpod/.hydro
echo '{"host":"127.0.0.1","port":"27017","name":"hydro","username":"","password":""}' >/home/gitpod/.hydro/config.json && \
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
4 years ago
vscode:
extensions:
- dbaeumer.vscode-eslint
- vscode-icons-team.vscode-icons
- samuelcolvin.jinjahtml
- tabnine.tabnine-vscode
- gruntfuggly.todo-tree