Commit 9279cf6904413ced35d9f55b9f857213741eb1e5
1 parent
475d39be
Exists in
master
and in
1 other branch
alterando ftp para http
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
script/redmine.sh
... | ... | @@ -20,7 +20,7 @@ sudo yum -y install zlib-devel curl-devel openssl-devel httpd-devel apr-devel ap |
20 | 20 | # 2. Compilando o ruby |
21 | 21 | |
22 | 22 | mkdir /tmp/ruby && cd /tmp/ruby |
23 | -sudo curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz | tar xz | |
23 | +sudo curl --progress http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz | tar xz | |
24 | 24 | cd ruby-2.0.0-p451 |
25 | 25 | ./configure --disable-install-rdoc |
26 | 26 | make |
... | ... | @@ -106,5 +106,4 @@ bundle exec rake redmine:backlogs:install story_trackers=2 task_tracker=1 |
106 | 106 | |
107 | 107 | # 16. Executando redmine |
108 | 108 | |
109 | -sudo unicorn_rails -c /opt/redmine/config/unicorn.rb -E production -l 0.0.0.0:9080 -D | |
110 | - | |
109 | +sudo unicorn_rails -c /opt/redmine/config/unicorn.rb -E production -l 0.0.0.0:9080 -D | |
111 | 110 | \ No newline at end of file | ... | ... |