Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
flame
flame-clmc
Commits
920a149e
Commit
920a149e
authored
6 years ago
by
Nikolay Stanchev
Browse files
Options
Downloads
Patches
Plain Diff
Updates installation scripts
parent
80e692b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/clmc-service/install-clmc-service.sh
+0
-3
0 additions, 3 deletions
scripts/clmc-service/install-clmc-service.sh
scripts/clmc-service/install-neo4j.sh
+0
-7
0 additions, 7 deletions
scripts/clmc-service/install-neo4j.sh
with
0 additions
and
10 deletions
scripts/clmc-service/install-clmc-service.sh
+
0
−
3
View file @
920a149e
...
...
@@ -27,11 +27,8 @@ apt-get install -y python3 python3-pip curl
update-alternatives
--install
/usr/bin/python python /usr/bin/python3 10
echo
"----> Installing virtualenv and wrapper"
apt-get
install
-y
python3-virtualenv virtualenvwrapper
pip3
install
virtualenv
pip3
install
virtualenvwrapper
pip3
install
psycopg2-binary
pip3
install
influxdb py2neo
## CLMC-SERVICE
## ----------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
scripts/clmc-service/install-neo4j.sh
+
0
−
7
View file @
920a149e
...
...
@@ -57,10 +57,3 @@ while true; do
[[
"
${
SECONDS
}
"
-ge
"
${
end
}
"
]]
&&
exit
1
sleep
1
done
#echo "----->Installing python libraries"
#apt-get -y install build-essential libssl-dev libffi-dev python3-dev
#apt-get -y install python3 python3-pip python3-setuptools
#update-alternatives --install /usr/bin/python python /usr/bin/python3 10
#apt-get update
#pip3 install influxdb py2neo
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