Giter VIP home page Giter VIP logo

meidebook's Introduction

美德公益读书(网站已经暂停运营)

活动详情

功能展示

包含“注册、登录、搜索图书、查看图书信息、评论图书、发表读书心得、上传图片、验证码等”功能。

请访问美德公益图书 - 首页体验相关功能(更侧重手机访问体验)。

安装本项目

采用Sinatra架构搭建本项目,数据库操作用Sequel,数据库用SQLite,界面用WeUI,模板引擎用Slim

安装Ruby

安装rbenv

相比RVM,我更喜欢rbenv。RVM中我想要的功能,rbenv都有。用了rbenv,你会发现一些RVM的不便之处。

安装其它软件

ImageMagick 用于图片处理。

安装本程序

$ git clone [email protected]:gazeldx/meidebook.git
$ cd /path/to/meidebook
$ gem install bundler
$ bundle install
$ sequel -m db/migrations sqlite://db/book_development.db -E # 创建数据库
$ puma # 启动项目,这时可以访问 http://localhost:9292/ 了

代码说明

./config.ru是第一个被加载的文件,./controllers/application_controller.rb是一个很重要的文件。

安装Nginx并运行程序在80端口

详见./deploy/README.md

其它使用帮助见Wiki

meidebook's People

Contributors

gazeldx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.