Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diaspora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milan
diaspora
Commits
bfd39b01
Commit
bfd39b01
authored
14 years ago
by
Raphael
Browse files
Options
Downloads
Patches
Plain Diff
Readme wording adjustment
parent
5fad23c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-7
5 additions, 7 deletions
README.md
with
5 additions
and
7 deletions
README.md
+
5
−
7
View file @
bfd39b01
...
...
@@ -33,15 +33,13 @@ instructions.
## Notice
We currently run Diaspora with the
[
thin
](
http://code.macournoyer.com/thin/
)
as
our webserver, behind
[
nginx
](
http://wiki.nginx.org/Main
)
. Diaspora uses the
asynchronous feature of
[
EventMachine
](
http://rubyeventmachine.com/
)
to send
messages between seeds, using the power of the
[
Reactor
](
http://en.wikipedia.org/wiki/Reactor_pattern
)
pattern. If you use
mod_rails, mongrel, or another non-eventmachine based application server,
federation and/or websockets may not work.
our webserver, behind
[
nginx
](
http://wiki.nginx.org/Main
)
. Diaspora uses an
asynchronous
[
EventMachine
](
http://rubyeventmachine.com/
)
queue inside the appserver
to send messages between seeds. If you use mod_rails, mongrel, or another
non-eventmachine based application server, federation may not work.
If you don't like thin, you can always try
[
Rainbows!
](
http://rainbows.rubyforge.org/
)
We will try
and
fully support more
[
Rainbows!
](
http://rainbows.rubyforge.org/
)
We will try
to
fully support more
webservers later, but that is what works for now.
These instructions are for machines running
[
Ubuntu
](
http://www.ubuntu.com/
)
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment