Skip to content
Kei Funagayama edited this page Feb 26, 2014 · 4 revisions

Summary

beez-foundation はすべて node.js で作られています。

事前に、node.js をインストールしておく必要があります。

githubの設定

事前に、Generating SSH Keys の設定を行なってください。

node.jsの設定

node.js#nvm をインストールしてください。

nvmでなくても問題ありません。

インストール

グローバルに beez-foundation をインストールします。

$ npm install beez-foundation -g

// HEAD install
$ npm install git+https://github.com/CyberAgent/beez-foundation.git -g

ソースからインストール

$ git clone https://github.com/CyberAgent/beez-foundation.git
$ cd beez-foundation
$ ./bin/beez-foundation -h
[mode] direct access.
Load beez-common: bin/beez-common
usage bin/beez-foundation [-h|-c|-d]
	-d  debug mode
	-c  server config file path
	-a  I want to add a "/ m" module.
		It is more than one can be specified, separated by commas.
		format) -a dirname:absdirpath:from,...
		example) -a hoge:/tmp/hoge:
	-h  help

適宜パスを通して使用してください。

ローカルのソースコードをnpm globalから使用したい場合は、$ npm link が有益です。