-
Published Answer
I would assume that you are probably running out of memory due to running so many services on such little ram. Try resizing your dr…
•
By
joshfng
-
Published Answer
If you check check the gitlab.yml file in /home/gitlab. I believe the root password will be listed in there.
•
By
joshfng
-
Published Answer
The correct adapter to use is mysql2
<br>
<br>Make sure that in your database.yml file you have specified mysql2 as the adapter for…
•
By
joshfng
-
Published Answer
Also I would suggest to not open 3306 to the internet. Either restrict the access to your IP address, or even better, keep 3306 clo…
•
By
joshfng
-
Published Answer
It’s not interactive, but you can get screenshots of your website in different browsers, versions, and on different operating syste…
•
By
joshfng
-
Published Answer
The rails ready installer listed here is now installing ruby 2.0.0. Passenger doesn’t currently support 2.0.0
<br>
<br>To fix this:…
•
By
joshfng
-
Published Answer
https://github.com/joshfng/railsready
•
By
joshfng