Commit f22de058 authored by Michal Čihař's avatar Michal Čihař

Document openshift setup with different database

Issue #727
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 588e9fe2
......@@ -764,6 +764,16 @@ that only version 2.0 and newer can be installed on OpenShift, as older
versions don't include the necessary configuration files. The ``--no-git``
option skips the creation of a local git repository.
You can also specify which database you want to use:
.. code-block:: sh
# For MySQL
rhc -aweblate app create -t python-2.7 -t mysql-5.5 --from-code https://github.com/paulpach/weblate.git --no-git
# For PostgreSQL
rhc -aweblate app create -t python-2.7 -t postgresql-9.2 --from-code https://github.com/paulpach/weblate.git --no-git
Default Configuration
+++++++++++++++++++++
......
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