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
a15add09
Commit
a15add09
authored
Aug 17, 2015
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1c074c1a
dcd7bb4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
docs/admin/install.rst
docs/admin/install.rst
+55
-0
No files found.
docs/admin/install.rst
View file @
a15add09
...
...
@@ -765,6 +765,61 @@ You should also adjust some settings to match your environment, namely:
* :ref:`production-site`
* :ref:`production-email`
.. _docker:
Weblate and Docker
------------------
With dockerized weblate deployment you can get your personal weblate instance
up an running in seconds. All of weblate's dependencies are already included.
MySQL is configured default database.
Deployment
++++++++++
Example for Mac OS, similar on Windows, Linux, ...
1. Install docker
2. Install docker-compose
3. clone weblate-docker repo
.. code-block:: sh
git clone https://github.com/nijel/weblate-docker.git
4. cd to weblate-docker
.. code-block:: sh
cd weblate-docker
5. start docker
.. code-block:: sh
boot2docker up
6. build weblate containers
.. code-block:: sh
docker-compose build
7. start weblate containers
.. code-block:: sh
docker-compose up
Enjoy your weblate deployment.
Select your machine - local or cloud providers
++++++++++++++++++++++++++++++++++++++++++++++
With docker-machine you can create your weblate deployment either on your local
machine or on any large number of cloud-based deployments on e.g. Amazon AWS,
Digitalocean and many more.providers.
.. _openshift:
Weblate on OpenShift
...
...
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