diff --git a/docs/tutorial/studio_guide.rst b/docs/tutorial/studio_guide.rst index f09694f78..2d09b05ea 100644 --- a/docs/tutorial/studio_guide.rst +++ b/docs/tutorial/studio_guide.rst @@ -47,7 +47,7 @@ Docker Hub registry, and can be pulled using: .. code:: bash - $ docker pull biothings/biothings-studio:0.2a + $ docker pull biothings/biothings-studio:0.4a .. image:: ../_static/hubstack.png :width: 100% @@ -278,7 +278,7 @@ Note each time a parameter is changed, **Hub** needs to be restarted, as shown o 4. Data plugin architecture and specifications =========================================== -**BioThings Studio** allows to easily define and register datasources using *data plugins*. As of **BioThings Studio 0.2b**, there are two +**BioThings Studio** allows to easily define and register datasources using *data plugins*. As of **BioThings Studio 0.4a**, there are two different types of data plugin. 4.1. Manifest plugins diff --git a/docs/tutorial/studio_tutorial.rst b/docs/tutorial/studio_tutorial.rst index 17998b2f8..ee573abdb 100644 --- a/docs/tutorial/studio_tutorial.rst +++ b/docs/tutorial/studio_tutorial.rst @@ -7,7 +7,7 @@ to a fully operational BioThings API. In a second part, this API will enrich for .. note:: You may also want to read the `developer's guide `_ for more detailed informations. -.. note:: The following tutorial is only valid for **BioThings Studio** release **0.2b**. Check +.. note:: The following tutorial is only valid for **BioThings Studio** release `0.4a `_ which based on Biothing SDK `release 0.11.x `_. Check all available `releases `_ for more. ================= @@ -56,7 +56,7 @@ using ``-g`` option: .. code:: bash - $ docker pull biothings/biothings-studio:0.2b + $ docker pull biothings/biothings-studio:0.4a A **BioThings Studio** instance exposes several services on different ports: @@ -76,9 +76,9 @@ having to enter the container: .. code:: bash $ docker run --rm --name studio -p 8080:8080 -p 7022:7022 -p 7080:7080 -p 7081:7081 -p 9200:9200 \ - -p 27017:27017 -p 8000:8000 -p 9000:9000 -p 60080:60080 -d biothings/biothings-studio:0.2b + -p 27017:27017 -p 8000:8000 -p 9000:9000 -p 60080:60080 -d biothings/biothings-studio:0.4a -.. note:: we need to add the release number after the image name: biothings-studio:**0.2b**. Should you use another release (including unstable releases, +.. note:: we need to add the release number after the image name: biothings-studio:**0.4a**. Should you use another release (including unstable releases, tagged as ``master``) you would need to adjust this parameter accordingly. .. note:: Biothings Studio and the Hub are not designed to be publicly accessible. Those ports should **not** be exposed. When