Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cazenave
Pastis Vitamui
Commits
854bd836
Commit
854bd836
authored
May 13, 2020
by
cazenave
Browse files
test dockerfile sur security-internal
parent
7147ebc4
Pipeline
#2220
failed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tools/start_dev.sh
0 → 100644
View file @
854bd836
#!/usr/bin/env bash
#set -x
# Start UI Portal back
cd
../ui/ui-pastis
mvn spring-boot:run
-Dspring-boot
.run.noverify
cd
/tools
# Start UI Identity front
cd
../ui/ui-frontend
npm
install
npm run start:identity
cd
/tools
# Start UI Portal front
cd
../ui/ui-frontend
npm
install
npm run start:portal
# Start UI Portal front
cd
../ui/ui-frontend
npm
install
npm run start:pastis
Write
Preview
Markdown
is supported
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