Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

snap-school/rsnap

Repository files navigation

Status

Build Status Dependency Status Code Climate Coverage Status Railsbp

Installation

  • install postgresql, copy config/database.yml.example to config/database.yml and configure this file.

  • install and configure rvm with ruby

  • run bundle intall and install all dependencies needed for the gems

  • run rake bower:install

  • copy .env.example to .env and configure them

  • run rake db:migrate

  • run rails s to create a user

  • run rails c and execute User.all.first.add_role :admin