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
0d662595
Commit
0d662595
authored
Aug 18, 2015
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
22448968
c59cbdf8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
16 deletions
+19
-16
docs/admin/install.rst
docs/admin/install.rst
+19
-16
No files found.
docs/admin/install.rst
View file @
0d662595
...
@@ -771,54 +771,57 @@ Weblate and Docker
...
@@ -771,54 +771,57 @@ Weblate and Docker
------------------
------------------
With dockerized weblate deployment you can get your personal weblate instance
With dockerized weblate deployment you can get your personal weblate instance
up an running in seconds. All of weblate's dependencies are already included.
up an running in seconds. All of Weblate's dependencies are already included.
MySQL is configured default database.
MariaDB is configured default database, but you can switch it to MySQL or
PostgreSQL.
Deployment
Deployment
++++++++++
++++++++++
Example for Mac OS, similar on Windows, Linux, ...
Example for Mac OS, similar on Windows, Linux, ...
1. Install docker
1. Install docker and docker-compose
2. Install docker-compose
2. Start docker:
3. clone weblate-docker repo
.. code-block:: sh
.. code-block:: sh
git clone https://github.com/nijel/weblate-docker.git
boot2docker up
4. cd to weblate-docker
3. Clone weblate-docker repo:
.. code-block:: sh
.. code-block:: sh
git clone https://github.com/nijel/weblate-docker.git
cd weblate-docker
cd weblate-docker
5. start docker
4. Optionally change the database provider in :file:`docker-compose.yml`.
Following options were tested, but other versions will most likely work as
well: ``mysql:5.6``, ``mariadb:10.0``, ``postgres:9.4`` or ``busybox`` if
you want to use SQLite.
.. code-block:: sh
It might be also good idea to change predefined passwords for the database
in the :file:`docker-compose.yml`.
boot2docker up
6. build weblate containers
5. Build Weblate containers:
.. code-block:: sh
.. code-block:: sh
docker-compose build
docker-compose build
7. start weblate containers
6. Start weblate containers:
.. code-block:: sh
.. code-block:: sh
docker-compose up
docker-compose up
Enjoy your
weblate deployment
.
Enjoy your
Weblate deployment, it's accessible on port 8000
.
Select your machine - local or cloud providers
Select your machine - local or cloud providers
++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++
With docker-machine you can create your
w
eblate deployment either on your local
With docker-machine you can create your
W
eblate deployment either on your local
machine or on any large number of cloud-based deployments on e.g. Amazon AWS,
machine or on any large number of cloud-based deployments on e.g. Amazon AWS,
Digitalocean and many more
.
providers.
Digitalocean and many more
providers.
.. _openshift:
.. _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