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
45a19655
Commit
45a19655
authored
Apr 12, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Started Quick installation guide
parent
5152af7a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
0 deletions
+39
-0
docs/config.rst
docs/config.rst
+2
-0
docs/index.rst
docs/index.rst
+1
-0
docs/install.rst
docs/install.rst
+6
-0
docs/quick.rst
docs/quick.rst
+30
-0
No files found.
docs/config.rst
View file @
45a19655
.. _config:
Configuration
Configuration
-------------
-------------
...
...
docs/index.rst
View file @
45a19655
...
@@ -13,6 +13,7 @@ Contents:
...
@@ -13,6 +13,7 @@ Contents:
about
about
usage
usage
quick
install
install
config
config
admin
admin
...
...
docs/install.rst
View file @
45a19655
.. _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
--------------
--------------
...
...
docs/quick.rst
0 → 100644
View file @
45a19655
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`.
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