Skip to content

Commit

Permalink
Change unicorn config file name to be correct
Browse files Browse the repository at this point in the history
PragTob made a commit to gitlabhq that renamed unicorn.rb.orig to unicorn.rb.example. This broke my attempted install on EC2, but this should fix the problem.
  • Loading branch information
caleywoods committed Sep 18, 2012
1 parent 97fd28a commit b323852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/debian_ubuntu_aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sudo sed -i 's/YOUR_SERVER_IP/'`wget -qO- http://instance-data/latest/meta-data/
sudo sed -i 's/YOUR_SERVER_FQDN/'`wget -qO- http://instance-data/latest/meta-data/public-hostname`'/' /etc/nginx/sites-available/gitlab # Set public dns domain name.

# Configure Unicorn
sudo -u gitlab cp /home/gitlab/gitlab/config/unicorn.rb.orig /home/gitlab/gitlab/config/unicorn.rb
sudo -u gitlab cp /home/gitlab/gitlab/config/unicorn.rb.example /home/gitlab/gitlab/config/unicorn.rb

# Create a Gitlab service
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab -P /etc/init.d/
Expand Down

0 comments on commit b323852

Please sign in to comment.