Nephos / MeetUs

Handle presences, vote, organize, and share your meetings
GNU General Public License v3.0
0 stars 0 forks source link

Infos

The project allows you to manage your meetings by sharing polls.

Click and Deploy

How does it work

Install

Install ruby 2.3.0 or greater, and ruby gems. Then be sure you have postgresql stuff.

not compatible with older versions

gem install bundler
bundle install

Then install the database:

cp config/database.yml.example config/database.yml
edit config/database.yml # ...
rake db:create
rake db:migrate
rake db:seed

Start

rails s