Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 555 Bytes

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