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
#!/bin/bash | |
# You should clone this gist to obtain the installation and patch file | |
# and then run it locally, after changing the below settings to something | |
# suitable for your system. Something like this: | |
# sudo apt-get install -y ssh | |
# cd | |
# scp -r nhaigh@bioserver:git/sysadmin/generic/gitorious_install ./ | |
# Edit the settings below, then run the following as root: | |
# cd gitorious_install && sh ./install.sh | |
# |
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
#!/bin/bash | |
# You should clone this gist to obtain the installation and patch file | |
# and then run it locally, after changing the below settings to something | |
# suitable for your system. Something like this: | |
# sudo apt-get install -y ssh | |
# cd | |
# scp -r nhaigh@bioserver:git/sysadmin/generic/gitorious_install ./ | |
# Edit the settings below, then run the following as root: | |
# cd gitorious_install && sh ./install.sh | |
# |