Giter Site home page Giter Site logo

dianshu's Introduction


####这是什么#### 点书: 微信公众号《点书》的后台自动服务程序和Web站点代码

主页: http://115.28.3.240

未完成功能

  1. 微信后台程序的图书详情页面前端

  2. 历史文章列表查询功能

  3. 腾讯微博爬虫


####技术清单####

  • 前端: HTML5、Bootstrap 3.0.3、CSS、jQuery 1.10.2、JavaScript
  • 图表: Highcharts
  • 后端: Python 2.7.3、Django 1.6
  • 数据库: MongoDB 2.0.4
  • Web服务器: Nginx 1.1.19
  • 操作系统: Ubuntu 12.04.1 LTS

####环境清单:####

  1. Pycurl

    apt-get install python-pycurl
    
  2. simplejson

    apt-get install python-simplejson
    
  3. Pillow

    Pillow是Python的图片处理模块。

    apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev
     sudo ln -s /usr/lib/`uname -i`-linux-gnu /libfreetype.so /usr/lib/
     sudo ln -s /usr/lib/`uname -i`-linux-gnu/libjpeg.so /usr/lib/
     sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib/
     apt-get install python-dev
     pip install Pillow
    
  4. Git

    apt-get install git
    
  5. MySQL

    apt-get install mysql-server
     usr:root
    
  6. Django

    apt-get install python-pip
     pip install Django==1.6
    
  7. Django_auth:auth_admin_dianshu

    usr:admin
     email:[email protected]
    
  8. Django-MySQL

    apt-get install  python-mysqldb
    
  9. Django-Nginx

    apt-get install nginx python-flup
    
  10. Nginx

    apt-get install gcc
    apt-get install g++
    curl -O 
    curl -O zlib.net/zlib-1.2.8.tar.gz
    curl -O nginx.org/download/nginx-1.4.4.tar.gz
    

安装: tar -xzvf xxxx cd xxxx ./configure make make install 启动: /usr/local/nginx/sbin/nginx

dianshu's People

Contributors

niubenaniu avatar

Watchers

James Cloos avatar 北沟大仓监库彭春 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.