@@ -3,8 +3,8 @@ Virtual Appliance
33==================
44
55You can use Planemo as part of a Galaxy tool development virtual
6- appliance pre-configured with Planemo, Galaxy _, Docker _, a local Tool Shed ,
7- linuxbrew _, and Komodo _ editor .
6+ appliance which comes pre-configured with Planemo, Galaxy _, Docker _, Conda _ ,
7+ a local Tool Shed, linuxbrew _, Komodo _ and Atom _ editors .
88
99
1010Quick Links
@@ -34,7 +34,7 @@ format (OVA_, .ova), Docker, Vagrant, and as a Google Compute Engine cloud image
3434
3535The OVA image is a stable way to boot a Planemo virtual
3636machine on any platform and comes with a pre-configured Xubuntu-based windowed
37- operating system with graphical editing tools including Komodo _ editor .
37+ operating system with graphical editing tools including Komodo _ and Atom _ editors .
3838This approach can be thought of more as a complete
3939environment and may be better for tutorials and workshops where consistent user
4040experience is more important.
@@ -49,12 +49,12 @@ local compute resources are unavailable or insufficient.
4949
5050Launching the Appliance
5151-----------------------
52- The following sections will desribe how to launch the appliance using various platforms.
52+ The following sections will describe how to launch the appliance using various platforms.
5353
5454Launching the Appliance (VirtualBox - OVA)
5555================================================
5656
57- The VirtualBox OVA variant of the planemo appliance comes preconfigured with
57+ The VirtualBox OVA variant of the Planemo appliance comes preconfigured with
5858a full windowed development environment (based on Xubuntu). Encompassing the
5959complete environment means it is easier to setup and provides an identical
6060experience for every developer using it. These make the OVA image ideal
@@ -78,7 +78,7 @@ and the machine should become available.
7878.. image :: images/ova_importing.png
7979 :alt: Screenshot OVA Import
8080
81- The Firefox browser, Komodo _ editor , Galaxy, Planemo and everything else is
81+ The Firefox browser, Komodo _ and Atom _ editors , Galaxy, Planemo and everything else is
8282available right away on the desktop along with useful links.
8383
8484.. image :: images/ova_desktop.png
@@ -159,6 +159,7 @@ following command (which will pull the appliance down from `Docker Hub
159159<https://registry.hub.docker.com/u/planemo/interactive/> `_).
160160
161161::
162+
162163 $ docker run -p 8010:80 -p 9009:9009 -v `pwd`:/opt/galaxy/tools -i -t planemo/interactive
163164
164165This command will start Galaxy and various other services and then open a bash
@@ -193,6 +194,7 @@ This file must literally be named ``Vagrantfile``. Next you will need to
193194startup the appliance. This is as easy as
194195
195196::
197+
196198 $ vagrant up
197199
198200Once the virtual server has booted up completely, Galaxy will be available at
@@ -218,6 +220,7 @@ If you set these defaults, you will not have to supply them to all subsequent
218220commands.
219221
220222::
223+
221224 $ gcloud auth login
222225 $ gcloud config set project YOUR-PROJECT-NAME
223226 $ gcloud config set compute/region us-central1 (replace us-central1 with another region if desired)
@@ -228,13 +231,14 @@ need to be done one time, unless you delete the image from your account.
228231
229232::
230233
231- gcloud compute images create planemo-machine --source-uri=http://storage.googleapis.com/galaxyproject_images/planemo_machine.image.tar.gz
234+ $ gcloud compute images create planemo-machine --source-uri=http://storage.googleapis.com/galaxyproject_images/planemo_machine.image.tar.gz
232235
233236To launch the image as a fresh instance, use the following command. This
234237command will, upon completion, display an external ip address that you can
235238navigate to in your web browser.
236239
237240::
241+
238242 $ gcloud compute instances create planemo --machine-type n1-standard-2 --image planemo-machine --tags http-server
239243
240244If you'd like to SSH in to the instance at this point, it's easy to do with:
@@ -264,4 +268,5 @@ environments such as Amazon Web Services and Google Compute Engine.
264268.. _Kitematic : https://kitematic.com/
265269.. _boot2docker : http://boot2docker.io/
266270.. _OVA : https://en.wikipedia.org/wiki/Open_Virtualization_Format
271+ .. _Atom : https://atom.io/
267272
0 commit comments