Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sinopsysHK
kresus
Commits
a2148bbe
Commit
a2148bbe
authored
Jul 07, 2021
by
Nicolas Frandeboeuf
Browse files
[tools] Add gitpod config
parent
6abaf27a
Pipeline
#437583
passed with stage
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitpod.yml
0 → 100644
View file @
a2148bbe
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks
:
-
name
:
Install woob & npm dependencies
init
:
|
python3 -m pip install --no-cache-dir woob
yarn install
cp config.example.ini config.ini
sed -i -e "s/salt=/salt=nonrandomgitpodsalt/" config.ini
sed -i -e "s/type=/type=sqlite/" config.ini
sed -i -e "s/sqlite_path=/sqlite_path=\/tmp\/kresus-dev.sqlite/" config.ini
command
:
yarn dev
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports
:
-
port
:
8080
onOpen
:
open-preview
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment