You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The defaults from the database.yml should work if you have not made any modifications to the postgres authentication. You may need to change database.yml to suite your config.
75
+
66
76
# Start Gitlab service
67
77
68
78
```bash
69
79
service gitlab start
70
80
service nginx restart
71
81
```
82
+
83
+
# Check application Status
84
+
85
+
Check if GitLab and its environment are configured correctly:
0 commit comments