Questions tagged [diaspora]

free personal web server social network platform

Diaspora (stylized DIASPORA*) is a free personal web server[3] that implements a distributed social networking service. Installations of the software form nodes (termed "pods") which make up the distributed Diaspora social network.

44 questions
6
votes
3 answers

"Rake spec" failing most tests, but "rails s" working fine on Diaspora source

I've got source of Diaspora cloned and I've got a working local pod that seems to run without a hitch. But when I run $ rake spec some initial tests pass and then all of them start failing. Also, what I found interesting was that they fail at…
Darshan Rai
  • 130
  • 8
5
votes
1 answer

How to allow Diaspora to start when server boot up

To start Diaspora sever need to run these command: cd /home/diaspora ./script/sever My server(Ubuntu 11.10) everyday restart. I need to configure the server(Ubuntu 11.10) to allow diaspora server start up whenever my server is up. How to do it? I…
Dr34mNiTez
  • 53
  • 4
3
votes
1 answer

Error while start Diaspora Pod - !! Invalid request

[root@v45050 diaspora]# ./script/server Using rack adapter Thin web server (v1.2.11 codename Bat-Shit Crazy) Maximum connections set to 1024 Listening on 0.0.0.0:3000, CTRL+C to stop ./script/../lib/diaspora/web_socket.rb:8:…
user992307
  • 35
  • 3
3
votes
1 answer

What are the security issues with diaspora?

I heard allot of buzz around the security issues with diaspora, can someone summarize what they were?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
3
votes
1 answer

Settings for Devise::Mailer - diaspora smtp_envelope_from and smtp_envelope_to sendmail

I am having a similar problem. I am using the sendmail option and continue to get the error "An SMTP From address is required to send a message. Set the message smtp_envelope_from, return_path, sender, or from address." I have tested the Mail…
alignedfibers
  • 195
  • 1
  • 11
2
votes
1 answer

How can i test mail configuration in production mode

I have setup a diaspora pod on a debian squeeze with exim4 as smtp. If i want to reset my password through user interface (users/password/new) i do not get an email. I can mail email@domain.tld via shell. How can i test my local configuration in…
tonymarschall
  • 3,862
  • 3
  • 29
  • 52
2
votes
2 answers

NameError: uninitialized constant TurboDevAssets

I'm learning rails. I downloaded the code from https://github.com/diaspora/diaspora but it can't run. It's the error codes: /home/a1/.rvm/rubies/ruby-2.1.7/web/diaspora/config/environments/development.rb:42:in `block in ':…
lilyxue
  • 23
  • 2
2
votes
1 answer

Rails pathname missing in environment.rb

When I'm trying to install Diaspora* and after my rake db:setup I get the following error when I try open it from the browser: NameError: uninitialized constant Pathname /Users/myself/diaspora/config/environment.rb:15:in `' the line…
Diolor
  • 13,181
  • 30
  • 111
  • 179
1
vote
2 answers

Diaspora: Bundler could not find compatible versions for gem "oauth2":

After installing bundler, cloned diaspora and changed directory into diaspora. When I try bundle install I get this error: Bundler could not find compatible versions for gem "oauth2": In snapshot (Gemfile.lock): oauth2 (0.4.1) In…
1
vote
1 answer

I can not run my migrated diaspora pod at all "bundle (LoadError)"

When I run the diaspora server by script/server there are problems with web.pid sidekiq1 load_external_pid_file: pid_file not found crashed? in the log "eye_processes_stderr.log" it is repeatedly written: bin/bundle:3:in `load': cannot load…
whosoever
  • 11
  • 2
1
vote
1 answer

Problem with Rake while attempting to install Diaspora on Dreamhost

I am attempting to install a Diaspora pod on my Dreamhost account, following the instructions here: https://github.com/diaspora/diaspora/wiki/Installing-and-Running-Diaspora Everything went smooth until it was time to use Rake in order to set up the…
Gadi A
  • 3,449
  • 8
  • 36
  • 54
1
vote
2 answers

How to install Diaspora in Windows?

I am trying to install Diaspora. When I bundle install in Windows, I encounter some problems which include Fetching http://github.com/BadMinus/devise.git C:/Ruby Installation/Ruby187/lib/ruby/gems/1.8/gems/bundler-1.0.2/lib/bundler/…
1
vote
2 answers

I am getting following error while running diaspora pod (ruby application) deployed on ubuntu14.04 system

I am getting following error while running diaspora pod (ruby application) deployed on ubuntu14.04 system bundler: failed to load command: unicorn (/home/ubuntu/.rvm/gems/ruby-2.1.8@diaspora/bin/unicorn) ubuntu@ip:~/diaspora$…
1
vote
2 answers

What requirments are necessary for a webhoster to host Diaspora*

What do I need to get from a webhoster if I want to host my own Diaspora* seed? Do I just need some webspace with ruby on rails capabilities? I suppose it uses Ruby On Rails SOAP for communication between seeds? If so what is needed for this?
bitbonk
  • 48,890
  • 37
  • 186
  • 278
1
vote
1 answer

diaspora autofollow on join not working on heroku pod

I had a working diaspora pod on heroku from past 3 months every thing is working fine accept the auto follow on join functionality. I had set my own account to follow and its working but new users on my pod are not getting my old post. Anyone know…
Shadab Alam
  • 85
  • 1
  • 8
1
2 3