Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Schema
Commits
f92f94b6
Commit
f92f94b6
authored
Feb 04, 2021
by
Matt Wise
Browse files
install pip requirements during bootstrap
parent
6d7537a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
deployments/scripts/aws/bootstrap.sh
View file @
f92f94b6
...
...
@@ -12,6 +12,8 @@ if [ -z "$DEPLOYMENTS_BASE_DIR" ];
then
export
DEPLOYMENTS_BASE_DIR
=
deployments
;
fi
pip3
install
-r
$AWS_DEPLOYMENTS_SUBDIR
/requirements.txt
echo
$AWS_BASE_URL
export
AWS_SCHEMA_SERVICE_URL
=
$AWS_BASE_URL
/api/schema-service/v1/schema
BEARER_TOKEN
=
`
python3
$AWS_DEPLOYMENTS_SUBDIR
/Token.py
`
...
...
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