牌語備忘録 -pygo

あくまでもメモです。なるべくオフィシャルの情報を参照してください。

牌語備忘録 -pygo

Redmine

Redmine 2.0.0 にアップデートしてみた

1.4.1 から 2.0.0 基本、前回やったことを2.0.0にしてやっただけ。*1 『generate_session_store』のとこで 注記がでた rake generate_session_store Note: The rake task generate_session_store has been deprecated, please use the replacement version g…

Redmine 1.4.2 リリースされたけど 2.0.0 もリリースされそう

Redmine 1.4.2 が 2012-05-13 にリリース されたわけですが、 http://www.redmine.org/news/65 ロードマップ見ると 2012-05-15 に Rails3 対応の Redmine 2.0.0 がリリースされそうな感じ。 Roadmap - Redmine うーん、どうしよ(´・ω・`)

さくらVPSにUbuntuインストール後の設定メモ その4 Redmine

install: apache2 sudo aptitude install apache2 sudo aptitude install apache2-threaded-dev sudo sysv-rc-conf apache2 on install: Ruby (aptitude installの場合) sudo aptitude install build-essential sudo aptitude install ruby1.9.3 install: Ru…

Redmine と Git 連携メモ

Install and Config: GIt sudo yum -y install git git config --global user.name admin git config --global user.email admin@domain.com git config --global color.diff auto git config --global color.status auto git config --global color.branch …

Redmine『1.4』 をインストール (Apache + MySQL)

(AWS Amazon Linax, CentOS) *1 Install: 開発ツールとRubyとPassengerのビルドに必要なヘッダファイルなど sudo yum groupinstall "Development Tools" sudo yum install openssl-devel readline-devel zlib-devel curl-devel sudo yum install mysql-serv…

AWS の Ubuntu に Redmine 『1.3.2』 構築メモ (MySQL + Apache)

aptitude で Redmine を インストールするとちょい古い ver 1.1 になってしまう。 なので SVN からチェックアウトして今現在の最新版を入れてみる。 とりあえずaptitude update sudo aptitude update Install MySQL sudo aptitude install mysql-serverパス…

AWS の Ubuntu に Redmine を速攻構築メモ (MySQL + Apache)

aptitude install でインストールすると redmine のバージョンは 1.1.3 になるが気にしない、あとで考える。(ちなみに現在の最新 1.3.2 stable) 簡単速攻優先。 とりあえずaptitude update *1 sudo aptitude update Install MySQL sudo aptitude install m…

AWS の Ubuntu に Redmine を構築メモ、今回は『Nginx』で (MySQL)

とりあえずやってみる。(nginx/1.0.5) とりあえずaptitude update *1 sudo aptitude update Install MySQL sudo aptitude install mysql-serverパスワード入力など If this field is left blank, the password will not be changed. New password for the My…