gaaloorg / PagoChiNonPaga

https://demopagochinonpaga.herokuapp.com/
GNU General Public License v3.0
0 stars 0 forks source link

Master: Build Status

Develop: Build Status

PagoChiNonPaga

PagoChiNonPaga is a platform developed for the homonym service offered by AddioPizzo for an Universitary project.

Requirements

Ruby version 2.3.1 and Rails version 4.2.7.1 are needed to run the app. Newer versions may are incompatible.

Getting Started

Download this repository from master branch.

Run

bundle install 

to install all the gems

On ubuntu and other debian based distros type:

$sudo apt-get install imagemagick libmagickwand-dev 

on your terminal to install imagemagick. This tool is required to manage images.

Run

bundle exec rake db:setup

to create the Database and fill it with fake accounts. This command actually does db:create, db:schema:load and db:seed

Fill with you credentials the config/local_env.yml . It contains the API keys for Google Maps, PayPal and the credentials of your project email. The email is used from Devise and as asynchronous notification.

Run

rails s

to start server. It runs on http://localhost:3000