/kano

An O2O service on home maintenance.

Primary LanguageRuby

Kano

Circle CI

Installation for Development

Install and configure the following packages:

  • PostgreSQL
  • Redis
  • NodeJS
  • ImageMagick

Run the following commands for setup:

bundle install
npm install
cd config
cp database.yml{.example,}
cp secrets.yml{.example,}
cp redis.yml{.example,}
cp wechat.yml{.example,}
cp handyman_wechat.yml{.example,}
cp sms.yml{.example,}
cp slack.yml{.example,}

Configure database.yml with database authentication for PostgreSQL.

To start project, ensure PostgreSQL and Redis running, then execute:

sidekiq
rails s

Contribution

Check CONTRIBUTING.md for contribution guidelines.