Skip to content

dfmontano/SGV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Ruby version

    Ruby 2.3.0 Ruby on Rails 5.0.1

  • System dependencies

    PostgreSQL 9.6:

    $ brew install postgresql
    CREATE EXTENSION "uuid-ossp";
    

    ImageMagick:

    $ brew install imagemagick

    Redis:

    $ brew install redis

  • Configuration

    $ bundle install

  • Database creation

    $ rake db:create

  • Database initialization

    $ rake db:migrate
    $ rake db:seed
    
  • How to run the app

    $ redis-server
    $ bundle exec sidekiq
    $ rails server
    

About

Sistema de Gestión Vehicular UTPL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.1%
  • Ruby 46.0%
  • CSS 3.0%
  • CoffeeScript 1.2%
  • JavaScript 0.7%