Skip to content

kty1965/TripScanner-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Database Setting

User setting

CREATE USER 'zenith'@'localhost' IDENTIFIED BY 'capstone!!';
GRANT ALL PRIVILEGES ON * . * TO 'zenith'@'localhost';
FLUSH PRIVILEGES;

CREATE USER 'travis'@'localhost' IDENTIFIED BY '';
GRANT ALL PRIVILEGES ON * . * TO 'travis'@'localhost';
FLUSH PRIVILEGES;

Installation

Mac OS X

$ brew install imagemagick

Ubuntu

$ apt-get install imagemagick

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages