Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FoD
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
David Schmitz
FoD
Commits
614b067d
Commit
614b067d
authored
3 years ago
by
David Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
fix installation issues
parent
cc1e1d00
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
install-centos.sh
+3
-0
3 additions, 0 deletions
install-centos.sh
install-debian.sh
+7
-3
7 additions, 3 deletions
install-debian.sh
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
11 additions
and
4 deletions
install-centos.sh
+
3
−
0
View file @
614b067d
...
...
@@ -187,6 +187,9 @@ else
sed
-i
"s#/srv/flowspy#
$fod_dir
#"
"
$fod_dir
/supervisord.conf"
cp
-f
runfod.centos.sh runfod.sh
mkdir
-p
/var/run/fod
#chown fod /var/run/fod
)
set
+e
...
...
This diff is collapsed.
Click to expand it.
install-debian.sh
+
7
−
3
View file @
614b067d
...
...
@@ -174,6 +174,7 @@ else
if
[
"
$install_basesw
"
=
1
]
;
then
#are we running in --both mode, i.e. for the venv init is run for the first time, i.e. the problematic package having issues with to new setuptools is not yet installed?
# fix
pip
install
setuptools
==
57.5.0
:
fi
pip
install
-r
requirements.txt
...
...
@@ -182,6 +183,9 @@ else
touch
flowspy/settings_local.py
fi
mkdir
-p
"
$fod_dir
/log"
"
$fod_dir
/logs"
chown
-R
fod:
"
$fod_dir
/log"
"
$fod_dir
/logs"
#./manage.py syncdb --noinput
#mkdir -p /srv/flowspy/static/
mkdir
-p
"
$static_dir
"
...
...
@@ -189,11 +193,11 @@ else
./manage.py migrate
./manage.py loaddata initial_data
mkdir
-p
"
$fod_dir
/log"
"
$fod_dir
/logs"
chown
-R
fod:
"
$fod_dir
/log"
"
$fod_dir
/logs"
cp
-f
"
$fod_dir
/supervisord.conf.dist"
"
$fod_dir
/supervisord.conf"
sed
-i
"s#/srv/flowspy#
$fod_dir
#"
"
$fod_dir
/supervisord.conf"
mkdir
-p
/var/run/fod
chown
fod: /var/run/fod
)
set
+e
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
614b067d
setuptools
setuptools
==59.1.1
argparse
cl
celery
==5.2.3
...
...
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