Release candidate testing
Created by: dzaporozhets
- Setup a clean VM with ubuntu server or debian
- Setup gitlab v4.0.0rc using official setup documentation (DONT FORGET TO USE MASTER INSTEAD STABLE)
- Run gitlab and test main features
- Report here if you found some critical issue
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Owner
Created by: dzaporozhets
related to #2158 (closed)
By Administrator on 2012-12-21T12:13:48 (imported from GitLab project)
By Administrator on 2012-12-21T12:13:48 (imported from GitLab)
- Author Owner
Created by: moregeek
Section 1:
- vim is mentioned two times, you can remove it from the first apt-get command.
Section 2 - Add the following before the other commands:
mkdir /tmp/ruby && cd /tmp/ruby
Section 6 - install gems:
sudo -u gitlab -H bundle install --deployment --without development test
add a note to exclude e.g "postgres" & "sqlite" or "mysql" depending on the users choice.
Everything else looks fine.
By Administrator on 2012-12-21T23:57:54 (imported from GitLab project)
By Administrator on 2012-12-21T23:57:54 (imported from GitLab)
- Author Owner
Created by: sriharshav
When I follow sequence of installation.md, in step 5 user is expected to refer database.md.
And databases.md says to install gems
# Install only the necessary gems sudo -u gitlab -H bundle install --deployment --without development test postgres
But we clone gitlab only in step 6.
Also I found #2333 (closed)
By Administrator on 2012-12-22T04:17:41 (imported from GitLab project)
By Administrator on 2012-12-22T04:17:41 (imported from GitLab)
- Author Owner
Created by: dzaporozhets
yeap. thank you
By Administrator on 2012-12-22T09:55:47 (imported from GitLab project)
By Administrator on 2012-12-22T09:55:47 (imported from GitLab)
- Author Owner
Created by: riyad
@moregeek issues in section 1 and 6 should be fixed
By Administrator on 2012-12-22T14:50:07 (imported from GitLab project)
By Administrator on 2012-12-22T14:50:07 (imported from GitLab)
- Author Owner
Created by: riyad
@moregeek fixed issue in section 2
By Administrator on 2012-12-22T14:52:58 (imported from GitLab project)
By Administrator on 2012-12-22T14:52:58 (imported from GitLab)
- Author Owner
Created by: sriharshav
Found #2339 (closed) with master 25c33ca3
By Administrator on 2012-12-23T06:27:51 (imported from GitLab project)
By Administrator on 2012-12-23T06:27:51 (imported from GitLab)
- Author Owner
Created by: riyad
v4.0 release is out
By Administrator on 2012-12-23T12:53:08 (imported from GitLab project)
By Administrator on 2012-12-23T12:53:08 (imported from GitLab)