Commit 45a19655 authored by Michal Čihař's avatar Michal Čihař

Started Quick installation guide

parent 5152af7a
.. _config:
Configuration Configuration
------------- -------------
......
...@@ -13,6 +13,7 @@ Contents: ...@@ -13,6 +13,7 @@ Contents:
about about
usage usage
quick
install install
config config
admin admin
......
.. _install:
Installation instructions Installation instructions
========================= =========================
.. _requirements:
Requirements Requirements
------------ ------------
...@@ -29,6 +33,8 @@ default site name to match your domain. ...@@ -29,6 +33,8 @@ default site name to match your domain.
.. seealso:: :ref:`privileges` .. seealso:: :ref:`privileges`
.. _server:
Running server Running server
-------------- --------------
......
Quick installation guide
========================
.. note::
This is just a quick guide for installing Weblate please
check :ref:`install` for more detailed instructions.
From sources/git
----------------
#. Install all required dependencies, see :ref:`requirements`.
#. Grab Weblate sources (either using Git or download a tarball) and unpack
them.
#. Edit :file:`settings.py` to match your setup. You will at least need to
configure database connection (possibly adding user and creating the
database). Check :ref:`config` for Weblate specific configuration options.
#. Build Django tables and initial data:
.. code-block:: sh
./manage.py syncdb
./manage.py setuplang
./manage.py setupgroups
./manage.py compliemessages # If you are using Git checkout
#. Configure webserver to serve Weblate, see :ref:`server`.
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