guyuehhh 发表于 2016-12-21 09:47:20

Retwis-py 安装使用

  Retwis-py:
  Retwis-py 是一个基于 Python 和 Redis 开发的仿 Twitter 微博系统。
  (一)安装准备:
  1.redis windows版本 https://github.com/dmajkic/redis/downloads
  2.redis-py  Python 客户端开发包。 https://github.com/andymccurdy/redis-py/
  3.Retwis-py https://github.com/pims/retwis-py
  (二)安装启动
  1.redis windows 下载解压、启动:
  

  

  2.安装redis-py  Python 客户端开发包

  redis-py 安装成功.
  3.解压retwis-py 并启动 retwis-py
  

  4.通过浏览器访问: http://localhost:8080
  

  登录成功发微博:
  

  文章并未详细说明安装的会出现的问题,运行的时候可能会找不到模块: No module ****
  自己去google搜索解决.
  总感觉python相关的资料还是太少。
  相关安装包也可从附件中下载
  redis微博设计文章:http://www.cellphp.com/article-read-nosql-20-handlersocket-nosql-zeromq-micro-blog-gps-tokyocabinet.html
页: [1]
查看完整版本: Retwis-py 安装使用