codefirst / nicony

A web UI for Mina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nicony

Overview

Nicony is a web interface for Mina.

Authors

  • @suer
  • @mallowlabs
  • @mzp

Requirement

  • Ruby 2.0.0
  • PostgreSQL 9.2 or later

Install

Install dependencies:

$ bundle install --path .bundle --without development test

Precompile assets:

$ bundle exec rake assets:precompile RAILS_ENV=production

Setup database:

$ bundle exec rake db:migrate RAILS_ENV=production

Edit omniauth section in config/nicony.yml:

Run:

$ bundle exec rails s -e production

and access to http://localhost:3000/

For developers

Setup database:

$ bundle exec db:migrate RAILS_ENV=test

Run tests:

$ bundle exec rake

About

A web UI for Mina


Languages

Language:Ruby 96.6%Language:JavaScript 1.8%Language:CSS 1.6%