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
004b3512
Commit
004b3512
authored
Oct 10, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Can not use :program: for command line samples as it breaks -- (issue #376)
parent
0c3a3eff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
docs/admin/install.rst
docs/admin/install.rst
+3
-3
docs/admin/upgrade.rst
docs/admin/upgrade.rst
+9
-9
No files found.
docs/admin/install.rst
View file @
004b3512
...
...
@@ -194,12 +194,12 @@ options:
.. seealso:: `SERVER_EMAIL documentation`_
After your configuration is ready, you can run :
program
:`./manage.py syncdb` and
:
program
:`./manage.py migrate` to create database structure. Now you should be
After your configuration is ready, you can run :
samp
:`./manage.py syncdb` and
:
samp
:`./manage.py migrate` to create database structure. Now you should be
able to create translation projects using admin interface.
In case you want to run installation non interactively, you can use
:
program
:`./manage.py syncdb --noinput` and then create admin user using
:
samp
:`./manage.py syncdb --noinput` and then create admin user using
:djadmin:`createadmin` command.
You should also login to admin interface (on ``/admin/`` URL) and adjust
...
...
docs/admin/upgrade.rst
View file @
004b3512
...
...
@@ -43,31 +43,31 @@ Version specific instructions
Upgrade from 0.5 to 0.6
~~~~~~~~~~~~~~~~~~~~~~~
On upgrade to version 0.6 you should run :
program
:`./manage.py syncdb` and
:
program
:`./manage.py setupgroups --move` to setup access control as described
On upgrade to version 0.6 you should run :
samp
:`./manage.py syncdb` and
:
samp
:`./manage.py setupgroups --move` to setup access control as described
in installation section.
Upgrade from 0.6 to 0.7
~~~~~~~~~~~~~~~~~~~~~~~
On upgrade to version 0.7 you should run :
program
:`./manage.py syncdb` to
setup new tables and :
program
:`./manage.py rebuild_index` to build index for
On upgrade to version 0.7 you should run :
samp
:`./manage.py syncdb` to
setup new tables and :
samp
:`./manage.py rebuild_index` to build index for
fulltext search.
Upgrade from 0.7 to 0.8
~~~~~~~~~~~~~~~~~~~~~~~
On upgrade to version 0.8 you should run :
program
:`./manage.py syncdb` to setup
new tables, :
program
:`./manage.py setupgroups` to update privileges setup and
:
program
:`./manage.py rebuild_index` to rebuild index for fulltext search.
On upgrade to version 0.8 you should run :
samp
:`./manage.py syncdb` to setup
new tables, :
samp
:`./manage.py setupgroups` to update privileges setup and
:
samp
:`./manage.py rebuild_index` to rebuild index for fulltext search.
Upgrade from 0.8 to 0.9
~~~~~~~~~~~~~~~~~~~~~~~
On upgrade to version 0.9 file structure has changed. You need to move
:file:`repos` and :file:`whoosh-index` to :file:`weblate` folder. Also running
:
program:`./manage.py syncdb`, :program
:`./manage.py setupgroups` and
:
program
:`./manage.py setuplang` is recommended to get latest updates of
:
samp:`./manage.py syncdb`, :samp
:`./manage.py setupgroups` and
:
samp
:`./manage.py setuplang` is recommended to get latest updates of
privileges and language definitions.
Upgrade from 0.9 to 1.0
...
...
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