brew install mysql
brew install nodejs
brew install ruby
gem install -g compass
node install -g grunt-cli
cd modules/web
npm install
bower install
grunt setup
grunt
cd ../../
sbt run
sbt batch/run
sbt test
cd modules/web
grunt test
Run the jenkins job.
c-antenna-packaging
my.cnf
# BLOBデータ等を受け付ける為、許容サイズをデフォルト16MBから以下へ変更
max_allowed_packet=100MB
# 圧縮を利用する為、Barracudaを設定
innodb_file_per_table
innodb_file_format = Barracuda
innodb_log_file_size=256M
圧縮するテーブルにはROW_FORMAT=COMPRESSED
を付ける
cd modules/infrastructure
sbt scalikejdbc-gen-all-force
sbt dependencyUpdates
npm install -g david
david update
npm install -g tsd
tsd update -so