Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start-cloud.sh implicitly requires python, virtualenv and npm #28

Open
v-pan opened this issue Jul 26, 2024 · 0 comments
Open

start-cloud.sh implicitly requires python, virtualenv and npm #28

v-pan opened this issue Jul 26, 2024 · 0 comments

Comments

@v-pan
Copy link

v-pan commented Jul 26, 2024

Prerequisites listed in README.md are docker and docker-compose. The start scripts, however, call global installations of python and npm. Either the prerequisites list should be updated, or the start scripts shouldn't depend on global installations.

Example issue when running start-cloud.sh

./start-cloud.sh: line 13: virtualenv: command not found
./start-cloud.sh: line 14: bin/activate: No such file or directory
./start-cloud.sh: line 15: pip3: command not found
./start-cloud.sh: line 16: cd: /home/therapod/repos/netsoc-dev-env/cloud/ui: No such file or directory
./start-cloud.sh: line 17: npm: command not found

which later leads into

api.netsoc.test    | ModuleNotFoundError: No module named 'v1'

...

cloud.netsoc.test  | npm ERR! enoent ENOENT: no such file or directory, open '/app/package.json'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant