-
Notifications
You must be signed in to change notification settings - Fork 5
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
Running saturn locally #920
base: main
Are you sure you want to change the base?
Conversation
nour-massri
commented
Jan 21, 2025
- putting together the setup I had to run saturn locally in a dockerized portable way
21ac6fb
to
8ec61bb
Compare
8ec61bb
to
00a4ee3
Compare
00a4ee3
to
8ec61bb
Compare
… pythong scaffolds calls
8ec61bb
to
4832f07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got as far as my last comment before weirdness struck... any ideas?
saturn/README.md
Outdated
docker run -it --rm --network host \ | ||
|
||
-v $(pwd):/development \ | ||
|
||
pubsub-emulator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command goes haywire and spams this error:
/usr/local/bin/startpubsub.sh: 24: read: Illegal option -e
Enter a command to run (e.g., ./pubsubclient <command> <args>, all paths /development/...):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did a push rebuild again and test