Error while running rake db:create

That is not an error, that’s normal, but if it keeps crashing (like in your screenshot), you can try to start bin/bundle exec unicorn -c config/unicorn.rb manually and see if that prints any errors.

This was the error when running development environment

Sidekiq testing API enabled, but this is not the test environment. Your jobs will not go to Redis

Solved by installing the development dependencies:

bundle install --deployment --with development

Successfully ran diaspora on localhost. Thanx for ur efforts. Hope this thread will solve somebody’s issues.
21%20PM