Commit 2ddfa882 authored by dosire's avatar dosire

Better wording of the import instructions.

parent bb9e01cb
...@@ -2,12 +2,12 @@ namespace :gitlab do ...@@ -2,12 +2,12 @@ namespace :gitlab do
namespace :import do namespace :import do
# How to use: # How to use:
# #
# 1. copy your bare repos under git repos_path # 1. copy the bare repos under the repos_path (commonly /home/git/repositories)
# 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production # 2. run: bundle exec rake gitlab:import:repos RAILS_ENV=production
# #
# Notes: # Notes:
# * project owner will be a first admin # * The project owner will set to the first administator of the system
# * existing projects will be skipped # * Existing projects will be skipped
# #
desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance" desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
task repos: :environment do task repos: :environment do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment