Seed local database

HI,
I am new in Ruby and i am set up the open source project on Ubuntu and stuck in some point.
$ bundle exec rails db:setup
When i execute the above command then its not running.
I was execute this in project directory not from root directory.
I found the error that no Gemfiles and /bundler direcory was found.

Please help asap.

Do you see your gemfile physically listed in the directory? Did you run ‘bundle install’?

Just a reminder, when you run rake db:setup or rails db:setup make sure you are in the app’s root directory…

Just test that the Gemfile work locally. If it doesn’t then please contact support and get their help.