Skip to content

Commit

Permalink
Merge pull request #98 from ayapapa/3.3.1f
Browse files Browse the repository at this point in the history
3.3.1f
  • Loading branch information
ayapapa authored Feb 5, 2017
2 parents f0a3050 + 830dff9 commit 7450a71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion inst-script/install-redmine
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ chown -R $APACHE_USER:$APACHE_USER $ALM_INSTALL_DIR/*
# config settings
update_setting 'host_name' ${ALM_HOSTNAME}$ALM_SUBDIR
update_setting 'protocol' `protocol`

# 3.3.2へのバージョンアップに向けDBを更新
mysql -e "GRANT ALL PRIVILEGES ON alminium.* TO 'alminium'@'%' IDENTIFIED BY 'alminium'" mysql 2>/dev/null
1 change: 1 addition & 0 deletions redmine/setup/createdb.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CREATE DATABASE alminium DEFAULT CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON alminium.* TO alminium@localhost IDENTIFIED BY 'alminium';
GRANT ALL PRIVILEGES ON alminium.* TO 'alminium'@'%' IDENTIFIED BY 'alminium';
8 changes: 2 additions & 6 deletions redmine/setup/redmine-plugins2
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ pushd .

# install redmine_bootstrap
cd $ALM_INSTALL_DIR/plugins
git clone https://github.com/jbox-web/redmine_bootstrap_kit.git
cd redmine_bootstrap_kit/
git checkout 0.2.3
git clone -b 0.2.3 https://github.com/jbox-web/redmine_bootstrap_kit.git

# install redmine_jenkins
cd $ALM_INSTALL_DIR/plugins
git clone https://github.com/jbox-web/redmine_jenkins.git
cd redmine_jenkins/
git checkout 1.0.1
git clone -b v1.x https://github.com/ayapapa/redmine_jenkins.git

#Install gems and migrate database
cd $ALM_INSTALL_DIR/
Expand Down

0 comments on commit 7450a71

Please sign in to comment.