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
b6348fd9
Commit
b6348fd9
authored
Dec 23, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document installation using pip
Fixes #962 Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
98c1fbd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
docs/admin/install.rst
docs/admin/install.rst
+31
-0
docs/admin/quick.rst
docs/admin/quick.rst
+1
-1
No files found.
docs/admin/install.rst
View file @
b6348fd9
...
...
@@ -208,6 +208,37 @@ On openSUSE or SLES you can install them using:
zypper install libxslt-devel libxml2-devel freetype-devel python-devel
.. _install-weblate:
Installing Weblate
------------------
It is recommended to run latest version from Git. It is maintained stable and
production ready.
To get latest sources using Git use:
.. code-block:: sh
git clone https://github.com/nijel/weblate.git
Alternatively you can use released archives. You can either download them from our
website <https://weblate.org/> or use pip installer.
Installing Weblate by pip
+++++++++++++++++++++++++
If you decode to install Weblate using pip installer, you will notice some
differences. Most importantly the command line interface is installed to the
system path as :command:`weblate` instead of :command:`./manage.py` as used in
this documentation. Also when invoking this command, you will have to specify
settings, either by :envvar:`DJANGO_SETTINGS` or on the command line, for
example:
.. code-block:: sh
weblate --settings=yourproject.settings migrate
.. _file-permissions:
Filesystem permissions
...
...
docs/admin/quick.rst
View file @
b6348fd9
...
...
@@ -13,7 +13,7 @@ Installing from sources
#. Install all required dependencies, see :ref:`requirements`.
#. Grab Weblate sources (either using Git or download a tarball) and unpack
them.
them
, see :ref:`install-weblate`
.
#. Copy :file:`weblate/settings_example.py` to :file:`weblate/settings.py` and
adjust it to match your setup. You will at least need to configure database
...
...
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