From 9279cf6904413ced35d9f55b9f857213741eb1e5 Mon Sep 17 00:00:00 2001 From: Macartur Carvalho Date: Mon, 14 Jul 2014 21:41:19 +0000 Subject: [PATCH] alterando ftp para http --- script/redmine.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/redmine.sh b/script/redmine.sh index 686c829..072c260 100755 --- a/script/redmine.sh +++ b/script/redmine.sh @@ -20,7 +20,7 @@ sudo yum -y install zlib-devel curl-devel openssl-devel httpd-devel apr-devel ap # 2. Compilando o ruby mkdir /tmp/ruby && cd /tmp/ruby -sudo curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz | tar xz +sudo curl --progress http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz | tar xz cd ruby-2.0.0-p451 ./configure --disable-install-rdoc make @@ -106,5 +106,4 @@ bundle exec rake redmine:backlogs:install story_trackers=2 task_tracker=1 # 16. Executando redmine -sudo unicorn_rails -c /opt/redmine/config/unicorn.rb -E production -l 0.0.0.0:9080 -D - +sudo unicorn_rails -c /opt/redmine/config/unicorn.rb -E production -l 0.0.0.0:9080 -D \ No newline at end of file -- libgit2 0.21.2