欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Reddit Code
来自开放百科 - 灰狐
(版本间的差异)
小 (→Links) |
小 |
||
第1行: | 第1行: | ||
[[Reddit]] is open. | [[Reddit]] is open. | ||
[[Image:Reddit-Architecture.png|right|thumb|Reddit Architecture]] | [[Image:Reddit-Architecture.png|right|thumb|Reddit Architecture]] | ||
+ | |||
+ | ==code== | ||
获得代码 | 获得代码 | ||
git clone http://code.reddit.com/repo/reddit.git | git clone http://code.reddit.com/repo/reddit.git | ||
第27行: | 第29行: | ||
me$ sudo aptitude install python-imaging | me$ sudo aptitude install python-imaging | ||
more detail: http://code.reddit.com/wiki/RedditStartToFinish | more detail: http://code.reddit.com/wiki/RedditStartToFinish | ||
+ | |||
==Debian== | ==Debian== | ||
*[http://code.reddit.com/wiki/DependenciesOnDebian5 Reddit on Debian 5] | *[http://code.reddit.com/wiki/DependenciesOnDebian5 Reddit on Debian 5] | ||
+ | |||
==[[Nginx]]== | ==[[Nginx]]== | ||
+ | |||
==[[Lighttpd]]== | ==[[Lighttpd]]== | ||
+ | |||
==INI== | ==INI== | ||
http://code.reddit.com/wiki/INISettings | http://code.reddit.com/wiki/INISettings | ||
+ | |||
==Style Guide== | ==Style Guide== | ||
CSS: reddit/rs/rs/templates/reddit.css | CSS: reddit/rs/rs/templates/reddit.css | ||
第39行: | 第46行: | ||
Header Logo: reddit/r2/r2/models/subreddit.py - Line 345 | Header Logo: reddit/r2/r2/models/subreddit.py - Line 345 | ||
+ | |||
==相关项目== | ==相关项目== | ||
*[[Pylons]] | *[[Pylons]] | ||
*[[Python Paste]] | *[[Python Paste]] | ||
+ | |||
==Links== | ==Links== | ||
*http://code.reddit.com/ | *http://code.reddit.com/ |
2013年2月4日 (一) 10:09的版本
Reddit is open.
目录 |
code
获得代码
git clone http://code.reddit.com/repo/reddit.git
安装
cd reddit/r2 sudo python setup.py develop
安装数据库
su postgres or sudo -u postgres createdb -E utf8 reddit createdb -E utf8 changes createdb -E utf8 email psql reddit < ../sql/functions.sql postgres$ paster shell example.ini >>>from r2.models import populatedb >>>populatedb.populate()
postgres$ createuser reddit postgres$ dropuser reddit postgres$ createuser -P reddit
运行
me$ memcached me$ paster serve --reload example.ini port=8080 http://127.0.0.1:8080/ ok :) 跑起来了 若图形验证不能工作 me$ sudo aptitude install python-imaging
more detail: http://code.reddit.com/wiki/RedditStartToFinish
Debian
Nginx
Lighttpd
INI
http://code.reddit.com/wiki/INISettings
Style Guide
CSS: reddit/rs/rs/templates/reddit.css
Footer: reddit/rs/rs/templates/redditfooter.html
Header Logo: reddit/r2/r2/models/subreddit.py - Line 345
相关项目
Links
分享您的观点