欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Reddit Code
来自开放百科 - 灰狐
(版本间的差异)
小 (→Links) |
小 (→Links) |
||
(未显示1个用户的2个中间版本) | |||
第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]] | ||
− | == | + | |
− | * | + | ==链接== |
+ | *[https://github.com/reddit/reddit/ reddit @ github] | ||
*http://www.reddit.com/r/redditdev/ | *http://www.reddit.com/r/redditdev/ | ||
*http://groups.google.com/group/reddit-dev | *http://groups.google.com/group/reddit-dev | ||
[[category:reddit]] | [[category:reddit]] | ||
+ | [[category:python]] |
2015年8月27日 (四) 02:37的最后版本
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
[编辑] 相关项目
[编辑] 链接
分享您的观点