Skip to content

2chまとめサイトのアンテナサイトです。(の残骸。公開止めました)

Notifications You must be signed in to change notification settings

tsukaby/c-antenna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

カテゴリアンテナ

develop : Build Status

master : Build Status

climate : Code Climate

Setup

brew install mysql
brew install nodejs
brew install ruby
gem install -g compass
node install -g grunt-cli

Install

cd modules/web
npm install
bower install
grunt setup
grunt
cd ../../

Run

sbt run

Batch

sbt batch/run

Test

sbt test
cd modules/web
grunt test

Deploy

Run the jenkins job.
c-antenna-packaging

memo

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を付ける

Update dao

cd modules/infrastructure
sbt scalikejdbc-gen-all-force

Update

sbt dependencyUpdates

npm install -g david
david update

npm install -g tsd
tsd update -so

About

2chまとめサイトのアンテナサイトです。(の残骸。公開止めました)

Resources

Stars

Watchers

Forks

Packages

No packages published