无法访问 gitlab-aws-image 的 Public IP
Cannot visit Public IP of gitlab-aws-image
我跟随 https://about.gitlab.com/aws/ and I could not visit the "Public IP" of the aws image. It said "This site can’t be reached". So, then I ssh'd into the instance and found there was no /etc/gitlab/gitlab.rb file so I created one and simply pasted in the contents of https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template 并将 external_url 'GENERATED_EXTERNAL_URL' 替换为 public IP。仍然不起作用。有小费吗?
https://about.gitlab.com/aws/ 上还说你应该使用 c4.large 实例,但这听起来很贵——我可以只使用 t2.micro 吗?
我习惯使用 github 所以我从不担心丢失文件,但现在我自己托管什么是专业的备份方式(比如 ec2 实例崩溃时的情况)-- 通过s3 并关注 http://docs.gitlab.com/omnibus/settings/backups.html?
最后,我之所以需要托管自己的gitlab,是因为我需要运行预接收githooks。有没有更简单的方法 运行 预接收 githooks 而无需订阅昂贵的企业服务?
我相信 https://about.gitlab.com/aws/ 坏了。最好设置亚马逊提供的默认 ubuntu 实例(您可以选择 t2.medium 或 c4.large),然后按照 gitlab.com 上的说明安装该版本的 ubuntu。只需 4 个步骤(不要执行 "from source")。
我跟随 https://about.gitlab.com/aws/ and I could not visit the "Public IP" of the aws image. It said "This site can’t be reached". So, then I ssh'd into the instance and found there was no /etc/gitlab/gitlab.rb file so I created one and simply pasted in the contents of https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template 并将 external_url 'GENERATED_EXTERNAL_URL' 替换为 public IP。仍然不起作用。有小费吗?
https://about.gitlab.com/aws/ 上还说你应该使用 c4.large 实例,但这听起来很贵——我可以只使用 t2.micro 吗?
我习惯使用 github 所以我从不担心丢失文件,但现在我自己托管什么是专业的备份方式(比如 ec2 实例崩溃时的情况)-- 通过s3 并关注 http://docs.gitlab.com/omnibus/settings/backups.html?
最后,我之所以需要托管自己的gitlab,是因为我需要运行预接收githooks。有没有更简单的方法 运行 预接收 githooks 而无需订阅昂贵的企业服务?
我相信 https://about.gitlab.com/aws/ 坏了。最好设置亚马逊提供的默认 ubuntu 实例(您可以选择 t2.medium 或 c4.large),然后按照 gitlab.com 上的说明安装该版本的 ubuntu。只需 4 个步骤(不要执行 "from source")。