Diaspora

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Mac OS X)
(图集)
 
(未显示1个用户的14个中间版本)
第4行: 第4行:
  
 
==安装==
 
==安装==
  git clone -b master git://github.com/diaspora/diaspora.git && cd diaspora
+
  git clone https://github.com/diaspora/diaspora && cd diaspora
 
  git checkout master
 
  git checkout master
cd diaspora
 
 
  bundle install --without development test heroku
 
  bundle install --without development test heroku
 
  git pull origin master // update
 
  git pull origin master // update
 +
cp /config/database.yml.example config/database.yml
 +
bundle exec rake db:create
 +
bundle exec rake db:schema:load
 +
./script/server
 +
http://localhost:3000/
  
 
===Debian===
 
===Debian===
 +
https://wiki.diasporafoundation.org/Installation/Debian/Wheezy
  
 
===Mac OS X===
 
===Mac OS X===
第18行: 第23行:
 
  brew install git
 
  brew install git
 
  brew install redis
 
  brew install redis
 +
redis-server /usr/local/etc/redis.conf
 
  sudo gem update --system
 
  sudo gem update --system
 
  sudo gem install bundler
 
  sudo gem install bundler
 +
 +
==Redis==
 +
 +
==Hashtags==
 +
*[https://github.com/diaspora/diaspora/wiki/hashtags Hashtags]
 +
 +
==账户==
 +
用户系统
 +
*[https://github.com/diaspora/diaspora/wiki/Per-aspect-profiles-(concept) 一个账号多个ID]
 +
 +
==联邦==
 +
[https://github.com/diaspora/diaspora/wiki/Federation-Protocol-Overview Federation Protocol Overview]
 +
 +
==图集==
 +
<gallery>
 +
image:diaspora-on-macosx.png|Mac OS X
 +
image:diaspora-user-huihoo.png|用户huihoo
 +
image:diaspora-technologies.png|技术
 +
image:diaspora-network.png|网络
 +
</gallery>
  
 
==链接==
 
==链接==
 
*[http://joindiaspora.com/ Diaspora官网]
 
*[http://joindiaspora.com/ Diaspora官网]
*[https://github.com/diaspora Diaspora在github]
+
*[https://github.com/diaspora diaspora @ github]
 +
*[http://travis-ci.org/diaspora/diaspora diaspora @ travis-ci]
  
 
{{comment}}
 
{{comment}}

2014年8月9日 (六) 15:51的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Diaspora Thanks, Wikipedia.

Diaspora:一个开源的社交网络系统,基于 RubyMongoDBRedis 构建,Diaspora 意在建立一个开放、去中心化的全球社交网络。它会不会成为 Facebook 的克星?

目录

[编辑] 安装

git clone https://github.com/diaspora/diaspora && cd diaspora
git checkout master
bundle install --without development test heroku
git pull origin master // update
cp /config/database.yml.example config/database.yml
bundle exec rake db:create
bundle exec rake db:schema:load
./script/server
http://localhost:3000/ 

[编辑] Debian

https://wiki.diasporafoundation.org/Installation/Debian/Wheezy

[编辑] Mac OS X

brew install mysql
mysql.server start
brew install imagemagick
brew install git
brew install redis
redis-server /usr/local/etc/redis.conf
sudo gem update --system
sudo gem install bundler

[编辑] Redis

[编辑] Hashtags

[编辑] 账户

用户系统

[编辑] 联邦

Federation Protocol Overview

[编辑] 图集

[编辑] 链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱