All Projects → jjyr → yibu.io

jjyr / yibu.io

Licence: GPL-3.0 license
A simple and elegant forum, inspired from Reddit. https://yibuio.herokuapp.com/

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to yibu.io

Docker Flarum
💬 🐳 Docker image of Flarum
Stars: ✭ 216 (+1250%)
Mutual labels:  forum
Roo
😋 美观大气的论坛社区
Stars: ✭ 238 (+1387.5%)
Mutual labels:  forum
rails 6 github template
Easy way to get a new Rails 6 project up and running.
Stars: ✭ 12 (-25%)
Mutual labels:  ruby-on-rails
Collipa
The source code of Collipa
Stars: ✭ 217 (+1256.25%)
Mutual labels:  forum
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (+1356.25%)
Mutual labels:  forum
Forum
Django forum clone from F2E.im support SAE
Stars: ✭ 252 (+1475%)
Mutual labels:  forum
Refire Forum
Serverless discussion forum built with React, Redux and Firebase
Stars: ✭ 206 (+1187.5%)
Mutual labels:  forum
ROBOgram
Instagram clone built with React/Redux, Ruby on Rails, PostgreSQL, AWS S3
Stars: ✭ 37 (+131.25%)
Mutual labels:  ruby-on-rails
Natika
Simple PHP Forum system for developers.
Stars: ✭ 236 (+1375%)
Mutual labels:  forum
nxt init
Define initializers and attribute readers for your arguments with a single line of code
Stars: ✭ 21 (+31.25%)
Mutual labels:  ruby-on-rails
Phpdish
🏠 PHPDish is a powerful forum system written in PHP. It is based on the Symfony PHP Framework.
Stars: ✭ 225 (+1306.25%)
Mutual labels:  forum
Tch Nginx Gui
Modified file to apply to a stock technicolor GUI
Stars: ✭ 231 (+1343.75%)
Mutual labels:  forum
handbook
📙 ErgoServ Developer's Handbook - a collection of guides, recipes, and scripts for helping you get things done, better.
Stars: ✭ 46 (+187.5%)
Mutual labels:  ruby-on-rails
Iisns
sns 开放社区
Stars: ✭ 217 (+1256.25%)
Mutual labels:  forum
BookForum
A light-weight forum powered by Django. It supports many of the necessary functions out of the box.
Stars: ✭ 21 (+31.25%)
Mutual labels:  forum
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+1206.25%)
Mutual labels:  forum
Rocboss Old
High load, simple micro community software
Stars: ✭ 247 (+1443.75%)
Mutual labels:  forum
skyderby
The most advanced flight analysis and competition scoring
Stars: ✭ 79 (+393.75%)
Mutual labels:  ruby-on-rails
s3 asset deploy
Deploy & manage static assets on S3 with rolling deploys & rollbacks in mind.
Stars: ✭ 63 (+293.75%)
Mutual labels:  ruby-on-rails
projects
Türk geliştiricelerin açık kaynak Ruby projeleri
Stars: ✭ 13 (-18.75%)
Mutual labels:  ruby-on-rails

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].