Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Commits
db6272c2
Commit
db6272c2
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Changed order of common steps.
parent
03e7b74b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+13
-10
13 additions, 10 deletions
install.sh
with
13 additions
and
10 deletions
install.sh
+
13
−
10
View file @
db6272c2
...
@@ -20,6 +20,18 @@ echo "Installation OPAM Packages ..."
...
@@ -20,6 +20,18 @@ echo "Installation OPAM Packages ..."
bash script/install-opam-packages.sh
bash script/install-opam-packages.sh
# Development and Production
echo
"Create local Logs Folder ..."
mkdir
-p
logs
echo
"Installing Web Application Packages ..."
bash script/install-web.sh
echo
"Installing Python Requirements ..."
python3.7
$(
which pip3
)
install
-r
requirements.txt
# Development
# Development
if
[
$mode
==
"dev"
]
;
then
if
[
$mode
==
"dev"
]
;
then
...
@@ -65,16 +77,7 @@ if [ $mode == "prod" ]; then
...
@@ -65,16 +77,7 @@ if [ $mode == "prod" ]; then
fi
fi
# Development and Production
# Setup Database
echo
"Create local Logs Folder ..."
mkdir
-p
logs
echo
"Installing Web Application Packages ..."
bash script/install-web.sh
echo
"Installing Python Requirements ..."
python3.7
$(
which pip3
)
install
-r
requirements.txt
echo
"Setting up database ..."
echo
"Setting up database ..."
echo
echo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment