-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create services/install-gitlab.sh
(fixes #2139)
#2159
base: master
Are you sure you want to change the base?
Conversation
tests/resolution.bats
services/install-gitlab.sh
(fixes #2139)
services/install-gitlab.sh
Outdated
mkdir -p /srv/gitlab | ||
|
||
# create yml(s) | ||
{version: '3.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get an error when I run services gitlab install
:
Maybe related to this line not having a space (check codeclimate https://codeclimate.com/github/treehouses/cli/pull/2159).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the Code Climate error. 😌🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good: It works
Bad:
- It takes about four minutes to boot up to the login screen.
- My pi ends up bricked several minutes later.
- Can't connect to port 443 and 2222
All in all, the bad points come from my end (I'm surprised I even made it to the gitlab page with my 2gbs of ram), so I'll give it my 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FXML flashbacks intensifies