We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ca426 commit 8a5406dCopy full SHA for 8a5406d
1 file changed
docs/installation.rst
@@ -0,0 +1,21 @@
1
+Installation
2
+============
3
+
4
+Installation of TBro is straightforward and easy using preconfigured `docker <https://www.docker.com/>`_ containers.
5
+See `docker documentation <https://docs.docker.com/engine/installation/>`_ on how to install docker on your machine.
6
7
+After installation of docker execute the following commands to pull the docker images:
8
9
+::
10
11
+ docker pull greatfireball/generic_postgresql_db
12
+ docker pull tbroteam/generic_chado_db_reload
13
+ docker pull tbroteam/tbro_worker_ftp
14
+ docker pull tbroteam/tbro_worker
15
+ docker pull tbroteam/tbro_apache
16
+ docker pull tbroteam/tbro_demo
17
18
19
+Preload demo data
20
+-----------------
21
0 commit comments