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

Onboarding instructions do not work #523

Open
shreevatsa opened this issue Nov 12, 2023 · 0 comments
Open

Onboarding instructions do not work #523

shreevatsa opened this issue Nov 12, 2023 · 0 comments

Comments

@shreevatsa
Copy link
Contributor

shreevatsa commented Nov 12, 2023

I do not know how long this has been broken, but https://github.com/ambuda-org/ambuda#quickstart says:

$ git clone https://github.com/ambuda-org/ambuda.git
$ cd ambuda
$ make devserver

Trying it out:

$ mkdir ambuda-v10
$ cd ambuda-v10 
$ git clone https://github.com/ambuda-org/ambuda.git
Cloning into 'ambuda'...
remote: Enumerating objects: 6152, done.
remote: Counting objects: 100% (661/661), done.
remote: Compressing objects: 100% (316/316), done.
remote: Total 6152 (delta 397), reused 554 (delta 339), pack-reused 5491
Receiving objects: 100% (6152/6152), 1.93 MiB | 9.05 MiB/s, done.
Resolving deltas: 100% (4059/4059), done.
$ cd ambuda
$ make devserver
Error! Python venv not activated. Activate venv to proceed. Run: 
  > source env/bin/activate

exit 1
make: *** [py-venv-check] Error 1
$ source env/bin/activate
source: no such file or directory: env/bin/activate
$ 

It feels like the setup instructions have been broken the majority of times I've tried. Maybe it needs a test or something.


(Edit / note to self: Unblocked myself using shell history: npx concurrently "flask run" "make css-dev" "make js-dev" "make js-dev-proofer" worked in the local directory I had been using a few months ago, though it will probably not work with a new repo clone.)

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