Skip to content

Instantly share code, notes, and snippets.

View canujohann's full-sized avatar

johann CANU canujohann

  • Axa Life Insurance
  • Tokyo
View GitHub Profile
@canujohann
canujohann / yeoman.md
Last active August 29, 2015 14:14
Yeoman

YEOMAN tutorial

インストール

#install grunt
npm install -g grunt-cli

#install yo with npm
npm install -g yo bower
@canujohann
canujohann / flyway.md
Last active October 15, 2015 08:11
flyway Install

新規DBを作成

環境に合わせてDBを作成してください

create database xxx_flyway;

設定ファイルを変更

@canujohann
canujohann / tomcat-log.md
Created April 16, 2015 09:12
tomcatのログ設定

アクセスログ

server.xml

<Context path="/sampleAP" docBase="/home/sample/webapp">
  <Valve className="org.apache.catalina.valves.AccessLogValve" 
         directory="/home/sample/log"
         prefix="access-"
         fileDateFormat="yyyy-MM-dd"
@canujohann
canujohann / asw-summit-2015-06.md
Created June 2, 2015 07:36
asw-summit-2015-06.md

AWS summit

Github CEO (Scott Chacon)

[email protected]

Large companies use open source (OS)

s3fs + s3 sync

Mount avec s3fs

/usr/bin/s3fs s3.mydomain.com /my_folder_to_mount/ -o allow_other

unmount

@canujohann
canujohann / online-marketing-definition.md
Last active October 15, 2015 08:10
online-marketing-definition.md

コスト

CPA Cost Per Acquisition/ Action

CPC Cost Per Click

  • CPAコストよりも広告料金が発生しやすく低額に設定される傾向。

CPD Cost Per Duration

@canujohann
canujohann / flyway.md
Last active September 18, 2015 01:42
Basic commands for flyway

File format

V1__CreatexxForBaseline.sql

Simple migration

./flyway migrate
@canujohann
canujohann / heroku-maintenance-mode.md
Last active October 6, 2015 04:52
ホストの全てのリクエストをメンテナンスページに移動(heroku)

herokuアプリ作成

heroku create my-maintenance-project

プロジェクトをclone

cd my_path
@canujohann
canujohann / swift-memo.md
Last active February 23, 2016 01:00
swift メモ
Functions definition
func someFunction(a: Int) { /* ... */ }
Tuples definition
@canujohann
canujohann / observable-webview.md
Created January 27, 2016 02:25
observable-webview