このリポジとリーには、「Private Chef 管理ガイド」関するコードが記述されています。
事前準備
このドキュメントを使うには、Sphinxとシンタックスのハイライトの為のPygmentsのインストールが必要です。 更に、PDFを生成するならLaTeX(特にlatex2pdf)のインストールが必要です。
##インストール
easy_install Pygments
easy_install sphinx
##ビルド
このドキュメントをビルドするには:
export LC_ALL=en_US.UTF
export LANG=en_US.UTF-8
make html
HTMLのファイルを/build/html/のディレクトリ以下に作成します。
##実行
make help
詳細の表示に関しては上記コマンドを実行してください。
Use 'make upload' to upload to s3. Requires that you have Opscode internal credentials configured for s3cmd.
##OSXへのインストル
brew install python
shellの初期化の部分で次のPATHを追加します。 環境に合わせてbashのexprotの部分を書き換えます:
export PATH=/usr/local/share/pythno:$PATH
この場合sudoを使わずにeasy_install
を実行することができます。
そしてmake時の指示に従って下さい。
###OSX純正のPythonを使い場合の補足
OSXにインストールするための作業。
sudo easy_install Pygments
sudo easy_install sphinx
You may have issues with ownership of /Library/Python/2.7/site-packages/
after you build Pygments and sphinx. You can either change the ownership with:
sudo chown YOURUSER -R /Library/Python/2.7/site-packages
or make them world-executable with
sudo chmod -R 755 /Library/Python/2.7/site-packages
You can then use the make
commands as previously documented.
If you want iPad-readable docs, take the output of
make epub
and copy the build/epub/PrivateChefGuide.epub
to iTunes and sync it into the iBooks app.