This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- This script will install the NGINX Amplify Agent from source --- | |
Please select your OS: | |
1. FreeBSD 10 | |
2. SLES 12 | |
3. Alpine 3.3 | |
4. Fedora 24 | |
5. Gentoo | |
6. Other |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo -u git -H bash -l -c 'bundle exec rake gitlab:setup RAILS_ENV=production' | |
2014-04-02T15:36:03Z 59052 TID-7w9yt7c INFO: Sidekiq client with redis options {:url=>"redis://localhost:6379", :namespace=>"resque:gitlab"} | |
This will create the necessary database tables and seed the database. | |
You will lose any previous data stored in the database. | |
Do you want to continue (yes/no)? yes | |
-- create_table("broadcast_messages", {:force=>true}) | |
-> 0.0925s | |
-- create_table("deploy_keys_projects", {:force=>true}) | |
-> 0.0256s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ brew doctor | |
Error: pathname contains \0: "\001\000\000\000\f\000\000\200\006\000\000\000\266\006\000\200^@\001\200\202\020\001\200\344\357\002\200\017\360\002" | |
Please report this bug: | |
https://github.com/mxcl/homebrew/wiki/troubleshooting | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:215:in `initialize' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `new' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `readlink' | |
/usr/local/Library/Homebrew/cmd/doctor.rb:208:in `check_for_broken_symlinks' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:1024:in `find' | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/find.rb:39:in `find' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.hiddenTarget { | |
display:none; | |
position:fixed; | |
} | |
.tabbedPages { | |
position:relative; | |
margin:50px 0; | |
} | |
ul.tabs { | |
padding:0; |