Skip to content

jhotta/private-chef-administration-jp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Chef Administration Guide

このリポジとリーには、「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

詳細の表示に関しては上記コマンドを実行してください。

Publish

Use 'make upload' to upload to s3. Requires that you have Opscode internal credentials configured for s3cmd.

##OSXへのインストル

HomebrewでPythonをインストール

    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.

iPad

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.

About

Private Chef Administration Guide

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%