Skip to content

Commit

Permalink
update weko 2.1.1 > 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaya committed Jun 30, 2015
1 parent 0e8bbf4 commit 955423d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 5,8 @@ NIIが開発したリポジトリソフトウェア WEKO がインストール

WEKO の実験や開発を行うための環境を素早く構築することを目的としています。

導入バージョン: weko2.2.0.tar.gz

##必要ソフトウェア

* Virtualbox
Expand Down Expand Up @@ -41,6 43,8 @@ WEKO の実験や開発を行うための環境を素早く構築することを

以下のURLにアクセスし、WEKOモジュールのインストールを行ってください。

あらかじめインストールされているWEKOモジュールのバージョンは 2.2.0 です。

http://weko/nc2

管理ユーザのIDはadminです。パスワードは管理ユーザIDと同じです。
Expand Down
4 changes: 2 additions & 2 deletions chef-repo/site-cookbooks/php/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,14 1,14 @@
case node['platform']
when 'ubuntu'
default['php']['package']="php5"
default['php']['install_packages'] = %w[php5-common php5-cli php5-xml php-mbstring]
default['php']['install_packages'] = %w[php5-common php5-cli php5-xml php5-mbstring]
default['php']['apc']['install_packages'] = %w[php5-apcu php5-gd]
default['php']['mysql']['install_packages'] = %w[php5-mysql]
default['php']['php.ini']="/etc/php.ini"
default['php']['php.ini_tmpl']="php.ini.centos.erb"
when 'centos'
default['php']['package']="php"
default['php']['install_packages'] = %w[php-common php-cli php-xml]
default['php']['install_packages'] = %w[php-common php-cli php-xml php-mbstring]
default['php']['apc']['install_packages'] = %w[php-apcu php-gd]
default['php']['mysql']['install_packages'] = %w[php-mysql]
default['php']['php.ini']="/etc/php.ini"
Expand Down
9 changes: 6 additions & 3 deletions chef-repo/site-cookbooks/weko/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 1,9 @@
default['weko']['filename'] = "weko2.1.1.tar.gz"
default['weko']['remote_uri'] = "http://weko.at.nii.ac.jp/?action=cabinet_action_main_download&block_id=14&room_id=1&cabinet_id=3&file_id=75&upload_id=269"
default[:weko][:checksum]="44c8d4dd1db28e70e8f8e8089dd484043fca9d39f78fd18fd0245379c9d6699d"
#default['weko']['filename'] = "weko2.1.1.tar.gz"
default['weko']['filename'] = "weko2.2.0.tar.gz"
#default['weko']['remote_uri'] = "http://weko.at.nii.ac.jp/?action=cabinet_action_main_download&block_id=14&room_id=1&cabinet_id=3&file_id=75&upload_id=269"
default['weko']['remote_uri']="http://weko.at.nii.ac.jp/?action=cabinet_action_main_download&block_id=14&room_id=1&cabinet_id=3&file_id=97&upload_id=379"
#default[:weko][:checksum]="44c8d4dd1db28e70e8f8e8089dd484043fca9d39f78fd18fd0245379c9d6699d"
default[:weko][:checksum]="3881d3256bada077eaece6eb137c4b4f81fbd5f90ffcac4206f566c0aeb8d75c"
default['weko']['install_dir'] = "/vagrant/vendor"
default['weko']['dir'] = "#{node['weko']['install_dir']}/repository"
default[:weko][:module_name] ="repository"
Expand Down

0 comments on commit 955423d

Please sign in to comment.