logo

read分まとめ

echo -n "What is your name?:" read YOURNAME

echo "Your name is ${YOURNAME}

# sh test.sh What is your name?:inamuu Your name is inamuu

One minute to read

Redis

One minute to read

RedMine

One minute to read

RedMineのバージョン確認

Environment: Redmine version 2.3.3.stable Ruby version 1.9.3-p448 (2013-06-27) [x86_64-linux] Rails version 3.2.13 Environment production Database adapter Mysql2 Redmine plugins: no plugin installed

One minute to read

RedMineの再起動

このあとにブラウザからRedmineでアクセスすると、少し時間がかかって接続できるようになります。

One minute to read

remiリポジトリを使用する

remiはデフォルトではenableが0になっており、使用しない設定になっているので、使用する際は

yum install –enablerepo=remi ◯◯

上記コマンドを使用する。

One minute to read