Release candidate testing
Closed
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
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)
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
By Administrator on 2012-12-22T04:17:41 (imported from GitLab project)
Created by: sriharshav
Found #2339 with master 25c33ca3
By Administrator on 2012-12-23T06:27:51 (imported from GitLab project)