GitLab Development Kit
Start using the Data Seeder with the GitLab Development Kit
-
Start the Database
Start the local database
Terminal window gdk start db -
Seed the Data
Seed with the default seed file that ships with GitLab.
Terminal window bundle exec rake "ee:gitlab:seed:data_seeder[beautiful_data.rb]"You can specify a custom seed file by providing the path to the file.
Terminal window bundle exec rake "ee:gitlab:seed:data_seeder[/path/to/your/seed_file.rb]" -
Explore the Data