Skip to content

Commit

Permalink
version 1.02.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawliczek committed Mar 16, 2018
1 parent 4047565 commit 283e147
Show file tree
Hide file tree
Showing 183 changed files with 16,194 additions and 4,387 deletions.
9 changes: 5 additions & 4 deletions install.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
#!/usr/bin/env ruby

require 'genboreeTools'


# copy static files
`cp ./src/data/conf/actionability.yaml /usr/local/brl/data/conf/`
`cp -r ./src/data/redmine /usr/local/brl/data/`
`cp -r ./src/data/* /usr/local/brl/data/`
`chmod 600 /usr/local/brl/data/messages/conf/ac-release-wag.client-ssl.no-jks.properties`

# install app
`./install_app.sh`


require 'genboreeTools'


group_name = 'actionability'
work_kb_name = 'actionability'
release_kb_name = 'actionability_release'
Expand Down
3 changes: 3 additions & 0 deletions install_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ cp -r src/redmine/sencha-deploy/genboree_ac /usr/local/brl/local/rails/redmine/
rm -rf /usr/local/brl/local/rails/redmine/plugins/genboree_ac
cp -r src/redmine/plugins/genboree_ac /usr/local/brl/local/rails/redmine/plugins/

rm -rf /usr/local/brl/local/etc/conf/actionability*
cp -r src/etc_conf/* /usr/local/brl/local/etc/conf/

cd ${DIR_TARGET}/rails/redmine
RAILS_ENV=production rake db:migrate
RAILS_ENV=production rake redmine:plugins
Expand Down
Loading

0 comments on commit 283e147

Please sign in to comment.