andandandand
andandandand

Reputation: 22260

Setting up XNAT in Amazon EC2/Google Compute Engine

I want to set up a XNAT instance "in the cloud".

I don't have experience with EC2 or GCE. I'd need to setup the following to get XNAT running:

I've found tutorials on setting up Tomcat in EC2, but not on setting it up in GCE. Searches for "Tomcat" and "PostgreSQL" in GCE's site provide no results. Why?

Upvotes: 0

Views: 383

Answers (1)

Brian Dorsey
Brian Dorsey

Reputation: 4688

From the Compute Engine side, we offer supported images for several Linux distributions including Debian and Centos. Once you have an instance (VM) running, it is a standard operating system, so tutorials for Debian or Centos should work fine for configuring software on Compute Engine.

One area where you'll likely need an extra step is on the networking side. By default all TCP ports are blocked on Compute Engine, except for port 22 for SSH. See the documentation for adding a firewall for details on how to open up other ports for your software.

Upvotes: 1

Related Questions