Hello all,
I am trying to install kobotoolbox on our server everything went well till the “Do you want to activate backups?” i choose no then it goes to showing me the following error how can i fix it?
Cloning into ‘/home/koboadmin/kobo-install-master/kobo-docker’…
remote: Enumerating objects: 4657, done.
remote: Counting objects: 100% (953/953), done.
remote: Compressing objects: 100% (465/465), done.
remote: Total 4657 (delta 567), reused 742 (delta 485), pack-reused 3704 (from 1)
Receiving objects: 100% (4657/4657), 2.51 MiB | 3.36 MiB/s, done.
Resolving deltas: 100% (2905/2905), done.
Note: switching to ‘2.024.25c’.
You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 4cc03f6 Upgrade KPI to 2.024.25c
From GitHub - kobotoolbox/kobo-docker: Stack of docker containers to all server-side components of KoBoToolbox (kpi, kobocat, enketo-express).
- tag 2.024.25c → FETCH_HEAD
Traceback (most recent call last):
File “/home/koboadmin/kobo-install-master/run.py”, line 94, in
run(force_setup=True)
File “/home/koboadmin/kobo-install-master/run.py”, line 52, in run
Command.start(force_setup=force_setup)
File “/home/koboadmin/kobo-install-master/helpers/command.py”, line 269, in start
cls.stop(output=False, frontend_only=frontend_only)
File “/home/koboadmin/kobo-install-master/helpers/command.py”, line 378, in stop
cls.stop_containers(‘maintenance’)
File “/home/koboadmin/kobo-install-master/helpers/command.py”, line 452, in stop_containers
CLI.run_command(command, path)
File “/home/koboadmin/kobo-install-master/helpers/cli.py”, line 154, in run_command
stdout = subprocess.check_output(command,
File “/usr/lib/python3.10/subprocess.py”, line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File “/usr/lib/python3.10/subprocess.py”, line 503, in run
with Popen(*popenargs, **kwargs) as process:
File “/usr/lib/python3.10/subprocess.py”, line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File “/usr/lib/python3.10/subprocess.py”, line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: ‘docker’