-
Hi folks, I'm currently a RoR developer, but fairly new to the Ruby ecosystem overall. I'm trying to evaluate falcon for some internal services that have to be a bit more performant that Rails and I think that this fits the bill. I've been through all of your documentation but I'm still struggling to get Falcon up and running on my dev environment (macOS 11.2.3). For instance, the getting started guide says run Here's what I've tried:
I've also tried to just run some of the examples directly:
That errors with the same message. I feel that I'm missing some basic understanding about how this works. Is there some additional documentation you can point me to or advice you can give on how to get up and running? I'm happy to submit a PR to expand the getting started documentation once I figure it out. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
"Too many open files" sudo launchctl limit maxfiles 65536 unlimited Check into how to persist |
Beta Was this translation helpful? Give feedback.
-
You should add falcon as a gem to your project and then use |
Beta Was this translation helpful? Give feedback.
You should add falcon as a gem to your project and then use
bundle exec falcon serve
. You shouldn't be cloning the git repo to run it in development or production.