Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
7e2d42f8
Commit
7e2d42f8
authored
Jul 14, 2015
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a4627ed7
3e1f4204
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
docs/admin/management.rst
docs/admin/management.rst
+1
-3
openshift/install.sh
openshift/install.sh
+5
-1
No files found.
docs/admin/management.rst
View file @
7e2d42f8
...
@@ -270,7 +270,7 @@ setupgroups
...
@@ -270,7 +270,7 @@ setupgroups
Configures default groups and (if called with ``--move``) assigns all users
Configures default groups and (if called with ``--move``) assigns all users
to default group.
to default group.
The option ``--no-update`` disables update of existing groups (only adds
The option ``--no-
privs-
update`` disables update of existing groups (only adds
new ones).
new ones).
.. seealso:: :ref:`privileges`
.. seealso:: :ref:`privileges`
...
@@ -306,5 +306,3 @@ Fetches remote VCS repositories and updates internal cache.
...
@@ -306,5 +306,3 @@ Fetches remote VCS repositories and updates internal cache.
You can either define which project or component to update (eg.
You can either define which project or component to update (eg.
``weblate/master``) or use ``--all`` to update all existing components.
``weblate/master``) or use ``--all`` to update all existing components.
openshift/install.sh
View file @
7e2d42f8
...
@@ -81,7 +81,11 @@ fi
...
@@ -81,7 +81,11 @@ fi
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py migrate --noinput"
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py migrate --noinput"
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setupgroups --move"
if
[
!
-s
$OPENSHIFT_DATA_DIR
/.credentials
]
;
then
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setupgroups --move"
else
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setupgroups --no-privs-update"
fi
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setuplang"
sh
"python
${
OPENSHIFT_REPO_DIR
}
/openshift/manage.py setuplang"
...
...
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