-
Notifications
You must be signed in to change notification settings - Fork 43
Description
I have followed all the steps perfectly to setup commcare-cloud until getting to step 8 of the "Setting up a new CommCareHQ environment on a single machine".
Everytime I run the commcare-cloud monolith django-manage create_kafka_topics command i get this error: ssh 10.0.2.15 -o UserKnownHostsFile=/home/commcare/environments/monolith/known_hosts 'sudo -u cchq bash -c "cd /home/cchq/www/monolith/current; python_env-3.6/bin/python manage.py create_kafka_topics"' Ubuntu 18.04.2 LTS bash: line 0: cd: /home/cchq/www/monolith/current: No such file or directory bash: python_env-3.6/bin/python: No such file or directory
What command or process/instructions did I miss that was to create that directory?
Any help or pointing me in the right direction will be amazing.