Skip to content

Commit 8a5406d

Browse files
committed
Start to write docu for installation
1 parent 94ca426 commit 8a5406d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/installation.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)