Tag: GitLab/Mavericksにインストール

目次

関連ページ

参考情報

MacPortsを使ってインストール

コマンドラインツールのインストール

事前準備

icu

sudo port install icu 

git

sudo port instlal git-core 

logrotate

sudo port install logrotate 
To use logrotate:

  * If /opt/local/etc/logrotate.conf does not exist copy the example into place.

    $ sudo cp /opt/local/share/logrotate/logrotate.conf.example /opt/local/etc/logrotate.conf

  * With the startupitem variant (+startupitem) you can activate a scheduled log
    rotation with this command.

    $ sudo port load logrotate

  * To create your own startup item with non-default intervals, build logrotate
    without the startupitem variant (-startupitem), copy the example into place
    and edit to your liking, then load with launchctl when finished.

    $ sudo cp /opt/local/share/logrotate/org.macports.logrotate.plist.example
/Library/LaunchDaemons/org.macports.logrotate.plist

    $ sudo launchctl load -w /Library/LaunchDaemons/org.macports.logrotate.plist

redis

sudo port install redis 
If you prefer to start a redis server manually, rather than using 'port load', then use this
command:

    redis-server /opt/local/etc/redis.conf

libxml2

sudo port install libxml2-devel

python2.7のインストール

sudo port install python27
sudo port select  --set python python27
sudo port install py27-setuptools

docutilsをインストール

curl -O http://heanet.dl.sourceforge.net/project/docutils/docutils/0.11/docutils-0.11.tar.gz
gunzip -c docutils-0.11.tar.gz | tar xopf -
cd docutils-0.11
sudo python setup.py install

データベースのインストール

データベースのセットアップ

Ruby

※)ここまでで挫折


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-04-11 (月) 15:28:15