GithubHelp home page GithubHelp logo

jjyr / yibu.io Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 3.0 148 KB

A simple and elegant forum, inspired from Reddit. https://yibuio.herokuapp.com/

License: GNU General Public License v3.0

Ruby 72.26% JavaScript 1.03% CoffeeScript 1.22% CSS 4.40% HTML 21.09%
forum rails ruby-on-rails foundation-site

yibu.io's Introduction

Yibuio

yibuio community source

异步IO 是基于评分和标签的论坛,灵感来自于 Reddit, 可以认为是精简的开源实现

Yibuio is a simple and elegant forum, inspired from Reddit.

DEMO

https://yibuio.herokuapp.com/

Deploy

clone [email protected]:jjyr/yibu.io.git
cd yibu.io

bundle install

# configuration config/settings.yml
export DATABASE_URL={your database url}

# setup database
export RAILS_ENV=production
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails db:seed

# start web
bundle exec rails server
# start worker
bundle exec sidekiq

Deploy With Docker

  1. Modify config/settings.yml and docker-compose.yml options
  2. Install docker-compose
  3. Run docker-compose up -d --build to start services
  4. Init database
    docker-compose run web rails db:create
    docker-compose run web rails db:migrate
    docker-compose run web rails db:seed
    
  5. Visit http://0.0.0.0:3000

Contribution

  1. Open issue on github
  2. Discuss with me
  3. Pull Request!

LICENSE

GNU General Public License v3.0

yibu.io's People

Contributors

jjyr avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

yibu.io's Issues

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.