GithubHelp home page GithubHelp logo

tjnet / repost Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zenizh/repost

0.0 2.0 0.0 1.73 MB

An open source software to communicate with your team members through posting daily reports.

Ruby 45.31% JavaScript 46.89% CSS 5.46% HTML 2.34%

repost's Introduction

Repost

CircleCI Gitter License: MIT

Repost is an open source software to communicate with your team members through posting daily reports. This project focuses on a good user interface using Redux and React. Ruby on Rails is used for the backend server.

NOTICE Repost is still under development. So it may occur breaking changes, and it's too insecure to use this.

Screenshot

Build with

Repost is build with following libraries. This project is still pre-alpha, so it adopts latest version of each.

  • Ruby
  • Ruby on Rails
  • Redux
  • React
  • PostgreSQL
  • draft.js

Development

To develop Repost, you should run servers of Ruby on Rails and Webpack. db:populate fills your database with example data.

$ git clone [email protected]:kami-zh/repost.git
$ cd repost
$ bundle install
$ bin/rails db:create db:migrate db:seed_fu db:populate
$ bin/rails s
$ bin/webpack-dev-server

Deployment

To start Repost on production, you should compile webpacker before running server of Ruby on Rails.

$ git clone [email protected]:kami-zh/repost.git
$ cd repost
$ vi config/database.yml
$ cp config/unicorn.rb.example config/unicorn.rb
$ vi config/unicorn.rb
$ bundle install --without development test
$ bin/yarn install --production
$ RAILS_ENV=production bundle exec rails webpacker:compile
$ RAILS_ENV=production bundle exec rails db:create db:migrate db:seed_fu
$ bundle exec unicorn -c config/unicorn.rb -E production

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kami-zh/repost.

License

The gem is available as open source under the terms of the MIT License.

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.