BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
dab09316
Commit
dab09316
authored
Aug 19, 2014
by
exromany
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move env to end of lines
parent
45ef553a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
user_management.md
doc/raketasks/user_management.md
+4
-4
No files found.
doc/raketasks/user_management.md
View file @
dab09316
...
...
@@ -7,7 +7,7 @@
sudo
gitlab-rake gitlab:import:user_to_projects[username@domain.tld]
# installation from source or cookbook
RAILS_ENV
=
production bundle
exec
rake gitlab:import:user_to_projects[username@domain.tld]
bundle
exec
rake gitlab:import:user_to_projects[username@domain.tld]
RAILS_ENV
=
production
```
## Add all users to all projects
...
...
@@ -21,7 +21,7 @@ Notes:
sudo
gitlab-rake gitlab:import:all_users_to_all_projects
# installation from source or cookbook
RAILS_ENV
=
production bundle
exec
rake gitlab:import:all_users_to_all_projects
bundle
exec
rake gitlab:import:all_users_to_all_projects
RAILS_ENV
=
production
```
## Add user as a developer to all groups
...
...
@@ -31,7 +31,7 @@ RAILS_ENV=production bundle exec rake gitlab:import:all_users_to_all_projects
sudo
gitlab-rake gitlab:import:user_to_groups[username@domain.tld]
# installation from source or cookbook
RAILS_ENV
=
production bundle
exec
rake gitlab:import:user_to_groups[username@domain.tld]
bundle
exec
rake gitlab:import:user_to_groups[username@domain.tld]
RAILS_ENV
=
production
```
## Add all users to all groups
...
...
@@ -45,5 +45,5 @@ Notes:
sudo
gitlab-rake gitlab:import:all_users_to_all_groups
# installation from source or cookbook
RAILS_ENV
=
production bundle
exec
rake gitlab:import:all_users_to_all_groups
bundle
exec
rake gitlab:import:all_users_to_all_groups
RAILS_ENV
=
production
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment