Skip to content
Snippets Groups Projects
Commit fd04b7f1 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch 'doc-https-links' into 'master'

Use https where possible in docs/comments



See merge request !193
parents f44c5c51 254ec547
No related branches found
No related tags found
1 merge request!193Use https where possible in docs/comments
Loading
Loading
@@ -42,7 +42,7 @@ else
required_plugins.concat required_plugins_non_windows
end
 
# thanks to http://stackoverflow.com/a/28801317/1233435
# thanks to https://stackoverflow.com/a/28801317/1233435
required_plugins.each do |plugin|
need_restart = false
unless Vagrant.has_plugin? plugin
Loading
Loading
# Debugging with Pry
 
[Pry](http://pryrepl.org/) allows you to set breakpoints in Ruby code
[Pry](https://pryrepl.org/) allows you to set breakpoints in Ruby code
for interactive debugging. Just drop in the magic word `binding.pry`.
 
When running tests Pry's interactive debugging prompt appears in the
Loading
Loading
Loading
Loading
@@ -105,7 +105,7 @@ This is tested on CentOS 6.5:
 
```
sudo yum install http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm
sudo yum install http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo yum install https://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo yum install postgresql93-server libicu-devel cmake gcc-c++ redis ed fontconfig freetype libfreetype.so.6 libfontconfig.so.1 libstdc++.so.6 golang nodejs
 
sudo gpg2 --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
Loading
Loading
@@ -140,4 +140,4 @@ basic configuration files. Pick one:
 
[puias]: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/install/centos#add-puias-computational-repository
[docker engine]: https://docs.docker.com/engine/installation/
[vagrant]: http://www.vagrantup.com
[vagrant]: https://www.vagrantup.com
Loading
Loading
@@ -22,10 +22,10 @@ You can improve the speed by keeping all the files on the guest OS but in that
case you should take care to not lose the files if you destroy or update the VM.
To avoid usage of slow VirtualBox shared folders we use NFS here.
 
1. (optional for Windows users) [Disable Hyper-V](http://superuser.com/a/642027/143551)
1. (optional for Windows users) [Disable Hyper-V](https://superuser.com/a/642027/143551)
then enable virtualization technology via the BIOS.
1. Install [VirtualBox] and [Vagrant].
1. [Configure NFS for Vagrant](http://docs.vagrantup.com/v2/synced-folders/nfs.html)
1. [Configure NFS for Vagrant](https://docs.vagrantup.com/v2/synced-folders/nfs.html)
if you are on Linux.
1. Run `vagrant up --provider=virtualbox` in this directory (from an elevated
command prompt if on Windows). Vagrant will download an OS image, bring it
Loading
Loading
@@ -74,15 +74,15 @@ OSes like Windows/OSX you will have to run the entire Docker hypervisor in a VM
by the Vagrantfile and you should `sudo su - build` to switch to the correct
user in that case.
- If you get a "Timed out while waiting for the machine to boot" message, you
likely forgot to [disable Hyper-V](http://superuser.com/a/642027/143551) or
likely forgot to [disable Hyper-V](https://superuser.com/a/642027/143551) or
enable virtualization technology via the BIOS.
- If you have continuous problems starting Vagrant, you can uncomment
`vb.gui = true` to view any error messages.
- If you have problems running `support/edit-gitlab.yml` (bash script despite
file extension), see http://stackoverflow.com/a/5514351/1233435.
file extension), see https://stackoverflow.com/a/5514351/1233435.
- If you have errors with symlinks or Ruby during initialization, make sure you
ran `vagrant up` from an elevated command prompt (Windows users).
 
[Vagrant]: https://www.vagrantup.com
[VirtualBox]: https://www.virtualbox.org
[Docker Engine]: https://www.docker.com/products/docker-engine
\ No newline at end of file
[Docker Engine]: https://www.docker.com/products/docker-engine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment