Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.63 KB

quick.rst

File metadata and controls

53 lines (34 loc) · 1.63 KB

Quick starting guide

Note

This is just a quick guide for installing and starting to use Weblate, please check install for more detailed instructions.

Installing from sources

  1. Install all required dependencies, see requirements.
  2. Grab Weblate sources (either using Git or download a tarball) and unpack them.
  3. Edit settings.py to match your setup. You will at least need to configure database connection (possibly adding user and creating the database). Check config for Weblate specific configuration options.
  4. Build Django tables and initial data:

    ./manage.py syncdb
    ./scripts/generate-locales # If you are using Git checkout
  5. Configure webserver to serve Weblate, see server.

Using prebuilt appliance

  1. Download the appliance and start it. You need to choose format depending on your target environment.
  2. Everything should be set up immediatelly after boot, though you will want to adjust some settings to improve security, see appliance.

Adding translation

  1. Open admin interface (http://example.org/admin/) and create project you want to translate. See project for more details.
  2. Create subproject which is the real resource for translating - it points to Git repository and selects which files to translate. See subproject for more details.
  3. Once above is completed (it can be lengthy process depending on size of your Git repository and number of messages to translate), you can start translating.