Skip to content

Linux

  1. Change the working directory to the GitLab installation

    Terminal window
    cd /opt/gitlab/embedded/service/gitlab-rails
  2. Install test resources

    Terminal window
    . scripts/data_seeder/test_resources.sh
  3. Globalize gems

    Terminal window
    /opt/gitlab/embedded/bin/chpst -e /opt/gitlab/etc/gitlab-rails/env /opt/gitlab/embedded/bin/bundle exec ruby scripts/data_seeder/globalize_gems.rb
  4. Install bundle

    Terminal window
    /opt/gitlab/embedded/bin/chpst -e /opt/gitlab/etc/gitlab-rails/env /opt/gitlab/embedded/bin/bundle
  5. Seed the data

    Terminal window
    gitlab-rake "ee:gitlab:seed:data_seeder[beautiful_data.rb]"
  6. Explore the data